I get error using the pip install command as following:
Collecting pymongo@ git+ssh://git@github.com/mongodb/mongo-python-driver.git@4.2.0b0
Cloning ssh://@github.com/mongodb/mongo-python-driver.git (to revision 4.2.0b0) to /tmp/pip-install-sm3q8b_2/pymongo_b5fd34b4fda24d418051342d53dcb804
Running command git clone --filter=blob:none --quiet 'ssh://@github.com/mongodb/mongo-python-driver.git’ /tmp/pip-install-sm3q8b_2/pymongo_b5fd34b4fda24d418051342d53dcb804
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet ‘ssh://****@github.com/mongodb/mongo-python-driver.git’ /tmp/pip-install-sm3q8b_2/pymongo_b5fd34b4fda24d418051342d53dcb804 did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet ‘ssh://****@github.com/mongodb/mongo-python-driver.git’ /tmp/pip-install-sm3q8b_2/pymongo_b5fd34b4fda24d418051342d53dcb804 did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
You should consider upgrading via the ‘/usr/local/bin/python -m pip install --upgrade pip’ command.