-
-
Notifications
You must be signed in to change notification settings - Fork 42
Description
I work in an organization with restrictive policies, but we are able to access pip.
Python and Pip are managed through a software center.
When trying to use Spyder with a managed python installation, users don't have the appropriate privileges to install packages in the default directory.
I'd like to understand how to get around this problem, or improve path variables, or such, for users to install spyder-kernels successfully in a non-standard directory without administrative privileges.
For reference, files are installed in AppData Roaming directories of the user's local folders.
C:\Users{Username}\AppData\Roaming{Python3X}\site-packages
I don't have a machine available to test this on, but I'm curious if trying to install with
python3 -m pip install --user spyder-kernels
would recreate the issue.
Relevant issues:
spyder-ide/spyder#17608