denisecailab / ezTrack

Free, platform independent, behavior tracking software.
GNU General Public License v3.0
118 stars 41 forks source link

Could you help me out from this problem showing "File not found" #43

Closed engramer closed 2 years ago

engramer commented 2 years ago

Hi,

I am a very beginner for Python. I have tried to analyze my mouse contextual test video files. In my hand, I can select region of interest. Like this, Screen Shot 2021-12-02 at 4 55 51 PM .

However, when I went to the next step, I got an error like this. Screen Shot 2021-12-02 at 4 56 04 PM

I don't know how to fix this issue. I set the path of my files and directories. Screen Shot 2021-12-02 at 4 55 36 PM

Could you help me out for this problem? Thank you for your time and attention.

ZachPenn commented 2 years ago

Hi there. I'm really not sure, but I see that you're using a relatively older version of ezTrack. I would recommend downloading the most up to date files and reinstall the conda environment with the most up to date instructions. To uninstall the current environment, you can use the following command in terminal: conda remove --name ezTrack --all.

Let me know if this doesn't solve your issue.

engramer commented 2 years ago

Hi, I really appreciate it. When I remove all old ezTrack files and reinstall them, the code works well. I can be back on my experiments. Thanks a lot!!

ZachPenn commented 2 years ago

No problem. Hope experiments go well!