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

requirements.txt contains local build paths #1

Open
onyedikachi-david opened this issue Aug 4, 2023 · 1 comment
Open

requirements.txt contains local build paths #1

onyedikachi-david opened this issue Aug 4, 2023 · 1 comment

Comments

@onyedikachi-david
Copy link

Some dependencies listed in requirements.txt contain local file paths that point to builds done on a specific system. For example:

anyio @ file:///home/conda/feedstock_root/build_artifacts/anyio_1666191106763/work/dist
These local paths will fail to install when trying to recreate the environment on a different system.

To fix, the requirements.txt file should be updated to reference only the package names and versions, without local build paths. For example:

anyio==3.5.0
This will allow the packages to be installed from PyPI or a package repository rather than relying on local builds.

Updating requirements.txt to remove all local file paths will ensure the list of dependencies can be properly installed on other systems.

@TouchstoneTheDev
Copy link

ser do you have updated req.txt. if you have completed running proj.
Can you pr or share it here
thenks

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

2 participants