acor
acor copied to clipboard
No module named '_acor'
Hi Dan,
Been using your acor for years and moved to Python 3 and a fresh install. From either pip or git clone python setup.py installs, I get this weird bug:
In [1]: from acor import acor
ModuleNotFoundError Traceback (most recent call last)
/anaconda3/lib/python3.7/site-packages/acor/acor.py in
ModuleNotFoundError: No module named '_acor'
Try cd out of the repository directory and try again.
For me the solution was to actually cd into the repository directory. Seems like python did not find the _acor***.so file otherwise.