Several requirements in the original requirements.txt are part of the standard Python library.
This means they are always present, and the main issue is that they cause a crash when
installing the requirements with the common pip install -r requirements.txt syntax
Several requirements in the original requirements.txt are part of the standard Python library. This means they are always present, and the main issue is that they cause a crash when installing the requirements with the common
pip install -r requirements.txt
syntax