Hi everyone!
I’m currently trying to deploy an application using environment.yml to solve the dependencies, as one of the packages is only available through conda (cctbx-base). However, I get the error below:
With the default python 3.9 in the advanced settings, there seems to be python 3.7 from other directory in the error message. I then tried to specify the python version in my environment.yml and it worked (Switching to python 3.7 also worked), but then there came another error:
I wonder if there’s some issue with the anaconda or if these two issues are related. Below is my github repo:
Thanks in advance for the help and comments!