Pip not working after installing Homebrew #2256
-
Hi, I'm running macOS Catalina 10.15.7 on my MacBook Pro, and I used Homebrew to install MongoDB ( brew install [email protected]), which is working just fine. Now, I'm trying to install the mongo-connector (to integrate with Solr and Elasticsearch) by running: pip install mongo-connector But I'm getting the following exception: TTL003164:solr-8.9.0 harrycr$ pip install mongo-connector I get this when running any pip command, e.g., pip install pip, pip -version, etc. If I run: which pip I get: /usr/local/bin/pip I can't seem to find a fix on Google... Can someone please help me? Cheers, Harry |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try using |
Beta Was this translation helpful? Give feedback.
Try using
pip3
instead ofpip
.