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

Pip3 support #13

@Louis-T

Description

@Louis-T

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions