-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Describe the bug
Good morning,
Thank you very much for this wonderful library. It is very well design.
I face a problem.
I try to do the quickstart after installing all requirements present in the readme.
In the terminal I write :
bash /usr/lib/openfoam/openfoam2406/etc/bashrc && python3 -u ./baseline_uncontrolled.py
The output is:
Traceback (most recent call last):
File "./baseline_uncontrolled.py", line 3, in
from environment import JetCylinder2DEnv
File "/home/oem/tutorials-main/quickstart/environment.py", line 29, in
from gymprecice.core import Adapter
File "/home/oem/miniforge3/envs/gymprecice/lib/python3.8/site-packages/gymprecice/core.py", line 11, in
import precice
File "/home/oem/miniforge3/envs/gymprecice/lib/python3.8/site-packages/precice/init.py", line 4, in
from cyprecice import Interface, action_read_iteration_checkpoint, action_write_iteration_checkpoint, action_write_initial_data, get_version_information
ImportError: libprecice.so.2: cannot open shared object file: No such file or directory
I dont understand can you help me? please
Have a nice day
Yiphta
Code example
No response
System info
No response
Additional context
No response
Checklist
- I have checked that there is no similar issue in the repository