precice / precice.github.io

The website of preCICE
https://precice.org/
12 stars 56 forks source link

Collect common porting issues #324

Open uekerman opened 6 months ago

uekerman commented 6 months ago

Could be good to have a section with common porting problems. Let's collect here and then move to the documentation.

One thing I ran into:

When running the Python bindings:

ImportError: libprecice.so.2: cannot open shared object file: No such file or directory

Solution: install without cached wheels:

pip3 install --user --no-cache-dir pyprecice==3.0.0.0.dev2