-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect website grizzly install command #503
Comments
@gnmerritt were you able to fix it? I'm having the same issue. I installed using |
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 ***@***.***> 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
<#503 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKMEY5J7NYLXBRROR4SVU3RPTWM7ANCNFSM4LEMPWLA>
.
--
Shoumik
|
@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 Should I use the old |
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, tooThe text was updated successfully, but these errors were encountered: