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
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: