Changes between Version 3 and Version 4 of cypress/conda_virtual_environment


Ignore:
Timestamp:
08/08/25 13:16:33 (43 hours ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/conda_virtual_environment

    v3 v4  
    142142----
    143143= Troubleshooting =
    144 CONDA installs all dependent software, but some may not be compatible with the Cypress Operating System. A common error message is
     144* CONDA installs all dependent software, but some may not be compatible with the Cypress Operating System. A common error message is
    145145{{{
    146146UnsatisfiableError: The following specifications were found to be incompatible with your system:
    147147}}}
    148 If the message indicates 'glibc version', see [https://wiki.hpc.tulane.edu/trac/wiki/cypress/glibc-version-problems here].
     148 If the message indicates 'glibc version', see [https://wiki.hpc.tulane.edu/trac/wiki/cypress/glibc-version-problems here].
    149149
    150 If you're unsure about the error message, please submit an [https://tulane.service-now.com/now/nav/ui/classic/params/target/com.glideapp.servicecatalog_category_view.do%3Fv%3D1%26sysparm_parent%3D8d648d93dbc44c10f460562bdc9619ad%26sysparm_catalog%3De0d08b13c3330100c8b837659bba8fb4%26sysparm_catalog_view%3Dcatalog_default%26sysparm_view%3Dcatalog_default HPC Consultation ticket] and include the command you ran along with all output messages, especially the error message.
     150* If you're unsure about the error message, please submit an [https://tulane.service-now.com/now/nav/ui/classic/params/target/com.glideapp.servicecatalog_category_view.do%3Fv%3D1%26sysparm_parent%3D8d648d93dbc44c10f460562bdc9619ad%26sysparm_catalog%3De0d08b13c3330100c8b837659bba8fb4%26sysparm_catalog_view%3Dcatalog_default%26sysparm_view%3Dcatalog_default HPC Consultation ticket] and include the command you ran along with all output messages, especially the error message.
    151151
     152* If the software requires a specific version of Python,
     153{{{
     154conda create -n newenv python=3.10
     155}}}
     156
     157
     158