Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Error installing pyinstaller #62

Closed
feliux opened this issue Sep 24, 2019 · 2 comments
Closed

Error installing pyinstaller #62

feliux opened this issue Sep 24, 2019 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@feliux
Copy link

feliux commented Sep 24, 2019

Building package on dreampower directory (Archlinux) after checkpoints:

makepkg -si
Installing pyinstaller...
ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.

any idea to solve this issue?
TY

@feliux feliux added the bug Something isn't working label Sep 24, 2019
@PommeDroid
Copy link
Contributor

In order to help you correctly you need to share the PKGBUILD file you are using. What's I can guess from error is, you are using setup.py with --pip_user in virtualenv. This option make pip install use --user option and this not possible to do so in a virtualenv. Again it's the best guess I can do until you share the PKGBUILD.

@stale
Copy link

stale bot commented Oct 25, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Oct 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants