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

No module named 'verifier' #32

Closed
miranda-elliott opened this issue Jan 8, 2018 · 3 comments
Closed

No module named 'verifier' #32

miranda-elliott opened this issue Jan 8, 2018 · 3 comments

Comments

@miranda-elliott
Copy link

When I try to run kin in my project directory it throws this error.

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

I've tried to run pip install verifier but there's no matching distribution found for verifier. Please let me know which dependencies I need to install to make this run. Thank you!

@Serchinastico
Copy link
Owner

Hi @miranda-elliott

Kin is configured with a setup.py file (https://docs.python.org/3/install/index.html) so you only need to run python setup.py install (keep in mind that it uses your default distutils settings so you might need admin permissions if you try to install it in a system directory).

Besides, Kin was created with Python 2.7 so you need that version to run it. Let me know how does that work.

@thomasjoulin
Copy link

I had the same issue (I'm on macOS 10.13.3, python 2.7.10) after a pip install kin. I ended up cloning the repo and runing python setup.py install which works.

@mattslight
Copy link

solved via:

brew install python@2
pip2 intall kin

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

5 participants