Skip to content

Unable to install mystbin.py via git #5

@cibere

Description

@cibere

Summary

when I try to install mystbin.py via git, it fails with a error

Reproduction Steps

  1. run pip install -U git+https://github.com/PythonistaGuild/mystbin-py.git
  2. observe the error

Minimal Reproducible Code

C:Users<my name>>pip install -U git+https://github.com/PythonistaGuild/mystbin-py.git

Collecting git+https://github.com/PythonistaGuild/mystbin-py.git
Cloning https://github.com/PythonistaGuild/mystbin-py.git to c:users<my name>appdatalocaltemppip-req-build-jhnvnus7
Running command git clone --filter=blob:none --quiet https://github.com/PythonistaGuild/mystbin-py.git 'C:Users<my name>AppDataLocalTemppip-req-build-jhnvnus7'
remote: Repository not found.
fatal: repository 'https://github.com/PythonistaGuild/mystbin-py.git/' not found
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/PythonistaGuild/mystbin-py.git 'C:Users<my name>AppDataLocalTemppip-req-build-jhnvnus7' 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 https://github.com/PythonistaGuild/mystbin-py.git 'C:Users<my name>AppDataLocalTemppip-req-build-jhnvnus7' 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.2.2 is available.
You should consider upgrading via the 'C:Users<my name>AppDataLocalMicrosoftWindowsAppsPythonSoftwareFoundation.Python.3.9qbz5n2kfra8p0python.exe -m pip install --upgrade pip' command.

Expected Results

for mystbin.py to install correctly

Actual Results

it failed to install

Related item UUIDs

No response

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have included debug logging (with my latest token remove), if applicable.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions