-
Notifications
You must be signed in to change notification settings - Fork 112
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
Can't install pyiso 0.4.0 (lxml is not installed) #209
Comments
When I try to set lxml==4.9.1 , it fails:
|
I encountered a similar problem with you. My Mac M1 needs arm64 package but lxml failed to be installed.
|
@ajdonnison Would you be able to provide the Python version (and ideally lxml and pandas versions) you're working with, as it seems like a lot of people are having installation issues? By removing the pandas version constraint in the source code, I was able to get a conflict-free install via setup.py on Python 3.10.0 by resolving other dependencies using conda. I haven't yet run through the full test suites to see what breaks in pandas 0.21 let alone 1.x. It looks like the tests also have a number of dependencies (nose, parameterized, mock, libfaketime, requests_mock, freezegun) which are not included in requirements.txt or setup.py. When I try to install However, I was running into some lxml errors which indicated issues with a python version below 3.8.5. My suspicion is that @ajdonnison is working on a version without the pandas constraint, or has a lucky python+lxml+pandas combination that the dependency solver can't figure out... Thanks @ajdonnison for your work on this; I last touched the code in 2017(!) but am now back and looking at EU data, for which I'm hoping your code will be helpful! |
I'm trying to make docker image where will be installed pyiso==0.4.0 (with python3.8.13):
The text was updated successfully, but these errors were encountered: