Skip to content
New issue

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

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

Already on GitHub? # to your account

Error "ModuleNotFoundError: No module named 'weldarray'" when using python3. #514

Open
surechen opened this issue Oct 29, 2020 · 1 comment

Comments

@surechen
Copy link

Hello, thank you for your attention. I found the following error in using weld with python3. Does weld support Python 3 now?

Traceback (most recent call last):
File "./testweld.py", line 5, in
from weldnumpy import weldarray
File "/usr/local/lib/python3.6/dist-packages/weldnumpy/init.py", line 1, in
from weldarray import *
ModuleNotFoundError: No module named 'weldarray'

@sppalkia
Copy link
Collaborator

The old python directory distribution does not support Python 2.7. The new distribution in weld-python (which was still under active development when I was last working on this) supports Python 3+, but currently only has a Grizzly integration (no NumPy). The Grizzly Series API is similar to to NumPy, if that is a sufficient workaround for now.

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

No branches or pull requests

2 participants