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
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
You have an problem if PIP installing the "Stratum" package. setup.py calls the "Distribute" pip URL.
Problem is the link for Distribute is HTTP/non-SSL. (I do see this is fixed in your copy here.) Also, I do not think you check to see if it's already installed. You are strictly needing == 0.6.28, or does version matter?
You have an problem if PIP installing the "Stratum" package.
setup.py
calls the "Distribute" pip URL.Problem is the link for Distribute is HTTP/non-SSL. (I do see this is fixed in your copy here.) Also, I do not think you check to see if it's already installed. You are strictly needing == 0.6.28, or does version matter?
Line 50 in
distribute_setup.py
has 'http':"http" ^ & why I get a http/https error below:
If I install the Distribute 0.6.28 package myself (via pip), I can install it fine:
The text was updated successfully, but these errors were encountered: