I was trying to update pandas version for assignment part 2. but got ‘EnvironmentNotWritableError’. What did I miss? if no write permission to update package in the virtual environment. How can I proceed with the assignment?
Hmm strange, can you close and reopen the lab!
Reopen the lab. Got the same error as beow:
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: failed
EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
environment location: /opt/conda/envs/assignment
uid: 1000
gid: 100
(assignment) jovyan@1f06e0b105d6:~/work/assignment_part_2$
Maybe @lucas.coutinho can help here I think!
Hi @chiumax59
I tried to reproduce the error here, but I couldn’t. Can you please send me privately, your lab ID? You can find it by clicking on the question mark circle in the top right corner.
Thanks,
Lucas
For visibility, the issue was happening because conda install
was being used, instead of pip install
.
Thanks,
Lucas