-
Notifications
You must be signed in to change notification settings - Fork 362
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
Constant lxml issue on Mac m1/m2 #489
Comments
How did you try to install it? |
And what is your python version? |
Python 3.13.0 also, used pipx / cloned repo and tried to install manually |
Looks like this is an issue with python 3.13. lxml fails to build on my machine with that py version as well, we will fix it soon |
Until then you could install nxc with a different python version |
If you do need python 3.13 i can give you a hacky workaround, but better you use python 3.12 as this is tested and supported |
Ensure that Python 3.12 is installed:
Then, identify it's location:
Finally, use the following command to specify the Python version for pipx.
This ensures the package is installed without any issues. |
Thank you! I'm glad that this turned out to be a bug and not me being lazy. I will install this with the workaround, thank you for your help |
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for lxml
Building wheel for impacket (pyproject.toml) ... done
Created wheel for impacket: filename=impacket-0.13.0.dev0+20241024.90011.835e175-py3-none-any.whl size=1593720 sha256=a35975df7d259f6c7d8eefcc3b601bedb19a7f135a76ae6a0d38c7f88079e0ee
Stored in directory: /private/var/folders/hr/gmdrvmf95b36nlnr9clmcx100000gn/T/pip-ephem-wheel-cache-kg_sfrkc/wheels/91/bb/cd/3677c58ae36d295fbd93608e451428d2f4d282bed527905141
Building wheel for pynfsclient (pyproject.toml) ... done
Created wheel for pynfsclient: filename=pyNfsClient-0.1.5-py2.py3-none-any.whl size=37361 sha256=3b04670bf2d8135567a80b24f4f9e9e1e49b9011b873afdba1cb54eec22fd50e
Stored in directory: /private/var/folders/hr/gmdrvmf95b36nlnr9clmcx100000gn/T/pip-ephem-wheel-cache-kg_sfrkc/wheels/72/cf/ec/b7f7546493df28bbb98681a9158e568809dc723bd641fb6de8
Successfully built netexec impacket pynfsclient
Failed to build lxml
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (lxml)
I have tried every workaround, this just doesn't seem to work
The text was updated successfully, but these errors were encountered: