-
Notifications
You must be signed in to change notification settings - Fork 12
UnboundLocalError: local variable 'code' referenced before assignment #2
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
Comments
Waiting for response |
@hiteshnitetc, I think I know what it is happening. And it has to do with how the jupyter notebook is being imported. I have a script here that does the import for me and I have placed it one of my personal projects (https://github.com/andersy005/themachine/blob/master/themachine/nbfinder.py). Copy that script to your project working directory and getting back to me if it doesn't work and I will see what I can do to help. |
wait, I just inspected the error and I think something else is going on. I will take a look at it and I will get back to you. |
Have to got solution |
You Got solution? |
After executing following line :
from data import pascal_voc_parser as p
getting error:
The text was updated successfully, but these errors were encountered: