@IrakLobster

Как установить модуль time для Python?

Выдает ошибку при установке пакета для питона, в чем может быть проблема?:
C:\Users\ars>pip3 install time
Collecting time
ERROR: Could not find a version that satisfies the requirement time (from versions: none)
ERROR: No matching distribution found for time
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\ars>pip install time
Collecting time
ERROR: Could not find a version that satisfies the requirement time (from versions: none)
ERROR: No matching distribution found for time
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\ars>pip install Time
Collecting Time
ERROR: Could not find a version that satisfies the requirement Time (from versions: none)
ERROR: No matching distribution found for Time
  • Вопрос задан
  • 10110 просмотров
Решения вопроса 1
netpastor
@netpastor
Python developer
time - это пакет из стандартной библиотеки, его не надо дополнительно ставить
Ответ написан
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы