question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

have a problem from downloading ep launch 9.5 in wsl(18.02) by docker. cuz cannot download some requirements.txt

See original GitHub issue

numpy -> 1.21.0 is not work scipy 1.8.0

what i did:

  • download wsl & docker & conda & python

problem

  • cannot run from docker build . -f docker/Dockerfile -t rl-testbed-for-energyplus

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12

github_iconTop GitHub Comments

2reactions
Paopasatihtcommented, Mar 29, 2022

@antoine-galataud it’s finally work now. thankyou so much for your help. image

1reaction
antoine-galataudcommented, Mar 29, 2022

@Paopasatiht great news!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problems when downloading requirements #2047 - GitHub
Next, I ran the "pip install -r requirements.txt" command again and it started doing it thing. Here is where I get the huge...
Read more >
How to prevent pip from re-downloading all packages when I ...
The problem: You have a problem with the docker cache. When you re-build an image, docker use cache but when you change the...
Read more >
Issue with installing pip packages inside a docker container ...
I have setup docker on my fresh ubuntu 16.04.02 setup. successfully run the “docker run hello-world” and “ubuntu bash”.
Read more >
Manage required Python packages with requirements.txt
The most common command is pip freeze > requirements.txt , which records an environment's current package list into requirements.txt.
Read more >
Managing Python Dependencies with Requirements.txt
The Unintended Side Effects of Dependency Resolution. Python packages often depend on other packages known as dependencies. These dependencies ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found