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
Hello,
While building pyDemFoam all the commands go well but at the end to test the working of pyDemFoam the command "python -c "import pyDemFoam; print(pyDemFoam.version)" gives following error
"Traceback (most recent call last):
File "", line 1, in
File "/home/mahwish/.local/lib/python2.7/site-packages/pyDemFoam/init.py", line 3, in
from _pyDemFoam import pyDemIcoFoam
ImportError: /home/mahwish/.local/lib/python2.7/site-packages/_pyDemFoam.so: undefined symbol: _ZN4Foam13UIPstreamBase4readERl
Kindly guide me to resolve the error
The text was updated successfully, but these errors were encountered:
Hello,
While building pyDemFoam all the commands go well but at the end to test the working of pyDemFoam the command "python -c "import pyDemFoam; print(pyDemFoam.version)" gives following error
"Traceback (most recent call last):
File "", line 1, in
File "/home/mahwish/.local/lib/python2.7/site-packages/pyDemFoam/init.py", line 3, in
from _pyDemFoam import pyDemIcoFoam
ImportError: /home/mahwish/.local/lib/python2.7/site-packages/_pyDemFoam.so: undefined symbol: _ZN4Foam13UIPstreamBase4readERl
Kindly guide me to resolve the error
The text was updated successfully, but these errors were encountered: