donaldsonlab / PhAT

A flexible open-source GUI-driven toolkit for photometry analysis
https://currentprotocols.onlinelibrary.wiley.com/doi/10.1002/cpz1.763
MIT License
6 stars 2 forks source link

requirements.txt error #18

Open Helisane opened 2 months ago

Helisane commented 2 months ago

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.

kamu7656 commented 2 months ago

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 GitHubhttps://github.com/donaldsonlab/PhAT/issues/18, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOLKB4JMSA7OMKZW6KNQYTDZSSUP5AVCNFSM6AAAAABM4HUTIGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TQMRZGU3TKNI. You are receiving this because you are subscribed to this thread.Message ID: @.***>