-
Notifications
You must be signed in to change notification settings - Fork 54
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
How to install unrar on Windows? #72
Comments
In rarfile CI, the https://github.com/markokr/rarfile/blob/master/.github/workflows/ci.yml#L142 Ignore the download steps there, they are not used. |
Thanks, that worked! Would it be possible to add the unrar executable to the wheels available on PyPI? That would shave off 20+ lines of code from my CI script. All of our other dependencies with non-Python dependencies include them in their wheels. |
Update: this didn't work for Python 3.7 for some reason... |
Including Note that the msys64 PATH is first prepended, but latter appended, might be significant. |
Found a way easier way to test this: microsoft/torchgeo#1266 |
Disclaimer: I'm not a Windows person
I'm using
rarfile
in my project and using GitHub Actions to run tests on Linux/macOS/Windows.pip
installsrarfile
just fine, but I need anunrar
command to actually use it. I've figured out how to do this for Linux/macOS using:but I haven't yet figured out how to install
unrar
from the command line on Windows. Another option would be forconda
to install bothrarfile
andunrar
. I opened an issue for this at conda-forge/rarfile-feedstock#4.The text was updated successfully, but these errors were encountered: