I think something has gone wrong with my Conda. I am trying to install the package 'coding' and I get the following error: (but also other packages like tarfile I get a similar message like below).
Request:
conda install coding
Return:
(../anaconda/envs/py2) :ud120-projects-master$ conda install coding
Fetching package metadata ...........
PackageNotFoundError: Packages missing in current channels:
- coding
We have searched for the packages in the following channels:
- https://repo.continuum.io/pkgs/main/osx-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/osx-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/osx-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/osx-64
- https://repo.continuum.io/pkgs/pro/noarch
What should I do to fix it? Performing a 'conda install -c coding' does not help - like suggested on some other threads.
Thanks for your help