autodataming的个人博客分享 http://blog.sciencenet.cn/u/autodataming

博文

window中如何安装spyder?

已有 17968 次阅读 2017-10-30 15:56 |系统分类:科研笔记

spyder是python中最好用的数据分析的IDE,直接通过pip 安装,会出现Unable to create process using的问题。

正确的安装方法如下:

1. 首先从uci wheel 官网中下载pyqt4的wheel(

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4


),

安装

python2764.exe -m pip install .\PyQt4-4.11.4-cp27-cp27m-win_amd64.whl

2. 从github( https://github.com/spyder-ide/spyder/releases   )下载spyder的源代码zip文件,并解压

3.  安装 python setup.py install

4.  在scripts 文件夹下有spyder.bat,双击就可以运行了。




  1. Download spyder-3.0.0b1.zip archive from Releases

  2. Unpack

  3. Run command python setup.py install from inside of the just unpacked contents of the archive

  4. Run python\scripts\spyder.bat
    Note: it also needs PyQt to be installed.

-----------------------------------------------------------------------------------------------------

上面是成功的经历,下面是我失败的经历2018-1-27。

我想给电脑里的python36也安装一个spyder, 结果折腾了2天都没有成功。不知道是否因为不支持python36还是什么原因。更加恶心的是把我原先python2中的spyder 也搞坏了。果断弃坑,还是用Rodeo。



https://blog.sciencenet.cn/blog-950202-1083041.html

上一篇:aws
下一篇:分子位置变换
收藏 IP: 45.77.35.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-6-21 13:22

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部