node-open-mining-portal icon indicating copy to clipboard operation
node-open-mining-portal copied to clipboard

Ubuntu 20.04 Py2.7.18 unable to compile

Open Gouzi001 opened this issue 4 years ago • 0 comments

/stratum/stratum-mining/externals/stratum

File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 403: SSL is required

URL lib2 is present but I believe is deprecated.

  • solutions seems to replace lib2 with version Lib3
  • I tried various workarounds even copy "/usr/lib/python2.7/urllib2.py to that location with 755 chmod but problem persist - 2.7 can't use lib2 :(

Gouzi001 avatar Jan 05 '21 22:01 Gouzi001