AndreWeiner / ml-cfd-lecture

Lecture material for machine learning applied to computational fluid mechanics
GNU General Public License v3.0
328 stars 115 forks source link

Issue with running pip3 install -r requirements.txt #11

Closed Rozie100 closed 2 years ago

Rozie100 commented 2 years ago

I am receiving the following error when I run pip3 install -r requirements.txt

Running command git clone -q git://github.com/FlowModelingControl/flowtorch.git /tmp/pip-install-0g03cni1/flowtorch fatal: unable to connect to github.com: github.c issue om[0: 140.82.113.3]: errno=Resource temporarily unavailable

AndreWeiner commented 2 years ago

Hi @Rozie100, this looks like a temporary issue. Please try the installation process again, and let me know if the issue is solved already. Alternatively, try to install flowTorch directly via pip:

pip3 install git+https://github.com/FlowModelingControl/flowtorch

Best, Andre

Rozie100 commented 2 years ago

Thank you so much, it worked!