Thanks Adrian!
I installed Python 35 as I want to be on the latest-&-greatest ;-) On Windows 7 64bit OS I have opened CMD as admin --- cd to correct directory then --- 'python setup.py install' --- and Spyder installs --- viola! However I get RuntimeError: Please check Spyder installation requirements: PyQt4 4.6+ (or PySide 1.2.0+) is required. Therefore I need to install those modules, however cannot yet as http://www.lfd.uci.edu/~gohlke/pythonlibs/ does not have them available for Python 35 on 64bit Windows! Any options ? Amarjit On Saturday, February 21, 2015 at 4:07:59 PM UTC, Adrian Klaver wrote: > > On 02/21/2015 05:41 AM, Amarjit Chandhial wrote: > > > > Hey Guys, > > > > > > I have installed Python 3.5.0a1 64bit as default on my machine. > > > > Why? > > What OS? > > > With no modules, e.g. numpy, scipy, pandas etc. - Why? as they are not > > available yet here http://www.lfd.uci.edu/~gohlke/pythonlibs/ for 35. > > > > I have downloaded spyder-master zip file, unpacked, cd to correct > > directory and tried > > > > python setup.py install > > > > > > I get > > > > error: could not create 'C:\Program Files\Python > > 3.5\Lib\site-packages\spyderli > > ': Access is denied > > Insufficient permissions. You need to the install as admin/superuser. > > > > > > > Is spyder available for Python 3.5.0a1 64bit and if so how do I install? > > Or do I have to wait until 'standard' modules are available and then > > install? > > The joys of working with alpha software. > > > > > > > Amarjit > > > > > > > > > -- > Adrian Klaver > [email protected] <javascript:> > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
