-
Notifications
You must be signed in to change notification settings - Fork 200
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
pydruid installation failinf #129
Comments
Weird. Can you |
Similar issue: [root@tardis python36]# /root/pydev/py36-venv/bin/pip download --proxy=http://proxyuser:proxypass@proxy:8080 pydruid --dest=/tmp/python36 Download of pytest-runner works: setup.py: install_requires = [ extras_require = { only require simplejson on python < 2.6if sys.version_info < (2, 6): setup( |
I checked all versions on PyPi and issue appears from version 0.4.0 - 0.5.0. Versions 0.2.x and 0.3.x download fine (they don't ask for pytest-runner). |
Problem occurred because this was clean install. Solution was to install pytest-runner before I tried pydruid install. |
This bug still exists, why not adding pytest-runner to the dependencies if it's needed by the lib? |
The text was updated successfully, but these errors were encountered: