Skip to content
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

Open
gnmerritt opened this issue Mar 9, 2020 · 3 comments
Open

Incorrect website grizzly install command #503

gnmerritt opened this issue Mar 9, 2020 · 3 comments

Comments

@gnmerritt
Copy link

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
Copy link

supunab commented May 3, 2020

@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
Copy link
Collaborator

sppalkia commented May 3, 2020 via email

@supunab
Copy link

supunab commented May 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants