-
Notifications
You must be signed in to change notification settings - Fork 2
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
requirements.txt error #18
Comments
Hi,
Sorry for the delayed response.
This error is saying that your computer cannot find the file requirements.txt.
This could either be that the file did not get downloaded when you installed the program or that you are in the wrong directory when you are trying to type this command.
To debug this, make sure that the requirement.txt file exists in the PhAT-main folder. You should be able to find this by just searching requirements in your file explorer on your computer. If the file exists, then you want to make sure your path is correct. It looks like your running this command from this folder "C:\Users\Heloise\Documents\PhAT-main". It may be that you have a folder inside it called PhAT that has the requirements.txt file inside it. If this is the case you can use the cd command to go into that subfolder then run the "pip install -r requirements.txt" command.
If you do not have the requirements.txt file you should be able to download it directly from github and just put it into this folder C:\Users\Heloise\Documents\PhAT-main.
I hope this helps.
Best,
Kathleen
…________________________________
From: Helisane ***@***.***>
Sent: Wednesday, August 21, 2024 9:08 AM
To: donaldsonlab/PhAT ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [donaldsonlab/PhAT] requirements.txt error (Issue #18)
[External email - use caution]
Hi, thank you for developpoing this tools.
I'm a beginner in coding and using fiber photometry. I would like to use your tool to analyse my data but I encounter an error in the installation process at the step 7 with the command : pip install -r requirements.txt
the prompt send me (fiber_analysis) C:\Users\Heloise\Documents\PhAT-main> pip install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
I've checked on the PhAT-main file and the reauirements.txt is there. I don't understand.
Could you please help me ?
Thank you very much.
—
Reply to this email directly, view it on GitHub<#18>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOLKB4JMSA7OMKZW6KNQYTDZSSUP5AVCNFSM6AAAAABM4HUTIGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TQMRZGU3TKNI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thank you for developpoing this tools.
I'm a beginner in coding and using fiber photometry. I would like to use your tool to analyse my data but I encounter an error in the installation process at the step 7 with the command : pip install -r requirements.txt
the prompt send me (fiber_analysis) C:\Users\Heloise\Documents\PhAT-main> pip install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
I've checked on the PhAT-main file and the reauirements.txt is there. I don't understand.
Could you please help me ?
Thank you very much.
The text was updated successfully, but these errors were encountered: