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

python warrant package doesnt compile with pip 10 #41866

Closed
cawilliamson opened this issue Jun 11, 2018 · 0 comments
Closed

python warrant package doesnt compile with pip 10 #41866

cawilliamson opened this issue Jun 11, 2018 · 0 comments

Comments

@cawilliamson
Copy link
Member

Issue description

This issue is related to: capless/warrant#96

The current warrant python package doesn't build and reports:

ModuleNotFoundError: No module named 'pip.req'

This appears to be due to a change in pip 10 which has changed this to pip._internal.

I suspect either pulling the latest version from devel or pulling the same version as current but using substituteInPlace to fix this would resolve (workaround) the issue but I can't get this to work. Any tips would be greatly appreciated!

Steps to reproduce

Attempt to install the warrant python package (or home-assistant since this is a dependency.)

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

1 participant