Changes between Version 2 and Version 3 of cypress/conda_virtual_environment


Ignore:
Timestamp:
08/08/25 13:11:44 (43 hours ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/conda_virtual_environment

    v2 v3  
    139139conda list
    140140}}}
     141
     142----
     143= Troubleshooting =
     144CONDA installs all dependent software, but some may not be compatible with the Cypress Operating System. A common error message is
     145{{{
     146UnsatisfiableError: The following specifications were found to be incompatible with your system:
     147}}}
     148If the message indicates 'glibc version', see [https://wiki.hpc.tulane.edu/trac/wiki/cypress/glibc-version-problems here].
     149
     150If 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