Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Pip3 support #13

Open
Louis-T opened this issue Apr 5, 2017 · 0 comments
Open

Pip3 support #13

Louis-T opened this issue Apr 5, 2017 · 0 comments

Comments

@Louis-T
Copy link

Louis-T commented Apr 5, 2017

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 :

>>> 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.

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

No branches or pull requests

1 participant