Python Forum
Error with NumPy, BeautifulSoup when using pip
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error with NumPy, BeautifulSoup when using pip
#7
Trying what ever I can
I succeeded
PS C:\Users\User\Desktop> python -m pip install numpy?1.19.2+mkl?cp39?cp39?win_amd64.whl
WARNING: Requirement 'numpy‑1.19.2+mkl‑cp39‑cp39‑win_amd64.whl' looks like a filename, but the file does not exist
ERROR: numpy‑1.19.2+mkl‑cp39‑cp39‑win_amd64.whl is not a valid wheel filename.
PS C:\Users\User\Desktop> python -m pip install C:\Users\User\Downloads\numpy-1.19.2+mkl-cp39-cp39-win_amd64.whl
ERROR: Invalid requirement: 'C:\\Users\\User'
Hint: It looks like a path. File 'C:\Users\User' does not exist.
PS C:\Users\User\Desktop> python -m pip install "C:\Users\User\Downloads\numpy-1.19.2+mkl-cp39-cp39-win_amd64.whl"
Processing c:\users\User\downloads\numpy-1.19.2+mkl-cp39-cp39-win_amd64.whl
Installing collected packages: numpy
Successfully installed numpy-1.19.2+mkl
Reply


Messages In This Thread
RE: Error with NumPy, BeautifulSoup when using pip - by tsurubaso - Oct-20-2020, 03:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Strange ModuleNotFound Error on BeautifulSoup for Python 3.11 Gaberson19 1 1,161 Jul-13-2023, 10:38 AM
Last Post: Gaurav_Kumar
  [Solved]Help with BeautifulSoup.getText() Error Extra 5 3,946 Jan-19-2023, 02:03 PM
Last Post: prvncpa
  Python beautifulsoup pagination error The61 5 3,581 Apr-09-2020, 09:17 PM
Last Post: Larz60+
  BeautifulSoup: Error while extracting a value from an HTML table kawasso 3 3,361 Aug-25-2019, 01:13 AM
Last Post: kawasso
  beautifulsoup error rudolphyaber 7 5,683 May-26-2019, 02:12 PM
Last Post: heiner55
  BeautifulSoup Parsing Error slinkplink 6 9,785 Feb-12-2018, 02:55 PM
Last Post: seco

Forum Jump:

User Panel Messages

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