File "", line 1, in
get_ipython().run_line_magic('conda', 'install -c orbingol geomdl')
File "C:\Spydersucks\pkgs\IPython\core\interactiveshell.py", line 2344, in run_line_magic
result = fn(*args, **kwargs)
File "", line 2, in conda
File "C:\Spydersucks\pkgs\IPython\core\magic.py", line 187, in
call = lambda f, *a, *k: f(a, **k)
File "C:\Spydersucks\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.
Hi I'm getting this error trying to install on Spyder 4.25 any ideas?? thanks in advance
conda install -c orbingol geomdl Traceback (most recent call last):
File "", line 1, in
get_ipython().run_line_magic('conda', 'install -c orbingol geomdl')
File "C:\Spydersucks\pkgs\IPython\core\interactiveshell.py", line 2344, in run_line_magic result = fn(*args, **kwargs)
File "", line 2, in conda
File "C:\Spydersucks\pkgs\IPython\core\magic.py", line 187, in
call = lambda f, *a, *k: f(a, **k)
File "C:\Spydersucks\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.