You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
I have successfully installed lws. But when importing it, I got this error:
The text was updated successfully, but these errors were encountered: