出现问题:Command "python setup.py egg_info" failed with error code 1,当进行pip3 install beautifulsoup,,C:\Users\w
出现问题:Command "python setup.py egg_info" failed with error code 1,当进行pip3 install beautifulsoup,,C:\Users\w
C:\Users\wang>pip3 install beautifulsoupCollecting beautifulsoup Using cached BeautifulSoup-3.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\wang\AppData\Local\Temp\pip-build-3s2h_rej\beautifulsoup\setup.py", line 22 print "Unit tests have failed!" ^ SyntaxError: Missing parentheses in call to ‘print‘. Did you mean print(int"Unit tests have failed!")? ----------------------------------------Command "python setup.py egg_info" failed with error code 1 in C:\Users\wang\AppData\Local\Temp\pip-build-3s2h_rej\beautifulsoup\
解决方案是:
C:\Users\wang>pip install bs4
出现问题:Command "python setup.py egg_info" failed with error code 1,当进行pip3 install beautifulsoup
相关内容
- Python爬虫requests 下载图片,,import req
- python3----练习题(爬取电影天堂资源),, 1 import
- python输出最大公约数和最小公倍数,python公约数,def m
- Python+requests+unittest+excel实现接口自动化测试框架,,一、
- Python—MySQL线程池,,python实现版本
- 1、Python环境安装部署,,一、环境准备1、下载
- Python中关于列表排序并保留id,python排序保留id,新手才
- Python Deque 模块,,Deque模块是Py
- Python常用模块之hashlib,pythonhashlib,Python里面的h
- Python学习之路——Linux基础之yum,pythonyum,yum本地源修改
评论关闭