AndreWeiner / ml-cfd-lecture

Lecture material for machine learning applied to computational fluid mechanics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when trying to install the requirements

ErikSchulze1796 opened this issue · comments

Hello Andre,

unfortunately there is an error thrown when trying to install the requirements using pip3. I get the following error:

ERROR: Invalid requirement: 'git+git@github.com:FlowModelingControl/flowtorch.git' (from line 7 of requirements.txt)
Hint: It looks like a path. File 'git+git@github.com:FlowModelingControl/flowtorch.git' does not exist.

Kind regards,
Erik

Hi Erik,

thanks for reporting this issue. The error should be fixed already, so if you run git pull to update the repository, the installation should work. Let me know if this works for you.

Best, Andre