- 帖子
- 5
- 精华
- 0
- 积分
- 19
- 阅读权限
- 10
- 注册时间
- 2017-10-25
- 最后登录
- 2017-11-15
|
该demo中有引入jieba WordCloud Imread等三方库,我把国内镜像源指定到阿里云后,安装了jieba numpy WordCloud的,但是 imread 一直是安装不了,最初始提示vcvarsall.bat找不到,安装visualcppbuildtools_full.exe工具后,不会把.bat的错误了。但是安装imread时,提示
Command "d:\programs\python\python35-32\python.exe -u -c "import setuptools, tok
enize;__file__='C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-build-hspj6bb_\\i
mread\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().repla
ce('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --reco
rd C:\Users\ADMINI~1\AppData\Local\Temp\pip-ov2f5vii-record\install-record.txt -
-single-version-externally-managed --compile" failed with error code 1 in C:\Use
rs\ADMINI~1\AppData\Local\Temp\pip-build-hspj6bb_\imread\
,求大神们指导。
|
|