python
Sun_17
小白
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用pip安装模块出现:Cannot unpack file /tmp/pip-WY1nQb-unpack/simple.htm
使用如下命令出现问题: pip install https://pypi.tuna.tsinghua.edu.cn/simple 模块名 Cannot unpack file /tmp/pip-WY1nQb-unpack/simple.htm (downloaded from /tmp/pip-0y4s6P-build, content-type: text/html); cannot detect archive format Cannot determine archive format原创 2021-04-16 10:31:26 · 6990 阅读 · 1 评论 -
module scipy.ndimage has no attribute imread
代码:import scipyimport scipy.ndimagea = scipy.ndimage.imread(“dhoni.jpg”)报错:AttributeError: module ‘scipy.ndimage’ has no attribute ‘imread’解决方案:调用imageioimport imageioa = imageio.imread(“dhoni.jpg”)...原创 2020-06-20 19:59:33 · 1422 阅读 · 0 评论
分享