简体   繁体   中英

Anaconda Problem with Capitalized PyPI Packages

The environment I'm in requires anaconda, but I need some PyPI packages, so I'm trying to use anaconda's conda skeleton pypi functionality to make anaconda recipes and install them automatically. However, this seems to fail whenever the PyPI package name contains a capital letter, eg, Logbook and Represent . Is there a way to make anaconda handle this gracefully, without manually creating recipes for each offending package?

once you are in your conda environment you can use pip to install PyPi packages, using:

pip install package

you may need to conda install pip first.

So, for Represent it is pip install represent

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM