Changes between Version 3 and Version 4 of cypress/conda_virtual_environment
- Timestamp:
- 08/08/25 13:16:33 (43 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/conda_virtual_environment
v3 v4 142 142 ---- 143 143 = Troubleshooting = 144 CONDA installs all dependent software, but some may not be compatible with the Cypress Operating System. A common error message is144 * CONDA installs all dependent software, but some may not be compatible with the Cypress Operating System. A common error message is 145 145 {{{ 146 146 UnsatisfiableError: The following specifications were found to be incompatible with your system: 147 147 }}} 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]. 149 149 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. 151 151 152 * If the software requires a specific version of Python, 153 {{{ 154 conda create -n newenv python=3.10 155 }}} 156 157 158