-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I haven't confirmed it's only Python 3.6, but on a system with Python 3.6 working normally, in a virtualenv, when I do pip install ziptastic-python it installs OK, but then:
Python 3.6.4+ (default, Feb 12 2018, 08:25:03)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ziptastic
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'ziptastic'
>>> from ziptastic import Ziptastic
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'ziptastic'
>>>
Metadata
Metadata
Assignees
Labels
No labels