ADIOS2
ADIOS2 copied to clipboard
error loading adios 2.10.1 into python3.12.4
Describe the bug Cannot load adios2.10.1 into python3.12.4 on a MacBook. I get the following error:
ImportError: cannot import name 'or_' from 'operator' (/Users/dpn/sw/adios2/2.10.1/install/lib/python3.12/site-packages/adios2/operator.py) Python 3.12.4 (main, Jun 6 2024, 18:26:44) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin Type "help", "copyright", "credits" or "license" for more information.
To Reproduce To reproduce: export PYTHONPATH=<pathToAdios>:$PYTHONPATH python3 import adios2
Expected behavior
Desktop (please complete the following information): MacOS 14.5 python3.12.4 adios2.10.1
adios2 built with clang 15.0.0
Additional context
Following up