Python Forum
How do I use a whl puython distribution?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I use a whl puython distribution?
#4
I am a bit confused.
I installed ...whl and executed and received the following..
*******************************************************************
C:\PythonFiles>pip install orbit_predictor-1.15.0-py3-none-any.whl
Processing c:\pythonfiles\orbit_predictor-1.15.0-py3-none-any.whl
Collecting sgp4>=2.5
Downloading sgp4-2.21-cp38-cp38-win32.whl (155 kB)
|████████████████████████████████| 155 kB 2.2 MB/s
Collecting requests
Downloading requests-2.28.1-py3-none-any.whl (62 kB)
|████████████████████████████████| 62 kB ...
Requirement already satisfied: numpy>=1.8.2 in c:\program files (x86)\python38-32\lib\site-packages (from orbit-predictor==1.15.0) (1.21.5)
Collecting idna<4,>=2.5
Downloading idna-3.3-py3-none-any.whl (61 kB)
|████████████████████████████████| 61 kB ...
Collecting charset-normalizer<3,>=2
Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
|████████████████████████████████| 139 kB 6.4 MB/s
Collecting certifi>=2017.4.17
Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
|████████████████████████████████| 160 kB 6.8 MB/s
Installing collected packages: urllib3, idna, charset-normalizer, certifi, sgp4, requests, orbit-predictor
Successfully installed certifi-2022.6.15 charset-normalizer-2.1.0 idna-3.3 orbit-predictor-1.15.0 requests-2.28.1 sgp4-2.21 urllib3-1.26.11
WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available.
*********************************************************************************

so, where did the files go?? It looks like I should see somewhere??

"Successfully installed certifi-2022.6.15 charset-normalizer-2.1.0 idna-3.3 orbit-predictor-1.15.0 requests-2.28.1 sgp4-2.21 urllib3-1.26.11 "

I am looking to see how to use the downloaded modues and where they are???
Reply


Messages In This Thread
RE: How do I use a whl puython distribution? - by barryjo - Aug-15-2022, 01:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  distribution fit Glaucio 1 283 Apr-07-2024, 12:30 AM
Last Post: Larz60+
  Weight Distribution 11drk9 11 857 Mar-13-2024, 06:08 AM
Last Post: Pedroski55
Information Best distribution method inovermyhead100 0 601 Jul-19-2023, 07:39 AM
Last Post: inovermyhead100
  Coin Toss - Distribution lasek723 6 3,201 Oct-04-2020, 01:36 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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