weld icon indicating copy to clipboard operation
weld copied to clipboard

Incorrect website grizzly install command

Open gnmerritt opened this issue 5 years ago • 3 comments

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

gnmerritt avatar Mar 09 '20 16:03 gnmerritt

@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

supunab avatar May 03 '20 04:05 supunab

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 [email protected] 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

sppalkia avatar May 03 '20 04:05 sppalkia

@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?

supunab avatar May 05 '20 17:05 supunab