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

macOS M1: Python Module Missing #46

Closed
ax3l opened this issue Apr 15, 2022 · 0 comments · Fixed by #47
Closed

macOS M1: Python Module Missing #46

ax3l opened this issue Apr 15, 2022 · 0 comments · Fixed by #47
Labels
bug Something isn't working

Comments

@ax3l
Copy link
Member

ax3l commented Apr 15, 2022

X-ref ornladios/ADIOS2#3160 by @jychoi-hpc

python -c "import adios2; print(adios2.__file__); print(adios2.__version__)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'adios2'

on Apple M1 (arm64) as of our 2.8.0 package here.
(Likely already an issue with the 2.7.1 package.)

@ax3l ax3l added the bug Something isn't working label Apr 15, 2022
@ax3l ax3l mentioned this issue May 9, 2022
5 tasks
@ax3l ax3l closed this as completed in #47 May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant