Hi,

This is not the way to install packages that don't come with Spyder. To understand how to do that, please read our documentation:

https://docs.spyder-ide.org/5/faq.html#using-packages-installer


Cheers,
Carlos

El 15/05/22 a las 21:45, Chris Choir escribió:
Hi I'm trying to install a library named ' geomdl'

i get the following errors. Does anyone have any ideas what is going on?
thanks


pip install --user geomdl
Note: you may need to restart the kernel to use updated packages.
C:\Spyder\Python\python.exe: No module named pip

conda install -c orbingol geomdl
Traceback (most recent call last):

  File "<ipython-input-3-ce1a9752d7ef>", line 1, in <module>
    get_ipython().run_line_magic('conda', 'install -c orbingol geomdl')

  File "C:\Spyder\pkgs\IPython\core\interactiveshell.py", line 2344, in run_line_magic
    result = fn(*args, **kwargs)

  File "<decorator-gen-101>", line 2, in conda

  File "C:\Spyder\pkgs\IPython\core\magic.py", line 187, in <lambda>
    call = lambda f, *a, **k: f(*a, **k)

  File "C:\Spyder\pkgs\IPython\core\magics\packaging.py", line 79, in conda     raise ValueError("The python kernel does not appear to be a conda environment.  "

ValueError: The python kernel does not appear to be a conda environment.  Please use ``%pip install`` instead.
--
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/4f238121-4051-48dd-add6-b3236dad270bn%40googlegroups.com <https://groups.google.com/d/msgid/spyderlib/4f238121-4051-48dd-add6-b3236dad270bn%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 spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/34b0183b-9b64-2f37-b22d-a00fe626d8aa%40gmail.com.

Reply via email to