[Tutorials] 请教:E 无法定位软件包 XLRD
Tofloor
poster avatar
xhzqk_189_cn
deepin
2022-01-06 18:14
Author

sudo apt-get update

sudo apt install xlrd

.

.

.

E 无法定位软件包 XLRD

Reply Favorite View the author
All Replies
lcw0268
deepin
2022-01-06 18:18
#1
It has been deleted!
云的眼泪
deepin
2022-01-06 19:00
#2

可能软件仓库中的名称不一样

你先搜索一下:sudo apt search xlrd

Reply View the author
xhzqk_189_cn
deepin
2022-01-06 19:15
#3

没有唉,怎么办?PYTHON常用软件包XLRD啊!

正在排序... 完成
全文搜索... 完成
python-xlrd/未知,未知 1.1.0-1 all
extract data from Microsoft Excel spreadsheet files

python-xlrd-docs/未知,未知 1.1.0-1 all
extract data from Microsoft Excel spreadsheet files (documentation)

python-xlwt/未知,未知 1.3.0-2 all
module for writing Microsoft Excel spreadsheet files - Python 2.7

python-xlwt-doc/未知,未知 1.3.0-2 all
module for writing Microsoft Excel spreadsheet files - doc

python3-xlrd/未知,未知 1.1.0-1 all
extract data from Microsoft Excel spreadsheet files (Python3 version)

python3-xlwt/未知,未知 1.3.0-2 all
module for writing Microsoft Excel spreadsheet files - Python 3.x

Reply View the author
忘记、过去
deepin
2022-01-06 20:10
#4

截图_选择区域_20220106120935.png

??????

P.S. python 常用包不应该用 pip 安装吗?或者直接上 conda 找

Reply View the author
xhzqk_189_cn
deepin
2022-01-07 17:26
#5
忘记、过去

截图_选择区域_20220106120935.png

??????

P.S. python 常用包不应该用 pip 安装吗?或者直接上 conda 找

谢谢指教!好啦。

sudo pip3 install xlrd

Reply View the author