像RPIO和queue这样的一些python模块似乎在安装上有问题

2024-09-27 23:26:14 发布

您现在位置:Python中文网/ 问答频道 /正文

我试着运行pip install RPIO,发现在安装过程中出现了以下错误

Command "c:\python27\python.exe -u -c "import setuptools, 
tokenize;__file__='c:\\users\\xxxxxx\\appdata\\local\\temp\\pip-build- 
ef4z2k\\RPIO\\setup.py';exec(compile(getattr(tokenize, 'open', open)
(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record 
c:\users\xxxxxx\appdata\local\temp\pip-3_ddbu-record\install-record.txt --
single-version-externally-managed --compile" failed with error code 1 in 
c:\users\xxxxxx\appdata\local\temp\pip-build-ef4z2k\RPIO\

大多数模块安装时没有任何此类问题。我在这些之前安装了plotly和scipy模块,没有遇到任何问题。你知道我哪里会出错吗


Tags: installpipbuildlocalrecordusersappdatatemp

热门问题