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

Will not install for Python 3.7 #7

Open
justin-ys opened this issue Aug 6, 2019 · 1 comment
Open

Will not install for Python 3.7 #7

justin-ys opened this issue Aug 6, 2019 · 1 comment

Comments

@justin-ys
Copy link

pip install . fails due to the LXML version requirement (3.3.3), which does not support Python 3.7.

@R4D0N
Copy link

R4D0N commented Aug 18, 2020

You can fix this by changing line 26 in setup.py to lxml instead of lxml==3.3.3

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