-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python-platformdirs disappeared #164499
Comments
Same for python-distlib 6ab3c74 What is going on, why is stuff being deleted? Feels like important dependencies are breaking: https://xkcd.com/2347/ |
@cho-m Can you please help out in resolving this? thanks in advance |
I'm not sure if I'm drawing the right conclusion.. i'm a brew noob, coming from linux to osx. Not having the greatest experience, maybe I need to RTFM, but this is my issue after uninstalling python-platformdirs: But now I'm doubting if this is a homebrew issue, because it says it's going to use 3.9.18 to create a virtualenv (this version is pyenv managed) but then it proceeds to show 3.11 in the traceback... |
The removals are intentional as decided in #157500. Homebrew will not be supporting There should be nothing that needs these formulae anymore in |
I'm not knowledgeable enough on brew to properly respond to this, but this situation is leaving my python stuff in a messed up situation, that can't be good. I solved all brew doctor issues. I even ran Eventually I solved my pipenv issue by doing:
But I don't understand why I should be installing these by myself, while before it was done for me, by brew? Leaving this comment here for people who come searching for the same issue. |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
install python-platformdirs, earlier today I ran brew doctor and I cleaned up all warnings, that led me to uninstall python-platformdirs as doctor told me to do so. I'm a brew noob. Now python needs python-platformdirs and I'm not able to install it.
Also, this page gives 404: https://formulae.brew.sh/formula/python-platformdirs
I can't find any information about the package being deleted or deprecation warning etc.
No info on this page either: https://github.com/Homebrew/homebrew-core/pkgs/container/core%2Fpython-platformdirs
what's going on?
What happened (include all command output)?
python-platformdirs is not available
What did you expect to happen?
python-platformdirs will be installed
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: