I am trying to run the yml file but fail to solve the environment. The error is
ResolvePackageNotFound:
libgcc-ng
libstdcxx-ng
Then I tried conda installs
conda install -c anaconda libgcc-ng
conda install -c conda-forge libstdcxx-ng
but the following error occurs:
PackagesNotFoundError: The following packages are not available from current channels:
libgcc-ng
libstdcxx-ng
Current channels:
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-64
- https://repo.anaconda.com/pkgs/r/noarch
Edit: I tried (PackagesNotFoundError: The following packages are not available from current channels:)
conda config --append channels conda-forge
and then tried
conda install -c conda-forge <package>
as well as pip install. Still does not work as my goal is to download libgcc-ng and libstdcxx-ng packages