Wrong pip version dependency #1

Closed
opened 2020-10-16 10:33:30 +00:00 by Clipper · 1 comment

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 successfully python3 -m pip install feedparser

packageList=()
packageList+=("certbot")
packageList+=("nginx")
packageList+=("pwgen")
packageList+=("python-pip")
packageList+=("python3-minimal")
packageList+=("python3-distutils")
packageList+=("sqlite3")
packageList+=("virtualenv")

Let me know if I can PR.

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 successfully `python3 -m pip install feedparser` ``` packageList=() packageList+=("certbot") packageList+=("nginx") packageList+=("pwgen") packageList+=("python-pip") packageList+=("python3-minimal") packageList+=("python3-distutils") packageList+=("sqlite3") packageList+=("virtualenv") ``` Let me know if I can PR.
Author

Sorry, forgot it was a venv.

Sorry, forgot it was a venv.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alban/maubot-installer#1
No description provided.