顺便说一下,我正在使用Windows,所以我必须安装visual studio吗?
(py) D:\python>pip install simplejson
Downloading/unpacking simplejson
Downloading simplejson-2.6.2.tar.gz (53kB): 53kB downloaded
Running setup.py egg_info for package simplejson
Installing collected packages: simplejson
Running setup.py install for simplejson
building 'simplejson._speedups' extension
***************************************************************************
警告:无法编译C扩展,未启用加速.
Failure information, if any, is above.
I'm retrying the build without the C extension Now.
***************************************************************************
***************************************************************************
WARNING: The C extension Could not be compiled, speedups are not enabled.
Plain-Python installation succeeded.
***************************************************************************
Successfully installed simplejson
Cleaning up...
解决方法:
为了能够在Windows上编译Python C扩展模块,您需要安装正确版本的Visual Studio.见Building C and C++ Extensions on Windows.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。