I'm trying to install the pony orm package via conda:
conda install pony
However, the conda install
command results in a PackageNotFoundError
:
PackageNotFoundError: Packages missing in current channels:
-pony
We have searched for the packages in the following channels:
- https://repo.continuum.io/pkgs/main/win-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/win-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/win-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/win-64
- https://repo.continuum.io/pkgs/pro/noarch
- https://repo.continuum.io/pkgs/msys2/win-64
- https://repo.continuum.io/pkgs/msys2/noarch
The package also doesn't show up in Pycharm's available packages.
How do I install pony
via conda?
I'm using
Anaconda 3
Python 3.6