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

Installation in MacOS fails without --user #10

Open
andresriancho opened this issue Feb 9, 2020 · 1 comment
Open

Installation in MacOS fails without --user #10

andresriancho opened this issue Feb 9, 2020 · 1 comment
Labels

Comments

@andresriancho
Copy link
Owner

Got this over email:

Just as an FYI, Mac owners will have to run pip install -r requirements.txt --user. The --user flag is necessary to get around the MacOS

System Integrity Protection, and without that flag you’ll get an obscure “Operation Not Permitted” error when attempting to install Nose.

Should document this issue in the main site to guide new users in their installation process.

@joanbono-bf
Copy link

Hola @andresriancho

That happens because you need to use the sudo -H before the installation on macOS, due to write permission issues on the folder where installs the packages.

When setting the --user flag, the installation goes to a directory under the current user's permission.

Definitely this is not a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants