windows里python直接安装spyder出错
在cmd里直接安装wheel
pip install wheel
安装成功后,安装spyder
pip install spyder
结果出现错误
 
 安装ujson
pip install ujson
仍然出现上述图片错误,谷歌搜索“could not build wheels for ujson which use PEP517”
 在stackoverflow一篇文章里找到解答,在ujson网址里下载whl,因为我的电脑是32位,下载ujson-3.2.0-cp38-cp38-win32.whl。
 通过pip安装
pip install C:\\文件目录\ujson-3.2.0-cp38-cp38-win32.whl
文件目录就是ujson-3.2.0-cp38-cp38-win32.whl所在的目录。
 下载成功后,安装spyder
pip intsall spyder
安装成功
 在cmd里打开spyder
spyder3
成功打开
 
 注意:安装spyder时,windows会出现阻拦窗口,选择“不再提醒”和一直执行该程序即可。
 投递百度等公司10个岗位
投递百度等公司10个岗位


 查看21道真题和解析
查看21道真题和解析