guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.86k stars 334 forks source link

Error on mac update #190

Closed lbonvarl closed 1 year ago

lbonvarl commented 1 year ago

Hello, The last part of the command fails as below:

mac update
(....)

Updating installed pip packages...
pip list --outdated --format=freeze --local | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U

ERROR: List format 'freeze' can not be used with the --outdated option.
Updating installed pip3 packages...
pip3 list --outdated --format=freeze --local | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip3 install -U

ERROR: List format 'freeze' can not be used with the --outdated option.
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

fugitiveMedia commented 1 year ago

I'm very impress with your tool coming from Multiple Package Manager(mpm). I have 3 macs (macos 13.3.1, 12.6.5, 10.13.6). I have latest pip installed for pip3, pip. All the macs show the error about --format=freeze crashing on that command for pip and pip3. https://stackoverflow.com/questions/2720014/how-to-upgrade-all-python-packages-with-pip seems to have a mess of output but words with even though it's not updating only outdated modules but everything(yeah a bit problematic). There are other paths than just saying wontfix, sorry. Guess I'll go back to if that is the response to the issue

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.