donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.54k stars 436 forks source link

Error when Running pip install : python setup.py egg_info #174

Closed awesomeo184 closed 3 years ago

awesomeo184 commented 4 years ago

I ensure pip, setuptools and wheel are up to date. I successfully installed one but get error while installing another one. please help

C:\Program Files (x86)\Python38-32>pip install beautifulsoup Collecting beautifulsoup Downloading BeautifulSoup-3.2.2.tar.gz (32 kB) ERROR: Command errored out with exit status 1: command: 'c:\program files (x86)\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\user\AppData\Local\Temp\pip-install-4lnlu4ky\beautifulsoup\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-4lnlu4ky\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\user\AppData\Local\Temp\pip-install-4lnlu4ky\beautifulsoup\pip-egg-info' cwd: C:\Users\user\AppData\Local\Temp\pip-install-4lnlu4ky\beautifulsoup\ Complete output (6 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\user\AppData\Local\Temp\pip-install-4lnlu4ky\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.