fixing this: WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash #1640
Unanswered
rsignell-usgs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today I tried to run a notebook in my
users-pangeo
environment that had been working, but it failed with:I printed out the fsspec version being used, and found it wasn't the latest from github I expected. I went and checked conda-store using the gui, and the environment yaml was installing fsspec from github master as it should have been. So then I opened a terminal to check the version of fsspec that was being used, and got these warnings:
I then logged into the conda-store pod (using k9s, I typed
:pods
, then used the arrow keys to move to the conda-store-worker pod and typeds
for shell. I logged in and then searched for json files with these name and deleted them. For example:I then stopped my server and restarted, and not it's using the correct latest fsspec version from github again.
Beta Was this translation helpful? Give feedback.
All reactions