Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run geom build test, python 3.9 FAIL #163

Open
felicio93 opened this issue Jul 2, 2024 · 1 comment
Open

Run geom build test, python 3.9 FAIL #163

felicio93 opened this issue Jul 2, 2024 · 1 comment

Comments

@felicio93
Copy link
Collaborator

This is the error message:

Run source tests/cli/build_geom.sh
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.9.19/x64/bin/ocsmesh", line 5, in <module>
    from ocsmesh.__main__ import main
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/ocsmesh/__init__.py", line 22, in <module>
    raise e
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/ocsmesh/__init__.py", line 10, in <module>
    import jigsawpy  # noqa: F401
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/jigsawpy-1.0.0-py3.9.egg/jigsawpy/__init__.py", line 62, in <module>
    from jigsawpy import jigsaw, libsaw
  File "/opt/hostedtoolcache/Python/3.9.[19](https://github.com/noaa-ocs-modeling/OCSMesh/actions/runs/9764039154/job/26951365004?pr=162#step:8:20)/x64/lib/python3.9/site-packages/jigsawpy-1.0.0-py3.9.egg/jigsawpy/libsaw.py", line 76, in <module>
    JLIB = ct.cdll.LoadLibrary(str(JLIBNAME))
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/ctypes/__init__.py", line 452, in LoadLibrary
    return self._dlltype(name)
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/ctypes/__init__.py", line 374, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libjigsaw.so: cannot open shared object file: No such file or directory
Error: Process completed with exit code 1.

I will try run the setup locally on py3.9 and see why it fails

@SorooshMani-NOAA
Copy link
Collaborator

The main problem is that the latest scipy is not supported on Py3.9, but I don't understand why it tries to install the latest scipy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants