Hi Abu, On Mon, Jan 13, 2025 at 4:52 PM Abu Naser <[email protected]> wrote:
> I am planning to read about atomspace and to execute some of the examples > that came with the package. Python would be an easier choice for me. Most of the examples, here: https://github.com/opencog/atomspace/tree/master/examples are written in scheme. However, I think (?) it is easy to transliterate these into python. Doing this would be educational: I think you'd have some "a hah" moments, doing this. > While I was trying to compile atomspace with python bindings, I have got the > following error: > > [ 97%] Built target utilities_cython > make[2]: *** No rule to make target > '../opencog/persist/api/cython/../../storage/storage_types.pyx', needed by > 'opencog/persist/api/cython/storage.cpp'. Stop. > > Please let me know the potential solutions for this error. Since I screwed around with this a few weeks ago, I would first try "git pull" and make sure you have the latest. If that doesn't work, then I'd need the output of "cmake .." to see what that looks like. Ideally, you would have a github account, and we could talk about this in a github issue. Issues are easier to track than email discussions. --linas -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/opencog/CAHrUA37pg_v3md9JsOUrrFhaLRaJJQ-kCrNHnpUHgkYgZTtuVw%40mail.gmail.com.
