We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
ModuleNotFoundError Traceback (most recent call last) in () ----> 1 from acor import acor
/anaconda3/lib/python3.7/site-packages/acor/acor.py in () 3 import numpy as np 4 ----> 5 import _acor 6 7
ModuleNotFoundError: No module named '_acor'
The text was updated successfully, but these errors were encountered:
Try cd out of the repository directory and try again.
cd
Sorry, something went wrong.
For me the solution was to actually cd into the repository directory. Seems like python did not find the _acor***.so file otherwise.
No branches or pull requests
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)
in ()
----> 1 from acor import acor
/anaconda3/lib/python3.7/site-packages/acor/acor.py in ()
3 import numpy as np
4
----> 5 import _acor
6
7
ModuleNotFoundError: No module named '_acor'
The text was updated successfully, but these errors were encountered: