The direct download has its own Python environment which is independent of 
Anaconda. It has numpy, matplotlib, pandas and scipy but none of the 
additional data science libraries. It also can't use pip and conda commands.

Ensure you have anaconda 2021-05 installed (the latest standalone 
installer).
In Windows open up the Anaconda PowerShell Prompt or in Linux open up the 
Terminal.
Type in:
conda update --all
This should update the Anaconda Python distribution to the latest stable 
version, specifically updating Python to a compatible version for Spyder 5.

Next search the anaconda and conda-forge channels for the latest Spyder 
release:
conda search --channel anaconda spyder
conda search --channel conda-forge spyder

At the time of writing the conda-forge channel is more up to date than the 
anaconda channel.
Type in:
conda install --channel conda-forge spyder=5.0.3
On my Linux and Windows 10 install not specifying the version number 
preferenced spyder version 4.2.5, so I had to specify 5.0.3 to begin the 
install.

On Thursday, June 3, 2021 at 12:30:20 AM UTC+1 joh...@blueyonder.co.uk 
wrote:

> Hi there
>
> I am new to Spyder / Python and trying to use the SK Learn Library with 
> Spyder on Windows 10 however i get an Module not found error.
>
>  I installed Python latest version first and then SK Learn using PIP which 
> seems to be fine. I then installed Spyder which seems to have installed 
> another version of Python under the Spyder directory. I have tried to link 
> Spyder to the installed SK Learn library using the PythonPath manager but 
> still the library is not recognized.
>
> Should i be able to use the library where it is or do i need to install it 
> in the Spyder directory ? I have also to install it in Spyder using PIP 
> from the Spyder console but calling !PIP does not work so not sure how i 
> would install it there ?
>
> Any help greatly appreciated 
>
> J
>

-- 
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 spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/610f254b-092c-48c5-b005-ab801950d31dn%40googlegroups.com.

Reply via email to