При попытке установки 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
Что можно сделать в этой ситуации?
Заранее благодарю за ответ!