orbingol / NURBS-Python

Object-oriented pure Python B-Spline and NURBS library
https://onurraufbingol.com/NURBS-Python/
MIT License
603 stars 153 forks source link

install #149

Closed MarkRause closed 2 years ago

MarkRause commented 2 years ago

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.

orbingol commented 2 years ago

I've received the same message by email and responded in detail. I don't think this is a geomdl issue. I am closing this one.