Wrong pip version dependency #1
Loading…
Add table
Reference in a new issue
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 feedparserbroke. Once I installed python3-pip I could successfullypython3 -m pip install feedparserLet me know if I can PR.
Sorry, forgot it was a venv.