-
Notifications
You must be signed in to change notification settings - Fork 75
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
"pip instal pylzma" not working #77
Comments
Hey, @TheDarkTiger the wheel file is not there. I am also facing the same issue, this is how I solved it. When it did this, Same error occurs when I am running these commands in python shell, Although, when I tried to Initially I thought it's just file naming issue, but this is how I solved it, it's just a workaround, and I am also getting deprecation warnings, when I am running DEPRECATION: Loading egg at f:\fcc-gpt-scratch\cuda\lib\site-packages\pylzma-0.5.0.post17.dev0-py3.13-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330 Steps 1 - Line 94 in ccb0e7c
Step 2 - Step 3 - And it worked. Please tell me if there is another way to achieve this, or if I can be of any help. |
Thanks for your nice explanations. |
Greetings,
Despite being on windows, I can't / don't want to install the Visual Studio 2003 compiler.
I finally found someone whom have compiled the wheel files that I could install using
pip install pylzma-0.5.0-XXX.whl
Wheels can be downloaded here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pylzma
But that's really painful and not automatize-able.
I get it that you prefer to install the library using source code by default, and that's great.
But could you too give a wheel option, at least for the latest version of python?
I mean, I now hesitate to use this package in my projects, because it won't be easy for the users to install this lib if pip throws an error each time they try to install it.
If I missed something, please, do tell me.
Thank you for your work on this library.
The text was updated successfully, but these errors were encountered: