joblib / loky

Robust and reusable Executor for joblib
http://loky.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
538 stars 45 forks source link

ImportError: cannot import name 'get_reusable_executor' #205

Open Neuroforge opened 5 years ago

Neuroforge commented 5 years ago

I've installed Loky from pip.

Cannot run hello world due to this error.

ImportError: cannot import name 'get_reusable_executor'

Python 3.6.8 :: Anaconda custom (64-bit)

ogrisel commented 5 years ago

It's very likely that your are executing your program with a different version

python -m pip show pip
python -m pip show loky

To install with the pip that matches your python command, you can do:

python -m pip install -U loky