Open jjasghar opened 1 day ago
I was bad and went ahead and did:
/usr/bin/env pip3 install httpx --break-system-packages
And it seems to be working. But I don'tk know if that's a good fix :shrug:
You can close this if you'd like it may help someone in the future.
Although httpx is successfully installed, this method is not the best practice. Using the --break-system-packages option may cause confusion in system package management, especially when using Homebrew to install Python.
I think you can try the servbay tool, which is more professional on Mac and supports more than homebrew.
On Debian and AlmaLinux it was just adding the distro package
I'm attempting to run this on my Mac with a homebrew-installed version of Python.
It seems
httpx
is a requirement, and I can't seem to get my virtual environment installed version of httpx to have thechat.py
point to it.I'm running python 3.11 also, is that ok? What am I missing?