Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
jasemmel
6 months agoNew Contributor
pip3 install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.1 (Will not load)
From https://github.com/1Password/onepassword-sdk-python/
pip3 install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.1
(Will not load)
(venv) .. 1password % python3 -m pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.1
Collecting git+ssh://*@github.com/1Password/onepassword-sdk-python.git@v0.1.1
Cloning ssh://@github.com/1Password/onepassword-sdk-python.git (to revision v0.1.1) to /private/var/folders/8s/sf_mp8c55n99ssdcvdptzjc40000gn/T/pip-req-build-t1315jj5
Running command git clone --filter=blob:none --quiet 'ssh://***@github.com/1Password/onepassword-sdk-python.git' /private/var/folders/8s/sf_mp8c55n99ssdcvdptzjc40000gn/T/pip-req-build-t1315jj5
git@github.com: Permission denied (publickey).
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/1Password/onepassword-sdk-python.git' /private/var/folders/8s/sf_mp8c55n99ssdcvdptzjc40000gn/T/pip-req-build-t1315jj5 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/1Password/onepassword-sdk-python.git' /private/var/folders/8s/sf_mp8c55n99ssdcvdptzjc40000gn/T/pip-req-build-t1315jj5 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 24.2 is available.
You should consider upgrading via the '/Users/joseph/py/1password/venv/bin/python3 -m pip install --upgrade pip' command.
Could someone please advise
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided
- jasemmelNew Contributor
From https://github.com/1Password/onepassword-sdk-python/
(venv) ... 1password % python3 -m pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.1
Collecting git+ssh://*@github.com/1Password/onepassword-sdk-python.git@v0.1.1
Cloning ssh://@github.com/1Password/onepassword-sdk-python.git (to revision v0.1.1) to /private/var/folders/8s/sf_mp8c55n99ssdcvdptzjc40000gn/T/pip-req-build-t1315jj5
Running command git clone --filter=blob:none --quiet 'ssh://***@github.com/1Password/onepassword-sdk-python.git' /private/var/folders/8s/sf_mp8c55n99ssdcvdptzjc40000gn/T/pip-req-build-t1315jj5
git@github.com: Permission denied (publickey).
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/1Password/onepassword-sdk-python.git' /private/var/folders/8s/sf_mp8c55n99ssdcvdptzjc40000gn/T/pip-req-build-t1315jj5 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/1Password/onepassword-sdk-python.git' /private/var/folders/8s/sf_mp8c55n99ssdcvdptzjc40000gn/T/pip-req-build-t1315jj5 did not run successfully.
│ exit code: 128
╰─> See above for output.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided - luckman212Contributor
jasemmel Did you end up solving this?