-
Notifications
You must be signed in to change notification settings - Fork 5
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
GUI #2
Comments
Hi there, The error says you are running the program in its command line form (called from the command line) when you want to run the program in its GUI form (called from the command line). Assuming everything was set up following the tutorial and assuming you are in the right directory, step 1A gives the command to run the GUI from the command line:
|
Hi there, Thank you for your help with this matter. I have managed to follow the tutorial, and when I attempt to run the program the GUI starts, asks me to pick a video file and then suddenly stops. I have attempted to run it both from the command line and the cloned GitHub flie on my laptop. Before the program closes, the error message reads: SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes n position 2-3: truncated \UXXXXXXXX escape Kind regards, |
Hello, did you solve the problem? I Jave the same problem. Loading: /Users/XXXXXXX/FreeClimber/example/w1118_m_2_1.mp4 !! Could not read /Users/CCCCCC/FreeClimber/example/w1118_m_2_1.mp4 into FreeClimber. Likely due to unacceptable video file or FFmpeg not installed During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@kari223 - Your error might be caused by how the file path is compiled? Try swapping the "/" in the file path with "" since Macs and Windows have different path formatting. I'm unsure if this will solve it completely, but it looked similar to a problem here and the program should work on Windows. Keep me posted either way and we can figure it out! |
@BerMoa - Your error is likely because FFmpeg is not (properly) installed on your computer. If the instructions in the tutorial don't work, then install FFmpeg manually and re-run through the instructions in the tutorial. I found success installing it through Homebrew though it is also available through the FFmpeg website and should work that way as well. |
@adamspierer Hello, Thank you for your help. I am now getting a different issue when I run this: So the program begins and the file path is recognized (I think), but then this happens: ######################################################################## FreeClimber v.0.4.0Please cite: https://doi.org/10.1242/jeb.229377######################Beginning program @ 2022-08-02 20:23:40######################################################################## I'm not really sure what this means but do you have any suggestions for fixing it? Thank you. |
Hello,
I am a biologist with little python experience. I have managed to install the FreeClimber files, but I'm not sure how to activate the GUI. have made an environment using conda and attempted to follow the tutorial. However, I am confused by this from the tutorial:
"A required .cfg is needed to run the command line tool. This file is generated by the GUI, or can be modified from the provided example.cfg file. The program will find all specified video files of a common type (file_suffix) that are nested within the specified parent folder (project_path), rather than where the configuration file is held." What does this mean and what do I do? I just want to start the GUI so I can input my video and parameters. Thank you so much for your help,
The text was updated successfully, but these errors were encountered: