Closed jRaffill closed 1 month ago
I am not entirely familiar with Docker but it looks like your docker contain does not contain a gcc compiler. I believe you can install gcc using conda though the conda-forge channel. (i.e. conda install -c conda-forge gcc)
Most docker containers I have seen so far are based on Ubuntu. Although it is possible to install gcc through conda, I'd recommend you install the build-essential
through apt-get, see e.g. https://phoenixnap.com/kb/install-gcc-ubuntu
This worked! Thank you!
Hi! I'm trying to install empress in a qiime conda environment, inside of a docker container. I'm getting the following error:
Is this a known error or does anybody know how I could fix this?