Open williamma12 opened 5 years ago
Hey @williamma12 , apologies for the delay. This issue is most likely because the Weld inside Baloo has been built for Linux atm.
Making it work should require building Weld on Mac, adding the Weld binary in baloo/weld/libs
, and updating baloo/config.py
for correct file name.
Creating a PR which makes it work on both linux and mac would be welcomed :) Weld had something similar here, however the pypi publishing could be more complicated.
I am on MacOS 10.14 and python 3.6
I tried doing
import baloo as bl
from apip install baloo
and building it from the source usingpip install -e .
in the baloo repo root directory. The traceback from the two installed versions are slightly different and are below.Traceback from installing from pip:
Traceback from installing from source: