Форум сайта python.su
Почему python и pip не видит пакета wget установленного через conda?
$► conda list |grep wget
wget 1.19.4 hf388c53_0
$► pip list |grep wget
DEPRECATION: The default format will switch to columns in the future. You can use –formatlegacy|columns) (or define a formatlegacy|columns) in your pip.conf under the section) to disable this warning.
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the ‘pip install –upgrade pip’ command.
► pip3 list |grep wget
► PYTHONPATH=$PWD python feature_extractors/embedding_extractor.py -d small
Traceback (most recent call last):
File “feature_extractors/embedding_extractor.py”, line 90, in <module>
import wget
ModuleNotFoundError: No module named ‘wget’
Специально создал окружение >source activate MTS, чтобы не было конфликтов уже второй раз какая разница ставлю пакет через conda или через pip? (edited)
Отредактировано sap78 (Май 23, 2018 21:31:14)
Офлайн