You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run my file like this "python test.py'" I get an error like this:
Traceback (most recent call last): File "test.py", line 1, in <module> from pyswip import Prolog File "/home/thomas/pyswip_env/lib/python3.7/site-packages/pyswip/__init__.py", line 29, in <module> from pyswip.prolog import Prolog File "/home/thomas/pyswip_env/lib/python3.7/site-packages/pyswip/prolog.py", line 28, in <module> from pyswip.core import * File "/home/thomas/pyswip_env/lib/python3.7/site-packages/pyswip/core.py", line 568, in <module> (_path, SWI_HOME_DIR) = _findSwipl() File "/home/thomas/pyswip_env/lib/python3.7/site-packages/pyswip/core.py", line 428, in _findSwipl raise ImportError('Could not find the SWI-Prolog library in this ' ImportError: Could not find the SWI-Prolog library in this platform. If you are sure it is installed, please open an issue.
For information I am on Manjaro and swi-pl is well installed.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi,
When I try to run my file like this "python test.py'" I get an error like this:
Traceback (most recent call last): File "test.py", line 1, in <module> from pyswip import Prolog File "/home/thomas/pyswip_env/lib/python3.7/site-packages/pyswip/__init__.py", line 29, in <module> from pyswip.prolog import Prolog File "/home/thomas/pyswip_env/lib/python3.7/site-packages/pyswip/prolog.py", line 28, in <module> from pyswip.core import * File "/home/thomas/pyswip_env/lib/python3.7/site-packages/pyswip/core.py", line 568, in <module> (_path, SWI_HOME_DIR) = _findSwipl() File "/home/thomas/pyswip_env/lib/python3.7/site-packages/pyswip/core.py", line 428, in _findSwipl raise ImportError('Could not find the SWI-Prolog library in this ' ImportError: Could not find the SWI-Prolog library in this platform. If you are sure it is installed, please open an issue.
For information I am on Manjaro and swi-pl is well installed.
Thank you in advance.
The text was updated successfully, but these errors were encountered: