-
Notifications
You must be signed in to change notification settings - Fork 282
installation problem on ubuntu #93
Comments
try sudo python setup.py develop -i https://pypi.python.org/simple/ |
This works when there are no nested installed, but the stratum dependency fails also. https://bugzilla.redhat.com/show_bug.cgi?id=1510444 Suggestions? |
the above suggestion from Lifar does not work: Installed /usr/local/lib/python2.7/dist-packages/stratum-0.2.15-py2.7.egg |
Ubuntu 18.04 LTE |
steve@miner-1:~/stratum-mining-proxy$ curl -v http://pypi.org/simple/twisted/
< HTTP/1.1 403 SSL is required
|
You have a goof in your configuration you forgot to use https and are using http |
Reading http://pypi.python.org/simple/twisted/ |
The problem with Linux, is because it has the "Unix Philosophy", OSX has similar problem, because is son of NeXTOS brother of FreeBSD, grandson of UNIX v4. backward compatibility is difficult, libraries change, kernel change, and most software becomes incompatible, must be recompiled or re written again... OSX 10.6, is almost a complete different OS vs. 10.7, vs 10.8, vs. 10.9 vs. 10.10, vs. 10.11, vs. 10.12, vs. 10.13 vs. 10.14, and they are all for intel. same or worse happens with Linux... .deb or .rpm, try $sh ./alien to convert .rpm to .deb if Kernel is Not -generic, video card drivers cannot be installed, my advise, if you want to use Linux "the easy way", is to download all older Ubuntu LTS versions, install and try, if Not, erase, install other, try again, if Not, erase, install & try again, try, try, try. is True that most of the TOP500 Supercomputers use a version of Linux, but is Not standard Linux, its designed for Clusters, and is basically "incompatible with most Linux software & Hardware." A good software designer codes SW as backward compatible as possible... but some cases its impossible. |
Hi,
I try to install proxy on ubuntu VPS on digital ocean using your ### Installation on Linux using Git method.
on installation time on terminal show this error :
Installed /usr/local/lib/python2.7/dist-packages/stratum_mining_proxy-1.5.7-py2.7-linux-x86_64.egg
Processing dependencies for stratum-mining-proxy==1.5.7
Searching for stratum>=0.2.15
Reading http://pypi.python.org/simple/stratum/
Couldn't find index page for 'stratum' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for stratum>=0.2.15
error: Could not find suitable distribution for Requirement.parse('stratum>=0.2.15')
please write how to reslove this error or full coding for proxy installation on ubuntu .
thanks
The text was updated successfully, but these errors were encountered: