Mac os – brew install unrar fails
Use brew install rar to install both the rar and unrar binaries. See cask for details: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/rar.rb
Use brew install rar to install both the rar and unrar binaries. See cask for details: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/rar.rb
Late, but I wasn’t satisfied with any of the answers. pip install patool import patoolib patoolib.extract_archive(“foo_bar.rar”, outdir=”path here”) Works on Windows and linux without any other libraries needed.