Wrong pip version dependency #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Shouldn't it install python3-pip in addition to python-pip ? I wasn't able to run the RSS plugin because it needed feedparser, and
pip install feedparser
broke. Once I installed python3-pip I could successfullypython3 -m pip install feedparser
Let me know if I can PR.
Sorry, forgot it was a venv.