-
Notifications
You must be signed in to change notification settings - Fork 893
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
NameError: name 'unit_y' is not defined #9
Comments
I think you installed an old version of |
Actually after run command My chalk version:
|
I try to run command
And my python version is totally the same with Colab.
|
Ah thanks. This is a bug with one of the chalk dependencies. I will fix it there. Sorry about that. |
Okay, this issue should be fixed now. Could you try it again? |
Thanks in advance. I create a new py37 virtual environment. Then tried again, but not work due to the same error mentioned above. |
I also get the same error. unit_y is not defined. Where would this come from? |
@GdMacmillan can you confirm that you installed Chalk from GitHub, as in the first notebook cell? |
I met this problem before, but solved by:
btw, I did above with |
I'm running into this too fwiw. Using the git patch didn't resolve it outof the box - haven't tried limiting the python version per @ch1y0q yet. Would be good if we could get this working with the latest official version of chalk. |
Oh, I'll fix this up and make sure they are compatible. |
After run:
problem.show()
in my local environmentAnd
problem.check()
no error, it's nice.The text was updated successfully, but these errors were encountered: