Skip to content

pip install errors #7

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

Closed
btrem opened this issue Dec 7, 2022 · 2 comments
Closed

pip install errors #7

btrem opened this issue Dec 7, 2022 · 2 comments

Comments

@btrem
Copy link

btrem commented Dec 7, 2022

I get errors running pip install:

ERROR: Cannot install -r requirements.txt (line 12) and html5lib==0.999999999 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested html5lib==0.999999999
mf2py 1.1.2 depends on html5lib>=1.0.1

ERROR: Cannot install -r requirements.txt (line 12) and requests==2.16.4 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested requests==2.16.4
mf2py 1.1.2 depends on requests>=2.18.4

I resolved the errors by changing requirements.txt but I don't want to create a pr until I get things working and can be at least somewhat sure that my changes are sane.

@snarfed
Copy link
Member

snarfed commented Dec 8, 2022

Try again now that #5 is merged?

@btrem
Copy link
Author

btrem commented Dec 9, 2022

Yes, the problem was running python 3.1 with code that was expecting 2.7.

@btrem btrem closed this as completed Dec 9, 2022
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