Hi,
I am trying to install this software in a different system than yours, and I have noticed that your environment.yml has very strict versioning and architecture specific packages. Could you please provide a cropped version of it, if possible?
The following command will only show the software that was installed directly through a conda install command or similar, and would make it easier to replicate the install on different architectures. Though it needs to be run on the original environment that was created.
conda env export --from-history > environment.yml
No worries if the original environment is no longer available.
Thanks for your time,
Gabriel
Hi,
I am trying to install this software in a different system than yours, and I have noticed that your
environment.ymlhas very strict versioning and architecture specific packages. Could you please provide a cropped version of it, if possible?The following command will only show the software that was installed directly through a
conda installcommand or similar, and would make it easier to replicate the install on different architectures. Though it needs to be run on the original environment that was created.No worries if the original environment is no longer available.
Thanks for your time,
Gabriel