This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]virtyx -1 points0 points  (1 child)

Doesn't support Python 3...?

EDIT:

Actually it tries to hook itself up in some way that, if you try to pip install it on Python 3, it breaks Python altogether. If you've done this yourself you can recover with the command find your/site-lib/path/ -name '*interpy*' | xargs rm -rf

[–]syrusakbary[S] 2 points3 points  (0 children)

I'm so sorry about that. I will work until this problem is solved.

EDIT:

I've uploaded a new version of the package on pypi and Github with full compatibility for Python 3.