Найти - Пользователи
Полная версия: Установка ElementTree в PyCharm
Начало » Python для новичков » Установка ElementTree в PyCharm
1
angeline
Добрый день, уважаемые форумчане!

При попытке установки ElementTree получаю ошибку:
ERROR: Could not find a version that satisfies the requirement elementtree (from versions: none)
Command output:
ERROR: Could not find a version that satisfies the requirement elementtree (from versions: none)
ERROR: No matching distribution found for elementtree
Устанавливаю через командную строку командой pip install elementtree и получаю аналогичную ошибку:
ERROR: Could not find a version that satisfies the requirement elementtree (from versions: none)
ERROR: No matching distribution found for elementtree

Что можно сделать в этой ситуации?

Заранее благодарю за ответ!
Rafik
Случайно этот ElementTree не для работы с xml? Если да, то его можно найти в библиотеке xml. Например, так: import xml.etree.ElementTree
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB