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

Miniconda permission errors #2822

Open
philippjfr opened this issue Jan 27, 2019 · 2 comments
Open

Miniconda permission errors #2822

philippjfr opened this issue Jan 27, 2019 · 2 comments

Comments

@philippjfr
Copy link

philippjfr commented Jan 27, 2019

Since earlier today using miniconda to install any libraries which attempt to write an entrypoint script into the miniconda env directory raises Permission Denied errors and causes the build to fail. An example is this build on the public hvPlot repo:

ERROR conda.core.link:_execute(543): An error occurred while installing package 'conda-forge::ipykernel-4.10.0-py27_1'.
IOError(13, 'Permission denied')
Attempting to roll back.
[Errno 13] Permission denied: u'C:\\Miniconda-x64\\envs\\test\\Scripts\\jupyter-kernel.exe'

This build is the result of rerunning this build, which passed just a few days earlier (i.e. nothing has changed about the environment). I suspect some mistake was made rolling out an image with broken permissions in the Miniconda directory.

@jsignell
Copy link

Just wanted to note that I just ran into this too with Miniconda36

ERROR conda.core.link:_execute(543): An error occurred while installing package 'conda-forge::ipykernel-5.1.0-py36h39e3cac_1001'.
PermissionError(13, 'Permission denied')
Attempting to roll back.
Rolling back transaction: ...working... done
[Errno 13] Permission denied: 'C:\\Miniconda36-x64\\envs\\earthml\\Scripts\\jupyter-kernel.exe'

@bryevdv
Copy link

bryevdv commented Jan 28, 2019

I noticed the thread, thanks for the heads up. Have we pinged the ad-conda team to make sure there were no changes on their end?

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

3 participants