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

unable to import grizzly.grizzly #496

Open
sandeepsoman-rzt opened this issue Dec 10, 2019 · 1 comment
Open

unable to import grizzly.grizzly #496

sandeepsoman-rzt opened this issue Dec 10, 2019 · 1 comment

Comments

@sandeepsoman-rzt
Copy link

Hi,
I followed the instructions for Mac installation and ran setup.py for "pyweld" and "grizzly".
Importing grizzly.grizzly threw error for me since, inside the grizzly.py it was unable to import utils.py or seriesweld.py etc.
The imports worked once I manually changed the imports to --
"import grizzly.utils"
"import grizzly.seriesweld"
But now, it popped another error saying -
"dlopen(/usr/local/lib/python3.7/site-packages/grizzly/numpy_weld_convertor.dylib, 6): image not found"
This error also showed up for 'libweld.dylib' which was solved again by manually copying to the path.

@espetro
Copy link

espetro commented Dec 22, 2020

I am getting the following error after running import grizzly:

import usb.core
ModuleNotFoundError: No module named 'usb'

Shouldn't this requirement be already present in the requirements.txt for grizzly ?

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

2 participants