-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Description
Hi, I'm currently studying the LNN, and trying to evaluate the example code.
However, I've got this error from the example code:
- example code:
https://ibm.github.io/LNN/education/examples/reasoning.html#simple-geometry-reasoning-example
- where I stuck:
Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.11.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: from lnn import (Predicate, Variable,
...: Exists, Implies, ForAll, Model, Fact, World)
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[1], line 1
----> 1 from lnn import (Predicate, Variable,
2 Exists, Implies, ForAll, Model, Fact, World)
ImportError: cannot import name 'ForAll' from 'lnn' (/home/sungjin/.virtualenvs/lnn/lib/python3.10/site-packages/lnn/__init__.py)I know that LNN is a great tool which will leverage the next step of AI, and I glad to know about it. And I hope there will be a chance to the newcomers like me. Thank you.
Metadata
Metadata
Assignees
Labels
No labels