CellSeg
CellSeg copied to clipboard
Issue importing files: version `GLIBCXX_3.4.30' not found
Found this error when attempting to import packages on ubuntu. A simple solution was to run
conda install -c conda-forge gcc=12.1.0
Might just need an update to the environment file for linux users :)
(answer from: https://stackoverflow.com/questions/72540359/glibcxx-3-4-30-not-found-for-librosa-in-conda-virtual-environment-after-tryin)