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
#3
(Oct-20-2020, 09:27 AM)snippsat Wrote:
(Oct-20-2020, 07:50 AM)tsurubaso Wrote: I made the jump to version 3.9.
Is it too soon for some packages and libraries?
It may work if use gohlke NumPy.
Download then:
pip install numpy‑1.19.2+mkl‑cp39‑cp39‑win_amd64.whl

Thanks!! snippsat

I will try and report.

Edit:
May be doing something wrong.


I tried

Error:
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 numpy?1.19.2 ERROR: Invalid requirement: 'numpy‑1.19.2' PS C:\Users\User\Desktop> python -m pip install numpy1.19.2 ERROR: Could not find a version that satisfies the requirement numpy1.19.2 (from versions: none) ERROR: No matching distribution found for numpy1.19.2
Reply


Messages In This Thread
RE: Error with NumPy, BeautifulSoup when using pip - by tsurubaso - Oct-20-2020, 09:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Strange ModuleNotFound Error on BeautifulSoup for Python 3.11 Gaberson19 1 1,017 Jul-13-2023, 10:38 AM
Last Post: Gaurav_Kumar
  [Solved]Help with BeautifulSoup.getText() Error Extra 5 3,797 Jan-19-2023, 02:03 PM
Last Post: prvncpa
  Python beautifulsoup pagination error The61 5 3,492 Apr-09-2020, 09:17 PM
Last Post: Larz60+
  BeautifulSoup: Error while extracting a value from an HTML table kawasso 3 3,245 Aug-25-2019, 01:13 AM
Last Post: kawasso
  beautifulsoup error rudolphyaber 7 5,554 May-26-2019, 02:12 PM
Last Post: heiner55
  BeautifulSoup Parsing Error slinkplink 6 9,598 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