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 know this was meant to be fixed in 1.4.1, but I'm still getting this error, unless I switch back to 1.4.0-post-1 (both installed with pip in a venv):
>>> import straight.plugin
>>> import straight.plugin.manager
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'straight.plugin.manager'
I'm using Python 3.6.1, compiled from source, on Debian Jessie.
Thanks regardless though, great package
The text was updated successfully, but these errors were encountered:
I know this was meant to be fixed in 1.4.1, but I'm still getting this error, unless I switch back to 1.4.0-post-1 (both installed with pip in a venv):
I'm using Python 3.6.1, compiled from source, on Debian Jessie.
Thanks regardless though, great package
The text was updated successfully, but these errors were encountered: