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

Fixed pip package issues #4769

Merged
merged 2 commits into from
Aug 27, 2019
Merged

Conversation

xoriole
Copy link
Contributor

@xoriole xoriole commented Aug 26, 2019

Installing pip packages with --user with sudo previlege during installation is causing these packages to be installed for only root, while user simply runs tribler in user mode. This causes those packages not being available in user mode. With this PR, I'm removing the --user flag so it is installed globally and should be available to all users. Moreover, wheel pip dependency is also added which is necessary for systems with older version of pip.

Fixes #4767

qstokkink
qstokkink previously approved these changes Aug 26, 2019
Copy link
Contributor

@qstokkink qstokkink left a comment

Choose a reason for hiding this comment

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

Do we have an Debian machine to test this on?

@xoriole
Copy link
Contributor Author

xoriole commented Aug 26, 2019

Yes, we do. Will update after the tests.

@xoriole xoriole changed the title Added wheel as pip dependency Fixed pip package issues Aug 27, 2019
@xoriole xoriole requested a review from qstokkink August 27, 2019 10:26
@xoriole xoriole marked this pull request as ready for review August 27, 2019 10:26
@qstokkink qstokkink merged commit 360172b into Tribler:release-7.3.0 Aug 27, 2019
@xoriole xoriole deleted the add-pip-wheel branch August 4, 2021 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants