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
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
I'm interested in this library which seems really good, but I'm currently using Python3, and I'm struggling to install lopq via pip3 (sudo pip3 install lopq).
The installation with pip3 seems to be fine, but it gives me the following error when trying to import lopq :
>>> import lopq
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/dist-packages/lopq/__init__.py", line 3, in <module>
import model
ImportError: No module named 'model'
It works fine when installing it via pip, but then I can't import it in Python3.
The text was updated successfully, but these errors were encountered:
Hi,
I'm interested in this library which seems really good, but I'm currently using Python3, and I'm struggling to install lopq via pip3 (
sudo pip3 install lopq
).The installation with pip3 seems to be fine, but it gives me the following error when trying to import lopq :
It works fine when installing it via pip, but then I can't import it in Python3.
The text was updated successfully, but these errors were encountered: