相关疑难解决方法(0)

错误:无法创建'/Library/Python/2.7/site-packages/xlrd':权限被拒绝

我正在尝试在mac 10.8.4上安装xlrd,以便能够通过python读取excel文件.

我已按照http://www.simplistix.co.uk/presentations/python-excel.pdf上的说明进行操作

我这样做了:

  1. 将文件夹解压缩到桌面

  2. 在终端,cd到解压缩的文件夹

  3. $ python setup.py安装

这就是我得到的:

running install
running build
running build_py
creating build
creating build/lib
creating build/lib/xlrd
copying xlrd/__init__.py -> build/lib/xlrd
copying xlrd/biffh.py -> build/lib/xlrd
copying xlrd/book.py -> build/lib/xlrd
copying xlrd/compdoc.py -> build/lib/xlrd
copying xlrd/formatting.py -> build/lib/xlrd
copying xlrd/formula.py -> build/lib/xlrd
copying xlrd/info.py -> build/lib/xlrd
copying xlrd/licences.py -> build/lib/xlrd
copying xlrd/sheet.py -> build/lib/xlrd
copying xlrd/timemachine.py -> build/lib/xlrd
copying xlrd/xldate.py -> build/lib/xlrd
copying xlrd/xlsx.py -> build/lib/xlrd
creating build/lib/xlrd/doc
copying xlrd/doc/compdoc.html -> build/lib/xlrd/doc
copying xlrd/doc/xlrd.html …
Run Code Online (Sandbox Code Playgroud)

python installation xlrd

41
推荐指数
2
解决办法
7万
查看次数

标签 统计

installation ×1

python ×1

xlrd ×1