Closed monajalal closed 1 year ago
Hi Mona,
My understanding is that many of the 3rd party Python packages have interdependencies. When a package releases a new version, the author is responsible for updating the list of dependent package versions with conda. Unfortunately, this is not an easy job. The problem you are seeing is likely the result of conflicting dependencies.
While I encourage you to check if conda/conda
has a better solution for you, here is what I think will solve the issue:
requirements.txt
, search "conda install anaconda.org
, and run the command you find on the page. Again, the version probably does not matter too much. The latest version will most likely work.I hope this helps! Let me know if you have further concerns.
I am trying to follow the instructions on README.md to build the conda environment in Ubuntu 22.04 and get the following warnings and then gets stuck. Does it work on Ubuntu 22.04? Can you please suggest a fix?
Here's the list of
requirements.txt
:also cross-posted here since it is mainly a conda issue: https://github.com/conda/conda/issues/13229