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'