You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: