Have you ever tried to install package available in pypi, but not in official anaconda repository? There is a way to install it using Anaconda terminal.
- conda skeleton pypi PACKAGE
- conda build PACKAGE
Conda - use python package from pypi
2019-01-04T20:26:00Z
GarciaPL
Python|