Hi guys, I recently deployed metaflow, it can run ...
# ask-metaflow
m
Hi guys, I recently deployed metaflow, it can run steps on kubernetes but I am having this error when I try to use some packages with conda, anyone knows what the error could be?, thanks in advance
1
👀 2
w
I've run into this error as well, as far as I can tell it happens when you interrupt your terminal when the environment is building and it doesn't correctly save the packages in your datastore. How I've fixed this is going to your datastore (s3, azure blob) and going to the metaflow bucket/container and deleting everything under
conda/files.pythonhosted.org
That path will be rebuilt when you rebuild your environment
thankyou 1