Closed slozovsky closed 5 years ago
Hello,
the error suggests you are using an old version of setuptools
.
What is the output of the command:
$ easy_install --version
Have you tried updating setuptools
?
$ sudo pip install -U setuptools
That worked. Thanks!
# easy_install --version
setuptools 0.9.8
After upgrade:
# easy_install --version
setuptools 40.8.0 from /usr/lib/python2.7/site-packages (Python 2.7)
I'm curious why clipspy is so sensitive to setuptools version? Other packages didn't complain.?
clipspy
uses modern features of setuptools
as it makes the logic simpler and more convenient. Moreover, clipspy
relies on cffi
integrations with setuptools
to build and link against the CLIPS libraries.
I don't know why Python still ships such an outdated version of setuptools
anyways. 0.9.8
was last released in July 2013.
Also please consider upgrading to Python 3. Python 2 is deprecated and not going to be maintained anymore in 2020. The new versions of clipspy
will not be compatible with Python 2 anymore.
Hi,
I've got following error:
Why would set up even try to call git? How can I fix that?
Building through make:
Clipspy worked with Python 2.7 before...