Running "pip3 install deeppavlov" fails because of scikit libraries

Hi there I am trying to install deeppavlov in my mac terminal by running:
"pip3 install deeppavlov".

However as soon as it gets to:
"Running setup.py install for scikit-learn … error"

It gets a lot of these errors like:
"blis_info: libraries blis not found in [’/Library/Frameworks/Python.framework/Versions/3.8/lib’, ‘/usr/local/lib’, ‘/usr/lib’]
** NOT AVAILABLE"**
(more libraries such as openblas, atlas_blas, accelerate_info, etc…)

I was able to install scikit-learn seperately, but even now deeppavlov does not want to install…

Hi @kostis95,

Sorry for the late reply.
We do not support Python 3.8 at the moment, only 3.6 and 3.7

1 Like