当我尝试通过 pip安装h3包时出现错误。我运行 Python 3.6。
这是错误:
命令“d:\pyth2\python.exe -u -c”导入setuptools,tokenize;file ='c:\users\8523~1\appdata\local\temp\pip-install-0frm_v\h3\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\8523 ~1\appdata\local\temp\pip-record-gizroq\install-record.txt --single-version-externally-managed --compile" 失败,错误代码 1 在 c:\users\8523~1\appdata\本地\temp\pip-install-0frm_v\h3\
如何绕过此错误?
我已经安装了所有必需的软件包,除了在 Windows 上不可用的“make”。