Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break system packages (fix MacOS build)
To fix an error running new version of pip3 in virtualised environments. > You may restore the old behavior of pip by passing > the '--break-system-packages' flag to pip, or by adding > 'break-system-packages = true' to your pip.conf file. The latter > will permanently disable this error. > If you disable this error, we STRONGLY recommend that you additionally > pass the '--user' flag to pip, or set 'user = true' in your pip.conf > file. Failure to do this can result in a broken Homebrew installation. https://peps.python.org/pep-0668/
- Loading branch information