Changes between Version 11 and Version 12 of cypress/AnacondaInstallPackage


Ignore:
Timestamp:
08/11/25 09:37:41 (3 days ago)
Author:
cbaribault
Comment:

Added example error message

Legend:

Unmodified
Added
Removed
Modified
  • cypress/AnacondaInstallPackage

    v11 v12  
    1515}}}
    1616
    17 But you will see an error message with an instruction for the workaround. Following the instruction, you have to clone the python environment. By default, your conda environments are located in your home directory. But, we recommend you to use your group project directory. Setting the CONDA_ENVS_PATH environment variable will tell Anaconda where to place and look for your conda environments. For example:
     17But you will see an error message due to your lack of write permission to the shared directory such as the following.
     18
     19
     20{{{
     21EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
     22  environment location: /share/apps/centos7/anaconda3/2023.07
     23  uid: <your uid>
     24  gid: <your gid>
     25}}}
     26
     27To avoid the above error, you'll have to clone the python environment. By default, your conda environments are located in your home directory. But, we recommend you to use your group project directory. Setting the CONDA_ENVS_PATH environment variable will tell Anaconda where to place and look for your conda environments. For example:
    1828
    1929{{{