golemfactory / clay

Golem is creating a global market for computing power.
https://golem.network
GNU General Public License v3.0
2.91k stars 286 forks source link

Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/golem-messages/ #5191

Closed nelsonmora48 closed 4 years ago

nelsonmora48 commented 4 years ago

Description

I Get this error when try install golem from git sources after type: pip3 install -r requirements.txt

This is the error: "Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/golem-messages/"

Golem Version: Latest

Branch (if launched from source): develop

Actual result:

I Can't to complete the installation

badb commented 4 years ago

Hi,

Can you please try to install with explicit --extra-index-url, ie. pip3 install -r requirements.txt --extra-index-url https://builds.golem.network and see if that works?