-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
WARNING: The Python lzma extension was not compiled. Missing the lzma lib? #154
Comments
I ran into this as well, but was able to solve it by reinstalling Python after installing |
I'm seeing the same issue, but I primarily manage packages with Nix via nix-darwin; no Homebrew installed. I added the xz package via Nix but asdf doesn't seem to know where it is. |
For Linux (tested with Ubuntu 22.04), you need the following dependencies for asdf-python: I think some form of |
On Mac Homebrew provides Also on Mac |
on a brand new computer (ubuntu 22) I forgot what dependencies I needed for Python via ASDF, it would be nice to have it in the README wdyt ? |
There is a link in README.md with a link to system build dependencies which covers the various requirements for platforms. |
Apple M2 13.2.1
Try installing python 3.11.2 3.11.1 3.10.10
After installing python, it will appear that lzma is not installed.
Cause scrapy to fail to function properly
Downloading Python-3.10.10.tar.xz...
-> https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
Installing Python-3.10.10...
python-build: use readline from homebrew
python-build: use zlib from xcode sdk
Traceback (most recent call last):
File "", line 1, in
File "/Users/dison/.asdf/installs/python/3.10.10/lib/python3.10/lzma.py", line 27, in
from _lzma import *
ModuleNotFoundError: No module named '_lzma'
WARNING: The Python lzma extension was not compiled. Missing the lzma lib?
The text was updated successfully, but these errors were encountered: