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

deepdrive_client missing #31

Open
dongyy1148 opened this issue Jun 17, 2019 · 1 comment
Open

deepdrive_client missing #31

dongyy1148 opened this issue Jun 17, 2019 · 1 comment

Comments

@dongyy1148
Copy link

Hi,
When I run "python install.py", I got stuck in error
ImportError: No module named 'deepdrive_client'
Where can I find this module?
Thanks!

@crizCraig
Copy link
Member

crizCraig commented Jun 22, 2019

Hi @dongyy1148 - sorry for the late response. Sounds like the initial install had errors or was in a different Python environment. What happens when you rerun the install?

Specifically this error is caused by a missing deepdrive package. Did you install in a virtualenv or is the deepdrive package installed in some Python not first on your PATH? You may also try the following to alleviate that specific error, but you'll want to make sure the install runs smoothly. It's idempotent, so you can run install.py as many times as you want.

pip install deepdrive

c.f #19

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