Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded package from requirements #19

Merged
merged 1 commit into from Jul 20, 2019

Conversation

Supermanu
Copy link
Contributor

@Supermanu Supermanu commented Oct 30, 2018

Hi,
I encountered a bug while installing repanier dependencies.
The presence of the package pkg-resources in requirement.txt is the result of a bug from Debian based OS:
pypa/pip#4022
The pip install -r requirement.txt failed on my system (Archlinux) due to the related package.
This pull request simply removes the package from the requirements list.

The presence of the package pkg-resources is the result of a bug from
debian based OS:
pypa/pip#4022
It can cause installation failure on other OS (Archlinux for instance).
@Atala
Copy link
Contributor

Atala commented May 25, 2019

hi,
Indeed I had to remove this dependency to run the project. @pcolmant can you tell us why is it used for ?

@pcolmant
Copy link
Owner

Thanks @Supermanu. As you reports, the presence of the package pkg-resources in requirement.txt is the result of a bug from Debian based OS:
pypa/pip#4022
https://stackoverflow.com/questions/39577984/what-is-pkg-resources-0-0-0-in-output-of-pip-freeze-command

@pcolmant pcolmant closed this Jul 20, 2019
@pcolmant pcolmant reopened this Jul 20, 2019
@pcolmant pcolmant merged commit bb28c4d into pcolmant:master Jul 20, 2019
@Supermanu
Copy link
Contributor Author

Awesome, thanks!

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.

None yet

3 participants