Hi,

If you want to use to other modules that don't come with our installer, you need to do the following:

1. Install Miniconda: https://docs.conda.io/en/latest/miniconda.html

2. Create a conda environment, as explained here:

https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands

with the packages you want to use and `spyder-kernels`. In your case you need to run these commands in a system terminal (i.e. Terminal.app):

conda activate base
conda create -n myenv spyder-kernels scikit-learn

3. Connect Spyder to that environment by following these instructions:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Cheers,
Carlos

El 5/03/21 a las 10:26 a. m., Tiger escribió:
hello, I've installed 4.2.3 (using dmg package ) on Catalina, any trying to install Scikit-learn, but the only guide for that is using anaconda, which's not my case.
any suggestions for making it without involving anaconda? thanks!
--
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] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/e1fdc58b-ca02-49fd-9307-f003566041d8n%40googlegroups.com <https://groups.google.com/d/msgid/spyderlib/e1fdc58b-ca02-49fd-9307-f003566041d8n%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/5c2be3c9-9361-a709-ff74-2786065589ca%40gmail.com.

Reply via email to