Skip to content

Something is broken with Python 3.6 #12

@karamanolev

Description

@karamanolev

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions