The Wayback Machine - https://web.archive.org/web/20201126012420/https://github.com/TheAlgorithms/Python/issues/3899
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

error #3899

Open
dahalabiskar opened this issue Nov 19, 2020 · 2 comments
Open

error #3899

dahalabiskar opened this issue Nov 19, 2020 · 2 comments

Comments

@dahalabiskar
Copy link

@dahalabiskar dahalabiskar commented Nov 19, 2020

Here is error could not open requirements file how can i solve this error in anaconda
pip install -r requirements.txt

@dahalabiskar dahalabiskar changed the title pip install -r requirements.txt Nov 19, 2020
@dhruvmanila
Copy link
Member

@dhruvmanila dhruvmanila commented Nov 20, 2020

Please be more specific regarding the problem you are facing.

@hrshit998
Copy link

@hrshit998 hrshit998 commented Nov 21, 2020

anaconda uses many modules for processing different tasks. in your "requirements.txt" file there are modules which needs to build wheel, and in building wheels it needs a stable internet connection. in anaconda there are problems that occurs when we install different modules at a same time. so the main solution is to install those modules in a specific environment OR one by one in that same environment that you are using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.