I am trying to add f90nml to my environment using conda but am getting the following error message. Thoughts?
[lamar@crhtc45 ~/Python]$ conda install f90nml
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- f90nml
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
What happens when you add the option -c conda-forge
?
What happens when you add the option
-c conda-forge
?
@Jean-Francois Lamarque Running the following should work
conda install -c conda-forge f90nml
Works like a charm!! Thank you @Max Grover and @Brian Bonnlander
Yes, that worked for me - see example ~/marsh/python/demo/read_atm_in.ipynb
Path should be
~marsh/python/demo/read_atm_in.ipynb
Last updated: May 16 2025 at 17:14 UTC