I use conda for virtual environments, and I use the conda-forge channel. However, this package is not found on the conda-forge repo and would be good to have.
ccravens$ conda install -c conda-forge django-rest-framework-mongoengine
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- django-rest-framework-mongoengine
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/free/osx-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/osx-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/pro/osx-64
- https://repo.anaconda.com/pkgs/pro/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.
I use conda for virtual environments, and I use the conda-forge channel. However, this package is not found on the conda-forge repo and would be good to have.