You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvr depends on python-psutil, which has been deprecated by Homebrew.
% brew doctor
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
python-psutil
% brew rm python-psutil
Error: Refusing to uninstall /opt/homebrew/Cellar/python-psutil/5.9.8
because it is required by neovim-remote, which is currently installed.
What can be done about this?
The text was updated successfully, but these errors were encountered:
Hmm... it seems that Homebrew has a somewhat fraught relationship with Python. Homebrew's Python page has this to say:
It is possible to install some Python packages as formulae by using brew install xyz. We do not recommend using these formulae and instead recommend you install them with pip inside a virtualenv.
nvr
depends onpython-psutil
, which has been deprecated by Homebrew.What can be done about this?
The text was updated successfully, but these errors were encountered: