View Single Post
Old 05-18-2021, 08:26 PM   #123
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
Quote:
Originally Posted by mallomar View Post
Did something change that it should work on Mac now? I'm still getting the error thenextstar mentioned, even after u[dating to the latest version.
The new version doesn't run the `pip install -U` command like the error message thenextstar posted. What's your error message?

Mac's pip3 is too old, I'd recommend use Homebrew's python or update the built-in pip:

Code:
$ sudo -H /usr/bin/python3 -m pip install -U pip

Last edited by xxyzz; 05-18-2021 at 09:50 PM.
xxyzz is offline   Reply With Quote