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

ModuleNotFoundError: No module named 'verifier' #33

Closed
GregHilston opened this issue Mar 23, 2018 · 1 comment
Closed

ModuleNotFoundError: No module named 'verifier' #33

GregHilston opened this issue Mar 23, 2018 · 1 comment

Comments

@GregHilston
Copy link

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

Unable to get kin to run. I believe the upload to PyPi is botched?

@Serchinastico
Copy link
Owner

Hi,

I think you are using python 3 but I'm afraid we only support python 2.7. Please refer to #32

Thanks for reporting!

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