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

I can't install pycortex. #495

Closed
stratisg opened this issue Aug 28, 2023 · 1 comment
Closed

I can't install pycortex. #495

stratisg opened this issue Aug 28, 2023 · 1 comment

Comments

@stratisg
Copy link

Hello,

When I run the command pip install -U pycortex I get the error error: could not create '/usr/share/pycortex': Permission denied. How can I overcome this issue so I can install pycortex?

@mvdoc
Copy link
Contributor

mvdoc commented Aug 28, 2023

It looks like you are using a system-wide python installation. In general it's recommended to use a virtual environment or a conda environment. In any case, I believe you can solve the problem either by using virtualenv/conda or by installing pycortex with the --user flag (pip install --user pycortex).

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

No branches or pull requests

2 participants