Hi, Could anyone help me ??Thanks a lot!!!(Crying …) I followed README to install pyclips in linux python2.7(ubuntu18),but it doesn’t work when “import clips”,like that import clips Traceback (most recent call last): File "<stdin>", line 1, in <module> File "clips/init.py", line 36, in <module> from _clips_wrap import * File "clips/_clips_wrap.py", line 37, in <module> import _clips as _c ImportError: No module named _clips</module></module></module></stdin> I ran these steps☹ (I also copied words...
There may be a trivial answer to this, however, I can't seem to install PyCLIPS via the Windows Executable available for download. I receive the following error despite having both a 32-bit and 64-bit version of Python 2.7x. I have also tried installing via pip with no luck.
My apologies; meant to put this in the Help forum. Additionally, this error seems to be address in version 6.30 of the CLIPS software distribution. Thanks!
Hello -- I believe I have finally discovered the source of the segmentation fault I alluded to in the topic "EnvIncrementFactCount call in clips_fact_assign". There appears to be an error in the factmngr.c distributed in CLIPSSrc.zip. At line 103 in factmngr.c, a patternEntityRecord named factInfo is defined. Before the 4 NULLS in the nested structure, there are two entries: EnvIncrementFactCount followed by EnvDecrementFactCount. These are inthe wrong order. Per the entityRecord declaration in evaluatn.h,...
Hello -- I've been using PyCLIPS in a project and ran into an issue where CLIPS would occasionally segfault while running. In an attempt to track the issue down, I started running a test case in a loop over and over again and noticed increasingly long run times. At the beginning of each loop, I'd perform a clips.Reset(), a number of asserts, and a clips.Run(). However, I noticed that the CLIPS call to RemoveGarbageFacts() would take longer and longer with each call -- and it appeared that the linked...
Has this been fixed? I am having the same problems and the code seems not to have changed.
Thank you for your answer! UPDATE: I took the pyclips code from the github repository...
Thank you for your answer! UPDATE: I took the pyclips code from the github repository...
Thank you for your answer! UPDATE: I took the pyclips code from the github repository...
I've never tried to build it on Windows and unfortunately I can't help with the issue...
Thank you very much for your work! I am really happy to have a PyCLIPS based on CLIPS...
Did you try to build it on Windows? I tried the installation via pip but it failed....
Any ideas about bytearrays and unicodes? Anyone ?
New dev branch is created on git hub in my repo. I merged your pull request to the...
New dev branch is created on git hub in my repo. I merged your pull request to the...
New dev branch is created on git hub in my repo. I merged your pull request to the...
New dev branch is created on git hub in my repo. I merged your pull request to the...
Mani, I sent some results files off-list to your gmail address. On Tue, Sep 13, 2016...
Ok as far as unit tests are concerned every thing is working. The segfault is still...
On Tue, Sep 13, 2016 at 8:07 AM, Mani mani_sabri@users.sf.net wrote: +1 for the dev...
+1 for the dev branch I'll creat a dev branch and move my commits from master to...
+1 for the dev branch I'll creat a dev branch and move my commits from master to...
On Mon, Sep 12, 2016 at 4:30 PM, Mani mani_sabri@users.sf.net wrote: Here you are...
Here you are https://github.com/manisabri/pyclips Master branch is changed ... has...
I played around with the source on Github (clips 6.30 branch). I managed to make...
Please post the link when you add a GitHub repo. I do nont have a lot of skills in...
I played around with the source on Github (clips 6.30 branch). I managed to make...
I played around with the source on Github (clips 6.30 branch). I managed to make...
I played around with the source on Github (clips 6.30 branch). I managed to make...
Hi Franc, Do you have this working for Py 3.5 or even 2.7? Badly in need of this....
Hi, unfortunately, at least for now, it's not a matter of hidden keysor similar bypasses:...
I need a PyCLIPS Module, which can be installed and used with Python 3.5 or greater....
I need a PyCLIPS Module, wich can be installed uand used with Python 3.5 or greater....
This project does not seem active any longer, but in case anyone gets here, I did...