keras-video-classifier
keras-video-classifier copied to clipboard
patool error
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
Have you solved this problem? I have met it, too
The actual error seems to appear here:
patoolib.util.PatoolError: could not find an executable program to extract format rar; candidates are (rar,unrar,7z),
this can be resolved by installing one of the proposed candidates (for example; brew install unrar
)
@janvib27 hey,bro,I met the same problem with you,do you solve it?
brew install unrar
worked for me on OS X
Hello all
I'm also using Ubuntu
And getting this error. How did you resolve this ?
Hello all I'm also using
Ubuntu
And getting this error. How did you resolve this ?
you can install unrar with sudo apt install unrar
this issue comes up high on google so I necroposted to it
Hello @Thijxx I have installed both rar and unrar on Colab and I'm currently working on repacking a zip file into a rar format. However, when using the patoolib.repack_archive() function with verbosity set to 0, I encounter the following error: 'PatoolError: could not find an executable program to create format rar; candidates are (rar)'. Do you have any suggestions on how to resolve this issue?
Hello @Thijxx I have installed both rar and unrar on Colab and I'm currently working on repacking a zip file into a rar format. However, when using the patoolib.repack_archive() function with verbosity set to 0, I encounter the following error: 'PatoolError: could not find an executable program to create format rar; candidates are (rar)'. Do you have any suggestions on how to resolve this issue?
does it return something when you run which rar
?
Yes, it gives the path where rar files stored.
could not find an executable program to create format rar; candidates are (rar)'
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