Updated version of docker-compose no longer works #37
-
Hi there, This morning, I've updated my packages using
This fetched a lot of stuff, including Python 3.9. I've posted the full output at https://gist.github.com/NicoHaase/3f1f3c70832bb37273e3c90d5c987b89. Sadly, running
What can I do about this? Did I miss some upgrade steps, or is this a bug? EDIT: For more clarity, I'm using brew on Ubuntu 20.04. If you need any more information, please don't hesitate to ask. Thanks for your great work, and for your help to spot the problem |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
@Homebrew/linux any ideas? |
Beta Was this translation helpful? Give feedback.
-
I'm having a similar issue on Linux. It seems to be related to the wrong Python executable being substituted into the first line of the binary:
Rather than the formula-specific Python:
So the dependencies aren't being found. |
Beta Was this translation helpful? Give feedback.
-
Yes, we're aware of this issue and are working it out. All formulae which use |
Beta Was this translation helpful? Give feedback.
-
Homebrew/brew#8880 has fixed this. You can update and try again. The bottle is fixed, if you build from source you need to apply Homebrew/brew#8880 first to make it work. |
Beta Was this translation helpful? Give feedback.
Homebrew/brew#8880 has fixed this. You can update and try again. The bottle is fixed, if you build from source you need to apply Homebrew/brew#8880 first to make it work.