Skip to content
New issue

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

No module named '_acor' #9

Open
benjaminpope opened this issue Jan 14, 2019 · 2 comments
Open

No module named '_acor' #9

benjaminpope opened this issue Jan 14, 2019 · 2 comments

Comments

@benjaminpope
Copy link

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'

@Tony607
Copy link

Tony607 commented Feb 21, 2019

Try cd out of the repository directory and try again.

@AndreWaehlisch
Copy link

For me the solution was to actually cd into the repository directory. Seems like python did not find the _acor***.so file otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants