Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing time module
#1
When I try to install time, I get the following output:

Output:
pip install time ERROR: Could not find a version that satisfies the requirement time (from versions: none) ERROR: No matching distribution found for time (base-dup) C:\Users\james\Downloads>conda install time Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. PackagesNotFoundError: The following packages are not available from current channels: - time Current channels: - https://repo.anaconda.com/pkgs/main/win-64 - https://repo.anaconda.com/pkgs/main/noarch - https://repo.anaconda.com/pkgs/r/win-64 - https://repo.anaconda.com/pkgs/r/noarch - https://repo.anaconda.com/pkgs/msys2/win-64 - https://repo.anaconda.com/pkgs/msys2/noarch To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page.
This is not the only module that will not install with either pip or conda. The modules sys, os and warnings also give the same error when I try t o install them.

How do I fix this?

Respectfully,

LZ
Reply
#2
time is in the Python Standard Library then there is no install.
Reply
#3
Thanks , I figured that out after posting. Thanks for your time.

LZ
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ERROR WHILE INSTALLING PLAYSOUND MODULE satwants33 2 1,258 Mar-23-2024, 12:50 PM
Last Post: Ritik2508
  Problem with module time and leap seconds Pedroski55 3 1,237 Oct-07-2022, 11:27 PM
Last Post: Pedroski55
  Module 'time' has no attribute 'clock' Sophie 4 3,107 Jan-25-2022, 08:05 PM
Last Post: Sophie
  Although this is a talib related Q it's mostly related to python module installing.. Evalias123 4 5,671 Jan-10-2021, 11:39 PM
Last Post: Evalias123
  Module not Installing Evil_Patrick 9 4,561 May-27-2020, 03:45 PM
Last Post: Evil_Patrick
  Error after installing Python3.8.2: "No module named 'apt_pkg'" Chromie 3 3,868 Mar-09-2020, 08:20 PM
Last Post: micseydel
  Please help: problem installing/importing langdetect module in Jupyter Notebook ledgreve 3 7,273 Dec-30-2019, 08:17 AM
Last Post: LeanbridgeTech
  finding yesterday and tomorrrow without using date.time module apexman 10 5,516 Feb-25-2019, 05:33 AM
Last Post: samsonite
  Could not build the ssl module while installing python3.7 from tar ball badfish 1 7,822 Dec-11-2018, 04:33 AM
Last Post: badfish
  selecting a module at run time Skaperen 1 2,331 Jun-23-2018, 01:37 PM
Last Post: gontajones

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020