On Saturday, 24 September 2016 09:44:07 UTC+1, [email protected] wrote: > > Hi, I am using Spyder3(Python 3.5). But unable to import sklearn. How to > import it. When I go to my terminal and type "python -V" it gives python > 2.7 as output. > So, where to go and install Python 3.5 sklearn package. I am using Ubuntu > 16.04 and installed Spyder3 through Ubuntu software centre. >
Did you try installing the package python3-sklearn from the Ubuntu software centre? I think the command for Python 3.5 is python3, so if you go to your terminal and type 'python3 -V' you should hopefully see a version number starting with 3. Hope this helps, Jitse -- 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 https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
