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

ModuleNotFoundError: No module named '_version' when importing lws #9

Closed
sdx0112 opened this issue Jul 8, 2019 · 1 comment
Closed

Comments

@sdx0112
Copy link

sdx0112 commented Jul 8, 2019

I have successfully installed lws. But when importing it, I got this error:

>>> import lws
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "lws.pyx", line 6, in init lws
ModuleNotFoundError: No module named '_version'
@Jonathan-LeRoux
Copy link
Owner

I'll try to look at this later today, in the mean time, you can use version 1.2 (if you're on a Mac, you'll need to follow the fix in #7).
I'll close this issue as it is a duplicate of #8.

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

2 participants