Open stromal opened 2 years ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
I don't have the time to dig into the exact cause of this, but the warning that you observe occurs because only recent versions of markdown-it-py
provide the extras that you request.
I suspect what's happening is that you have some old dependencies in there that are not supported by newer versions of the libraries such as markdown-it-py
and friends. Therefore, pip is backsolving to find a version of these libraries that doesn't specify this lower bound, and in turn visiting all the versions of markdown-it-py
. That's just a guess, though.
Describe the bug
expectation
I expected not to give an error and I can smothly install my python libraries.
bug
Command:
Infinitly loops the final part:
problem
This is a problem for people doing becasue I m not sur if the main libraries has this a sub dependncy library and tehy may fail. Becasue I ahev verything installed and way more packages tahn the original requirements list.
Installed packages
Reproduce the bug
context
requirements.txt