Python:Windows8下安装BeautifulSoup

运行环境:Windows 8.1

Python:2.7.6

在安装的时候,我使用的pip来进行安装,命令如下:

pip install beautifulsoup4

运行的时候,报错如下:


Exception:
Traceback (most recent call last):
File "J:\Program Files (x86)\Python\Python27\lib\site-packages\pip\basecomm
.py", line 122, in main
status = self.run(options, args)
File "J:\Program Files (x86)\Python\Python27\lib\site-packages\pip\commands
stall.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bu
e=self.bundle)
File "J:\Program Files (x86)\Python\Python27\lib\site-packages\pip\req.py",
ne 1229, in prepare_files
req_to_install.run_egg_info()
File "J:\Program Files (x86)\Python\Python27\lib\site-packages\pip\req.py",
ne 292, in run_egg_info
logger.notify(‘Running setup.py (path:%s) egg_info for package %s‘ % (sel
etup_py, self.name))
File "J:\Program Files (x86)\Python\Python27\lib\site-packages\pip\req.py",
ne 265, in setup_py
import setuptools
File "build\bdist.win-amd64\egg\setuptools\__init__.py", line 11, in <modul
from setuptools.extension import Extension
File "build\bdist.win-amd64\egg\setuptools\extension.py", line 5, in <modul
File "build\bdist.win-amd64\egg\setuptools\dist.py", line 15, in <module>
File "build\bdist.win-amd64\egg\setuptools\compat.py", line 19, in <module>
File "J:\Program Files (x86)\Python\Python27\lib\SimpleHTTPServer.py", line
, in <module>
class SimpleHTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
File "J:\Program Files (x86)\Python\Python27\lib\SimpleHTTPServer.py", line
8, in SimpleHTTPRequestHandler
mimetypes.init() # try to read system mime.types
File "J:\Program Files (x86)\Python\Python27\lib\mimetypes.py", line 358, i
nit
db.read_windows_registry()
File "J:\Program Files (x86)\Python\Python27\lib\mimetypes.py", line 258, i
ead_windows_registry
for subkeyname in enum_types(hkcr):
File "J:\Program Files (x86)\Python\Python27\lib\mimetypes.py", line 249, i
num_types
ctype = ctype.encode(default_encoding) # omit in 3.x!
UnicodeDecodeError: ‘ascii‘ codec can‘t decode byte 0xb0 in position 1: ordin
not in range(128)

Storing debug log for failure in C:\Users\Administrator\pip\pip.log

解决方法:打开C:\Python27\Lib下的 mimetypes.py 文件,找到大概256行的

default_encoding = sys.getdefaultencoding()

改成:

if sys.getdefaultencoding() != ‘gbk‘:
reload(sys)
sys.setdefaultencoding(‘gbk‘)
default_encoding = sys.getdefaultencoding()

安装成功后,验证是否安装成功:

C:\Users\Administrator>python
Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)] on 32
Type "help", "copyright", "credits" or "license" for more information.
>>> from bs4 import BeautifulSoup
>>> exit()

如果“from bs4 import
BeautifulSoup”没有报错的话,则说明安装成功,否则,将报类似错误如下:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named bs4

原文地址:曾是土木人

转载请注明出处:http://www.cnblogs.com/hongfei/p/3763184.html

时间: 2024-11-06 23:34:27

Python:Windows8下安装BeautifulSoup的相关文章

Python:Windows8下安装BeautifulSoup最纵篆孜卒佐

position:static(静态定位) 当position属性定义为static时,可以将元素定义为静态位置,所谓静态位置就是各个元素在HTML文档流中应有的位置 podisition定位问题.所以当没有定义position属性时,并不说明该元素没有自己的位置,它会遵循默认显示为静态位置,在静态定位状态下无法通过坐标值(top,left,right,bottom)来改变它的位置. position:absolute(绝对定位) 当position属性定义为absolute时,元素会脱离文档流

Windows8.1 Python 环境下安装OpenCV

建议安装python-3.5.2-amd64版本,其他版本升级pip会遇到问题. 第一步升级pip > python -m pip install --upgrad pip 有可能会出现超时,不管是pip升级或pip安装其他模块 原理一样 ,需要设置时间 > python -m pip --default-timeout=100 install --upgrad pip 其他也一样  例如 > pip --default-timeout=100 install numpy -------

Python windows 平台下安装BeautifulSoup

Windows平台安装Beautiful Soup  :http://kevinkelly.blog.163.com/blog/static/21390809320133185748442/

Windows python3.3下安装BeautifulSoup

首先在官网下载:http://www.crummy.com/software/BeautifulSoup/#Download BeautifulSoup在版本4以上都开始支持python3了,所以就下最新的吧. 不过,在安装之前,首先要把这里的代码全部由python2格式转换成python3格式. 这个工作可以使用python里自带的2to3.py来完成. 这个工具在python\Tools\Scripts里,使用的格式为: 2to3.py -w C:\Python33\beautifulsou

python--windows下安装BeautifulSoup

python有很多内置的模块可以不安装使用,用起来非常方便,但是也有一些挺有用的非内置的模块不能直接使用,需要话费点力气手动安装. 进入python安装目录下的Scripts目录,查看是否有pip工具.为了避免出现一些未知错误,DOS窗口使用管理员权限打开. 使用pip工具安装,在python安装目录下的Scripts目录下执行如下命令. pip install beautifulsoup4      可能会出现以下错误: 错误信息: Collecting pip Using cached pi

在Windows8下安装SQL Server 2005无法启动服务

因为尝鲜安装了Windows8,的确很不错,唯一的遗憾就是不支持Sql Server 2005的安装.找了很多办法,基本上都有缺陷.现在终于找到一种完全正常没有缺陷的办法了,和大家分享一下. 0.一定要使用Administrator用户安装,否则可能出任何意想不到问题(我半天时间就这样浪费了). 1.正常安装任一版本的SQL Server 2005. 2. 安装到SqlServer服务的时候提示启动服务失败,这里就是关键啦,下载本文的两个附件,里面是SP4(2005.90.5000.0)版本的

Windows8下安装ubuntu

这类文章堪称多如牛毛,也有很多种方法.此处记录的是我试验成功的一种,Windows 8 + ubuntu + easyBCD,简单粗暴,只记操作,不讲原理. 一.腾空间 在Windows下,首先要给ubuntu划出来一块单独的空间,不创建分区,不分配盘符,就是一个“未分配”,磁盘管理是一个知识点,自行查询,不多讲.其实分了也没用,安装ubuntu的时候,还要删除,否则没地方装ubuntu,windows下的格式linux不认.磁盘空间的话,怎么也得2G以上,我留了60G,自己决定. 二.做启动U

Windows8下安装Apache2.2.9

下载地址:http://www.apache.org/dyn/closer.cgi/httpd/binaries/win32/ 下载地址:http://archive.apache.org/dist/httpd/binaries/win32/ “Network Domain”填写你的网络域名,比如 lanxinyimeng.com,如果没有网络域名,可以随便填写.但如果你架设的 Apache 服务器如果要放入 Internet ,则一定要填写正确的网络域名. 在“Server Name”下填入你

python venv下安装mysql出错 解决方法

1.首先使用exe文件安装python-mysql.链接: http://pan.baidu.com/s/1kVqILTX 密码: manj. 2.虚拟环境创建后,我们把已经在公共环境使用exe安装好的mysql涉及到的四个文件复制到虚拟环境对应目录(copy到虚拟环境下的\venv\Lib\site-packages文件夹下即可): MySQL_python-1.2.3-py2.7.egg-info MySQLdb _mysql.pyd _mysql_exceptions.py 然后我们检查下