我上次使用CMD安装chatterbot
时,安装成功,但是不断抛出我ModuleNotFoundError
。
最后一次,我修改了path中的System变量,添加了python37/scripts
rute。现在,我尝试了一下,但使用了横冲直撞:C:\Python27\Scripts
。尝试安装它时,它在CMD上引发了此异常:
>Command "c:\python27\python.exe -u -c "import setuptools, tokenize;
__file__='c:\\users\\arcanet\\appdata\\local\\temp\\pip-build-
wejd5c\\murmurhash\\setup.py';f=getattr(tokenize, 'open', open)(__file__);
code=f.read().replace('\r\n', '\n');f.close();
exec(compile(code, __file__, 'exec'))" install --record
c:\users\arcanet\appdata\local\temp\pip-w1n8yf-record\
install-record.txt --single-version-externally-managed --compile"
failed with error code 1 in
c:\users\arcanet\appdata\local\temp\pip-build-wejd5c\murmurhash\
我试图升级python的setuptools,但是没有用,还尝试了pip install murmurhash
,但是抛出了同样的错误。希望您能提供帮助。