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

Problem with visualizer package #2

Open
Mohammadakhavan75 opened this issue Jul 21, 2023 · 2 comments
Open

Problem with visualizer package #2

Mohammadakhavan75 opened this issue Jul 21, 2023 · 2 comments

Comments

@Mohammadakhavan75
Copy link

Hi, I try to run the model but getting an error related to visualizer package which is not inside requirement file. I install it using pip but getting this error:

ImportError: cannot import name 'get_local' from 'visualizer' (/opt/conda/lib/python3.8/site-packages/visualizer.py)

Is there any specific version of the visualizer need to be installed?

Thanks for you helps.

@sy00n
Copy link

sy00n commented Aug 27, 2023

check this repo! https://github.com/luo3300612/Visualizer

@harshnandwana
Copy link
Contributor

pip uninstall visualizer
git clone https://github.com/luo3300612/Visualizer.git
cd Visualizer
pip install bytecode
python setup.py install

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