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.