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
Some of my code has dependency on grain. I am running the code from my Macbook. I installed grain-nightly version 0.0.4
When I run,
import grain.python as grain
I get the following error
ImportError: dlopen(/Users/apattabi/maxtext/my_env/lib/python3.11/site-packages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so, 0x0002): tried: '/Users/apattabi/maxtext/my_env/lib/python3.11/site-packages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so' (not a mach-o file), '/System/Volumes/Preboot/Cryptexes/OS/Users/apattabi/maxtext/my_env/lib/python3.11/site-packages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so' (no such file), '/Users/apattabi/maxtext/my_env/lib/python3.11/site-packages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so' (not a mach-o file)
I do see the file, '/Users/apattabi/maxtext/my_env/lib/python3.11/sitepackages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so'
Does anyone know why it is not a mach-o file and how to fix this issue?
The text was updated successfully, but these errors were encountered:
Hi,
Some of my code has dependency on grain. I am running the code from my Macbook. I installed grain-nightly version 0.0.4
When I run,
import grain.python as grain
I get the following error
ImportError: dlopen(/Users/apattabi/maxtext/my_env/lib/python3.11/site-packages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so, 0x0002): tried: '/Users/apattabi/maxtext/my_env/lib/python3.11/site-packages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so' (not a mach-o file), '/System/Volumes/Preboot/Cryptexes/OS/Users/apattabi/maxtext/my_env/lib/python3.11/site-packages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so' (no such file), '/Users/apattabi/maxtext/my_env/lib/python3.11/site-packages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so' (not a mach-o file)
I do see the file, '/Users/apattabi/maxtext/my_env/lib/python3.11/sitepackages/grain/_src/python/experimental/index_shuffle/python/index_shuffle_module.so'
Does anyone know why it is not a mach-o file and how to fix this issue?
The text was updated successfully, but these errors were encountered: