Fresh pip3 install -r requirements.txt fails with ImportError: cannot import name 'SourceDistribution' from 'pip._internal.distributions.source' #1353
Labels
High Priority
High priority issues
Installation of requirements (
pip3 install -r requirements.txt
) in freshly created virtualenv fails with following traceback:Execution of that installation command in existing (previously installed) virtualenv works correctly.
The text was updated successfully, but these errors were encountered: