You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting crypto-compare
Downloading crypto_compare-0.0.1-py2-none-any.whl
Collecting urllib2 (from crypto-compare)
Could not find a version that satisfies the requirement urllib2 (from crypto-compare) (from versions: )
No matching distribution found for urllib2 (from crypto-compare)
I'm running it on a MacOS Sierra
Any help?
The text was updated successfully, but these errors were encountered:
@mohataher I have actually tried it once but it's not working. I would suggest instead you can download the source and use it, I am not able to work on this one right now :(
@mohataher@ParthBarot-BoTreeConsulting Download the source code and remove urllib2 in install_requires solved my problem.
But be aware that this may not be the best solution because I didn't review all the source code.
BTW, I found the pytest dependency in requiements is only needed in test cases, so basically there is no dependency at all for this project to get installed and work.
Hello,
Nice work so far. Whilst installing the lib, I encountered few issues.
First the command used to install on your
readme.md
andreadme.rst
wasWell, that doesn't work. So looking at the lib on https://pypi.python.org/pypi/crypto-compare/0.0.1 , it's clearly different.
The right command then should be:
Running that command, I received this error
I'm running it on a MacOS Sierra
Any help?
The text was updated successfully, but these errors were encountered: