-
Notifications
You must be signed in to change notification settings - Fork 100
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
Error installing xmlsec==1.3.13 on poetry #337
Comments
CFBR |
Jesus okay well I hope this works for ya'll. I just spent the last 2 hours figuring this out. For context, I'm on pyenv venv3.8. This comment has an update in that same thread you mentioned. You still have to edit the Biggest change in that comment is
For this I had to make sure I set the following flags
After that I was able to get it working. Idk if it matters, but I github cloned the actual repo, |
I'm running a project using poetry to isolate and manage dependencies.
The python version that I'm using on poetry is 3.9.20, as projet subdependencies require that version of python
When running poetry install, I'm receiving an error while installing xmlsec on version 1.3.13:
I'm using arch (btw ☝️🤓) and found solutions to other distros like Ubuntu in here: https://stackoverflow.com/questions/638 … ip-command
And also solution to users that uses homebrew (which is not my case) in here: https://stackoverflow.com/questions/760 … 8#76018398
It was reported a similar issue in this post but without poetry and using an old version of python(2.7)
I tried to install the dependencies mentioned and follow the sugestions on the thread, but still no solution.
The text was updated successfully, but these errors were encountered: