Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated needed to "environment.yml" #5

Open
Himscipy opened this issue Dec 17, 2021 · 0 comments
Open

Updated needed to "environment.yml" #5

Himscipy opened this issue Dec 17, 2021 · 0 comments

Comments

@Himscipy
Copy link

Himscipy commented Dec 17, 2021

Hi,

Due to the change in change in the Pip code has changed its behavior to be more strict with respect to file: URI syntax. As pointed out by a PyPA member and Pip developer, the syntax file:requirements.txt is not a valid URI according to the RFC8089 specification.

line 22 in environment.yml need a change
to avoid following error

Pip subprocess error:
ERROR: 404 Client Error: FileNotFoundError for url: file:///requirements.txt

failed

Current: - -r file:requirements.txt

should be changed to

Update: - -r requirements.txt

stack-overflow solution

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant