training-material icon indicating copy to clipboard operation
training-material copied to clipboard

Issues running GTN website locally on Mac

Open mblue9 opened this issue 2 years ago • 2 comments

Hi, I was having issues with make serve and ended up doing a fresh clone of this repo. But when running make create-env (as here) I get the error

Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - gxx=9
  - gcc=9

make: *** [create-env] Error 1

I'm guessing as there's no gcc9 (or g++9) for Mac in conda here https://anaconda.org/conda-forge/gcc ?

I'll try using GitPod in the meantime but does anyone know if/how I can get past this error?

mblue9 avatar Mar 03 '22 12:03 mblue9

Xref https://github.com/galaxyproject/training-material/pull/3156#issuecomment-1157642695

hexylena avatar Jul 23 '22 12:07 hexylena

Hi yes! Same issue here, and tried it on 2 Macs (one that this used to work fine on and another fresh one) and both failed :(

nomadscientist avatar Aug 12 '22 13:08 nomadscientist

I think @nekrut recently reported this as well. We should make a separate environment-osx.yml for conda to use conditionally

hexylena avatar Sep 02 '22 09:09 hexylena