-
Notifications
You must be signed in to change notification settings - Fork 52
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
patool error #9
Comments
Have you solved this problem? I have met it, too |
The actual error seems to appear here: this can be resolved by installing one of the proposed candidates (for example; |
@janvib27 hey,bro,I met the same problem with you,do you solve it? |
|
Hello all |
you can install unrar with this issue comes up high on google so I necroposted to it |
Hello @Thijxx |
does it return something when you run |
Yes, it gives the path where rar files stored. |
Then I don't know what is happening, you may want to try StackOverflow, I don't think the problem is directly related to code in this repo |
I have created an environment and executing as instructed in Github.
ubuntu:18.04
python 3.6
On executing this command I am getting the following error:
python vgg16_bidirectional_lstm_train.py
Using TensorFlow backend.
unzipping ucf file
patool: Extracting very_large_data/UCF101.rar ...
Traceback (most recent call last):
File "vgg16_bidirectional_lstm_train.py", line 38, in
main()
File "vgg16_bidirectional_lstm_train.py", line 27, in main
load_ucf(input_dir_path)
File "../keras_video_classifier/library/utility/ucf/UCF101_loader.py", line 75, in load_ucf
download_ucf(data_dir_path)
File "../keras_video_classifier/library/utility/ucf/UCF101_loader.py", line 34, in download_ucf
patoolib.extract_archive(ucf_rar, outdir=data_dir_path)
File "/home/dipesh/anaconda3/lib/python3.6/site-packages/patoolib/init.py", line 684, in extract_archive
return _extract_archive(archive, verbosity=verbosity, interactive=interactive, outdir=outdir, program=program)
File "/home/dipesh/anaconda3/lib/python3.6/site-packages/patoolib/init.py", line 470, in _extract_archive
program = find_archive_program(format, 'extract', program=program)
File "/home/dipesh/anaconda3/lib/python3.6/site-packages/patoolib/init.py", line 336, in find_archive_program
raise util.PatoolError("could not find an executable program to %s format %s; candidates are (%s)," % (command, format, ",".join(programs)))
patoolib.util.PatoolError: could not find an executable program to extract format rar; candidates are (rar,unrar,7z),
Kindly help me resolve this issue. Thanks in advance.
The text was updated successfully, but these errors were encountered: