-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Checklist
- I added a descriptive title
- I searched open reports and couldn't find a duplicate
What happened?
The problem is described in the issue ContinuumIO/anaconda-issues#9450
In short, when AppLocker is used on a Windows system (which is a common company-wide policy), conda is blocked.
The user gets the following unhelpful response: "This program is blocked by group policy. For more information, contact your system administrator."
The problem is that conda activation creates a temporary script with a random name, puts it in the 'Temp' folder, and tries to execute it. This looks too much like malware to AppLocker, so it gets blocked.
Something similar happens if one tries to activate conda through PowerShell.
I don't know what would be the best solution to this problem. A workaround is outlined in ContinuumIO/anaconda-issues#9450.
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
Metadata
Metadata
Assignees
Labels
Type
Projects
Status