creamy-stone-99746
04/17/2024, 1:46 PMError downloading package from cache for '_libgcc_mutex-0.1-conda_forge':
...
Error: Could not fetch packages -- see pretty-printed errors above.
The environment is
@conda_base(libraries={}, python="3.11")
I guessing some permission didn't get setup correctly which might be related to my question above.
Thanks for any help hope the talk tour is going well 🙂creamy-stone-99746
04/17/2024, 4:23 PMancient-application-36103
04/17/2024, 5:46 PMcreamy-stone-99746
04/17/2024, 7:48 PM@conda_base(libraries={}, python="3.11")
and got the error
Error downloading package from cache for '_libgcc_mutex-0.1-conda_forge':
...
Error: Could not fetch packages -- see pretty-printed errors above.
I noticed in the S3 bucket that no conda_env has been cached. Even though the original output seemed to indicate that an environment had been cached. (not sure lost those logs)
So I modified the env adding pandas
@conda_base(libraries={"pandas": ""}, python="3.11")
and it ran correctly.
I should mention I'm using the netflix-extension package manager.ancient-application-36103
04/17/2024, 7:52 PMdry-beach-38304
04/17/2024, 8:45 PMcreamy-stone-99746
04/17/2024, 10:39 PMdry-beach-38304
04/18/2024, 6:37 AMcreamy-stone-99746
04/18/2024, 12:32 PM