Форум сайта python.su
0
Добрый день, уважаемые форумчане!
При попытке установки ElementTree получаю ошибку:
ERROR: Could not find a version that satisfies the requirement elementtree (from versions: none)Устанавливаю через командную строку командой pip install elementtree и получаю аналогичную ошибку:
Command output:
ERROR: Could not find a version that satisfies the requirement elementtree (from versions: none)
ERROR: No matching distribution found for elementtree
ERROR: Could not find a version that satisfies the requirement elementtree (from versions: none)
ERROR: No matching distribution found for elementtree
Офлайн
27
Случайно этот ElementTree не для работы с xml? Если да, то его можно найти в библиотеке xml. Например, так: import xml.etree.ElementTree
Офлайн