#Cannot install Python module

1 messages · Page 1 of 1 (latest)

tired galleon
#

Hey 😄

I'm trying to install proxy module on my dagger module and I have a weird issue with Python:

dagger install github.com/kpenfound/dagger-modules/proxy@v0.2.5

Traces: https://dagger.cloud/Quartz/traces/df5f7faa4df74f338f7bae4778e0be3d#413be101f7cdbbaa

I also tried with another module https://daggerverse.dev/mod/github.com/rajatjindal/dagger-modules/proxy@35ca0fedba10034d890a87460bb7f00b30b112e2 because I though it was specific to that one but no...

Issue isn't happening with go module

You can also replicate it with :

dagger -m github.com/kpenfound/dagger-modules/proxy@v0.2.5 functions

Anyone has an idea? Or have met this issue before?

weak belfry
#

Isn't this network flakiness related? Have you tried it again?

copper rover
#

what I think is happening is that you probably have some incorrect / expired ghcr credentials in your client side docker config.json which the CLI is passing to the engine to pull the astral image

#

cc @tired galleon

tired galleon
#

Ohhh that make sense but it's only happening when I pull a Python module

#

I'm trying again

#

Looks like it works now that I've remove the expired creds