Skip to content

Remove pkg-resources from list of quick-install requirements - #1032

Merged
mtlynch merged 2 commits into
masterfrom
no-pkg-resources
Jun 28, 2022
Merged

Remove pkg-resources from list of quick-install requirements#1032
mtlynch merged 2 commits into
masterfrom
no-pkg-resources

Conversation

@mtlynch

@mtlynch mtlynch commented Jun 27, 2022

Copy link
Copy Markdown
Contributor

According to this thread, this line was always erroneous and we should just remove it: pypa/pip#4022

It doesn't seem to harm anything on Raspberry Pi OS, but it causes problems on other distros.

Fixes #1031
Fixes #1015


This change is Reviewable

According to this thread, this line was always erroneous and we should just remove it: pypa/pip#4022

Fixes #1031
Fixes #1015

@jdeanwallace jdeanwallace left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 1 LGTMs obtained


quick-install line 159 at r1 (raw file):

Jinja2==2.11.2
MarkupSafe==1.1.1
pkg-resources==0.0.0

Do we also want to remove pkg-resources from the bundler's pip requirements.txt file?

@mtlynch mtlynch left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 1 of 1 LGTMs obtained


quick-install line 159 at r1 (raw file):

Previously, jdeanwallace (Jason Wallace) wrote…

Do we also want to remove pkg-resources from the bundler's pip requirements.txt file?

Ah, right. Fixed!

@mtlynch
mtlynch merged commit 609b36f into master Jun 28, 2022
@mtlynch
mtlynch deleted the no-pkg-resources branch June 28, 2022 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installation on Armbian/Ubuntu 22.04 fails quick-install fails while installing pkg-resources==0.0.0

2 participants