Skip to content
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

lxml dependency #6

Closed
joaoneves10 opened this issue Nov 18, 2022 · 2 comments
Closed

lxml dependency #6

joaoneves10 opened this issue Nov 18, 2022 · 2 comments

Comments

@joaoneves10
Copy link

When installing pysros on Win10, theres a lxml dependency which sometimes gives an error when trying to install.

The way around it for me was to download lxml version 4.9.0 for python 3.11 here and change the requirements.txt and setup.py files to support lxml version 4.9.0.

@jgcumming jgcumming added the investigation needed Requires analysis label Nov 21, 2022
@joaoneves10
Copy link
Author

For example, the following groups of version clauses are equivalent:
~= 1.4.5, >= 1.4.5, == 1.4.*
So setup.py and requirements.txt expect a lxml version 4.6.* at the moment, so 4.9 won't work.
It should be changed to ~=4.6 so it could expect 4.* such as 4.9 version.

@jgcumming
Copy link
Collaborator

This should be resolved from 23.3.1 with the introduction of lxml 4.9.2

@jgcumming jgcumming removed the investigation needed Requires analysis label Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants