CBICA / Deep-LIBRA

11 stars 4 forks source link

error - could not open requirements file #5

Open mmaliniak opened 1 year ago

mmaliniak commented 1 year ago

I have been following the instructions in the README file. I have activated the environment but cannot get Step 4 to work. I run the following: (DeepLIBRA) C:\Users\mmalini>pip install -r requirements.txt

and get this error: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

I am new to Python and conda, so I have no idea where to even start with fixing this issue or how to interpret possible solutions presented on stackoverflow.

I downloaded miniconda3 instead of ANACONDA, could that be the issue? Also, when I try to search in the folder where DeepLIBRA is stored, I do not see a requirements.txt file, but I do see several python requirements files...

Any help would be greatly appreciated!

omaghsoudi commented 1 year ago

The error suggests that you do not see the file; please make sure that you run the command from the package directory.