Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] beginner help
#3
You install with pip install beautifulsoup4
Test with 3.8.
C:\Python38\Scripts
λ pip install beautifulsoup4
Collecting beautifulsoup4
  Downloading ....
Installing collected packages: soupsieve, beautifulsoup4
Successfully installed beautifulsoup4-4.8.1 soupsieve-1.9.5
# Test
C:\Python38\Scripts
λ cd ..

C:\Python38
λ python
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:21:23) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import bs4
>>> bs4.__version__
'4.8.1'

>>> # The normal import you use
>>> from bs4 import BeautifulSoup
>>>
Here i just do it folder of 3.8 as i still have 3.7 set as main version in Windows Path.
Python 3.6/3.7 and pip installation under Windows

As you see it work as it should,there has been some problem with some libraries on 3.8 Windows
eg matplotlib,Scipy,NumPy.
This has been is reported and will be fixed,or can also use wheel from gohlke.
Reply


Messages In This Thread
[split] beginner help - by AMT59 - Nov-20-2019, 09:31 AM
RE: [split] beginner help - by newbieAuggie2019 - Nov-20-2019, 12:01 PM
RE: [split] beginner help - by ChislaineWijdeven - Nov-20-2019, 01:04 PM
RE: [split] beginner help - by snippsat - Nov-20-2019, 12:15 PM
RE: [split] beginner help - by AMT59 - Nov-21-2019, 12:01 PM
RE: [split] beginner help - by newbieAuggie2019 - Nov-21-2019, 12:44 PM
RE: [split] beginner help - by ThomasL - Nov-21-2019, 12:14 PM
RE: [split] beginner help - by snippsat - Nov-21-2019, 12:18 PM
RE: [split] beginner help - by AMT59 - Nov-21-2019, 03:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Python beginner: Weird Syntax Error mnsaathvika 1 2,165 Jul-22-2019, 06:14 AM
Last Post: buran

Forum Jump:

User Panel Messages

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