package stars python#135
Conversation
|
I get on line 866: "NameError: name 'box' is not defined" |
|
|
I forget this line, also need |
|
|
just fixed it |
|
There's still a could you take a look? |
|
That didn't do it. |
|
It works on my side maybe it's package/env conflicts |
I believe that @edzer is running an outdated version of Xvec on his machine. This has been reported in xarray-contrib/xvec#89 while it was already fixed on main. I think it is fixed since 0.3.1 (we are on 0.5.1 now) but if that is not the case, I would welcome a bug report on xvec repo. |
$ pip install xvec
Requirement already satisfied: xvec in /home/edzer/.virtualenvs/r-reticulate/lib/python3.9/site-packages (0.3.0)
...looks like you're right; will dive into this. |
|
You need to tell pip to update. |
|
An old(er) python in the venv was the problem, this runs now; thanks! |
No description provided.