weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 258 forks source link

Incorrect website grizzly install command #503

Open gnmerritt opened 4 years ago

gnmerritt commented 4 years ago

According to https://www.weld.rs/grizzly/ the command to get started is $ pip install grizzly however this doesn't seem to be correct. The grizzly package on PyPi is some sort of USB driver.

I believe the documentation should be: pip install pygrizzly but that is failing for me, too

supunab commented 4 years ago

@gnmerritt were you able to fix it? I'm having the same issue. I installed using pip install pygrizzly. However, when I try to import I'm getting NameError: name 'WeldInt16' is not defined

sppalkia commented 4 years ago

Ah, this version of Grizzly is outdated/not supported. We’ve been working on a ground up rewrite that isn’t published on PyPi yet, but you can install it from source here:

https://github.com/weld-project/weld/tree/master/weld-python

I’ll post an update on this issue when this is released/published!

On Sat, May 2, 2020 at 9:21 PM Supun Abeysinghe notifications@github.com wrote:

@gnmerritt https://github.com/gnmerritt were you able to fix it? I'm having the same issue. I installed using pip install pygrizzly. However, when I try to import I'm getting NameError: name 'WeldInt16' is not defined

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/weld-project/weld/issues/503#issuecomment-623051851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKMEY5J7NYLXBRROR4SVU3RPTWM7ANCNFSM4LEMPWLA .

-- Shoumik

supunab commented 4 years ago

@sppalkia Where can I find a working version of Grizzly? I tried installing the python package in weld-python directory, but it seems like it only includes the python weld APIs, but not Grizzly. (I tried doing import weld.grizzly, it says no module found)

Should I use the old python/pyweld, python/grizzly, ..etc project? If so, what version of the release would you recommend?