我chatterbot
上次用CMD安装,安装成功,但一直在扔我ModuleNotFoundError
。
上次我修改了路径中的系统变量,添加了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
但抛出了同样的错误。我希望你能帮忙。