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
mmckerns
changed the title
travis fails with undefined symbol PyInterpreterState_GetID on travis for pypy3.9
travis fails with undefined symbol on travis for pypy3.9
Nov 13, 2023
More specifically, after the build "succeeds", then on importing it fails:
++python pyina/tests/test_ezmap.py
Traceback (most recent call last):
File "pyina/tests/test_ezmap.py", line 109, in <module>
test_ezmap()
File "pyina/tests/test_ezmap.py", line 96, in test_ezmap
from pyina.ez_map import ez_map as _map
File "/home/travis/virtualenv/pypy3.9-7.3.9/lib/pypy3.9/site-packages/pyina/__init__.py", line 27, in <module>
import pyina.launchers as launchers
File "/home/travis/virtualenv/pypy3.9-7.3.9/lib/pypy3.9/site-packages/pyina/launchers.py", line 85, in <module>
from pyina.mpi import Mapper, defaults
File "/home/travis/virtualenv/pypy3.9-7.3.9/lib/pypy3.9/site-packages/pyina/mpi.py", line 60, in <module>
from mpi4py import MPI
ImportError: /home/travis/virtualenv/pypy3.9-7.3.9/lib/pypy3.9/site-packages/mpi4py/MPI.pypy39-pp73-x86_64-linux-gnu.so: undefined symbol: PyInterpreterState_GetID
See: https://app.travis-ci.com/github/uqfoundation/pyina/jobs/613166138
Travis fails on:
from mpi4py import MPI
with undefined symbols on ampich
build for pypy3.9.The text was updated successfully, but these errors were encountered: