Hey!
I was trying to use the project, but the command conda create --name <env> --file requirements.txt does not work. I have tried it locally, remotely, inside the official anaconda docker container, and using micromamba. I also have tried different channels conda-forge, anaconda, main, r, nvidia, etc. I always get the same error:
PackagesNotFoundError: The following packages are not available from current channels:
It seems that requirements.txt is not in the right format (if it is supposed to be in the explicit conda format it is missing information, and it is not pip format for sure).
Hey!
I was trying to use the project, but the command
conda create --name <env> --file requirements.txtdoes not work. I have tried it locally, remotely, inside the official anaconda docker container, and using micromamba. I also have tried different channelsconda-forge,anaconda,main,r,nvidia, etc. I always get the same error:It seems that
requirements.txtis not in the right format (if it is supposed to be in the explicit conda format it is missing information, and it is not pip format for sure).