简体   繁体   中英

Python package BeautifulSoup installation error

professional... BeautifulSoup install error...ㅠㅠ my windows environment is 64bit..and python also 64bit, 3.8.2version help me

Collecting BeautifulSoup Using cached BeautifulSoup-3.2.2.tar.gz (32 kB)

ERROR: Command errored out with exit status 1:
 command: 'C:\Users\hoyou\AppData\Local\Programs\Python\Python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\hoyou\\AppData\\Local\\Temp\\pycharm-packaging\\BeautifulSoup\\setup.py'"'"'; __file__='"'"'C:\\Users\\hoyou\\AppData\\Local\\Temp\\pycharm-packaging\\BeautifulSoup\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Public\Documents\ESTsoft\CreatorTemp\pip-pip-egg-info-j79vzovk'
     cwd: C:\Users\hoyou\AppData\Local\Temp\pycharm-packaging\BeautifulSoup\
Complete output (6 lines):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\hoyou\AppData\Local\Temp\pycharm-packaging\BeautifulSoup\setup.py", line 3
    "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'."
                                                                                                    ^
SyntaxError: invalid syntax
----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

You should consider Anaconda if you're running on Windows: https://docs.anaconda.com/anaconda/install/windows/ .

Beautifulsoup package: https://anaconda.org/anaconda/beautifulsoup4

The package management is much easier than just using the "vanilla" python.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM