-
Notifications
You must be signed in to change notification settings - Fork 184
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
Unable to pip install dstk #65
Comments
Hi, I had this same problem and fixed it by running |
Does this work for python 3.7, I simply cannot download the package using pip due to version conflict |
The code it is running when you type "python setup.py install" (dstk.py) isn't updated for python 3. You need to go into the code and put parentheses around all the "print" statements |
Just to follow up on @jds5888 's comment. The module "httplib" has been renamed to "http.client" for python 3. Should already be installed if youre using Anaconda. |
Hello,
I've tried installing dstk using
pip install dstk
but it is returning an error message. I'm running on a virtualenvironment with Python3, and a regularpip install
returns this error:I've also tried installing directly from github, but receive this error instead:
I've also tried following the instructions here but receive this error when trying to run
python setup.py
from the correctcd
:I've also tried downloading the tar file directly from PyPi, and placing it in my site-packages folder for the associated virtualenv but that does not work either.
This looks like a fantastic resource and i'd love to use it; any help would be appreciated!
The text was updated successfully, but these errors were encountered: