Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip does not support python 2 anymore #67

Closed
maciejkarolczyk opened this issue Mar 26, 2021 · 2 comments
Closed

Pip does not support python 2 anymore #67

maciejkarolczyk opened this issue Mar 26, 2021 · 2 comments

Comments

@maciejkarolczyk
Copy link

Hello I have a problem,

I've installed Kin using the most recent Pip (python3) and when tried to use it I get an error:

Traceback (most recent call last): File "/usr/local/bin/kin", line 5, in <module> from kin.kin import main File "/usr/local/lib/python3.9/site-packages/kin/kin.py", line 5, in <module> from verifier import Verifier ModuleNotFoundError: No module named 'verifier'

I've read on the forum that Kin is made for python 2.7 only. Is it true? If so, is Kin unusable now since Pip supports only python 3 now?

@Serchinastico
Copy link
Owner

Hi @maciejkarolczyk !

Yeah, originally Kin was created with Python 2.7 and we just recently updated it to work with Python 3 here (Big kudos to @dnicolson 🙌). However, we didn't release this updated version yet, but will do very soon and will let you know in this issue when that happens 😄.

@Serchinastico
Copy link
Owner

Sorry for the delay, Kin is now built with Python 3 so we can close the issue 😄

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

No branches or pull requests

2 participants