molodiuc / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Enhacement: add scikits.learn #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Due to some complains on the scikit-learn mailing list about the official 
windows installer not working under pythonxy (due to different numpy versions), 
I decided to make an installer linked against numpy's version of pythonxy:

http://sourceforge.net/projects/scikit-learn/files/scikits.learn-0.5-numpy-1.3.w
in32-py2.6.exe/download

It would be great if you could distribute it or put in under AdditionalPlugins.

Thanks,

Original issue reported on code.google.com by fabian.p...@gmail.com on 19 Oct 2010 at 2:36

GoogleCodeExporter commented 9 years ago
I use PythonXY 2.6.5.1 / Spyder 1.03 and numpy 1.4.1 (checked the version with 
numpy.version.version)
I downloaded the executable and  ran it.
When trying to import the library I get the following error:

>>> from scikits.learn import datasets
Traceback (most recent call last):
  File "C:\Python26\lib\site-packages\scikits\learn\__init__.py", line 17, in <module>
    from . import cross_val
ImportError: cannot import name cross_val 

Original comment by elau...@gmail.com on 12 Nov 2010 at 2:08

GoogleCodeExporter commented 9 years ago
Thanks for your feedback, I'll take a look into this along next week.

Original comment by fabian.p...@gmail.com on 14 Nov 2010 at 10:03

GoogleCodeExporter commented 9 years ago
Hi elauria.

Is it possible that you have mixed installations of numpy and pythonxy, since 
latest pythonxy ships numpy 1.3.0 ?

Original comment by fabian.p...@gmail.com on 18 Nov 2010 at 10:08

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 16 Feb 2011 at 4:24

GoogleCodeExporter commented 9 years ago
Please check - http://pythonxy.googlecode.com/files/scikits.learn-0.7.1_py26.exe

Any comments, suggestions, questions are welcome.

Original comment by grizzly.nyo on 19 Apr 2011 at 8:51

GoogleCodeExporter commented 9 years ago
Thanks! I'll try it and make sure it works fine.

Original comment by fabian.p...@gmail.com on 20 Apr 2011 at 10:42