LiteralE icon indicating copy to clipboard operation
LiteralE copied to clipboard

Issue with requirements.txt

Open utkarshani opened this issue 4 years ago • 0 comments

Hi, I am using pip install -r requirements.txt, I get the error Obtaining spodernet from git+git://github.com/TimDettmers/spodernet.git#egg=spodernet (from -r requirements.txt (line 2)) Updating ./src/spodernet clone Running command git fetch -q fatal: Expected git repo version <= 0, found 1 WARNING: Discarding git+git://github.com/TimDettmers/spodernet.git#egg=spodernet. Command errored out with exit status 128: git fetch -q Check the logs for ful l command output. Obtaining bashmagic from git+git://github.com/TimDettmers/bashmagic.git#egg=bashmagic (from -r requirements.txt (line 7)) Updating ./src/bashmagic clone Running command git fetch -q fatal: Expected git repo version <= 0, found 1 WARNING: Discarding git+git://github.com/TimDettmers/bashmagic.git#egg=bashmagic. Command errored out with exit status 128: git fetch -q Check the logs for ful l command output. ERROR: Could not find a version that satisfies the requirement spodernet (unavailable) (from versions: none) ERROR: No matching distribution found for spodernet (unavailable)

When running git fetch -q I get the following fatal: Not a git repository (or any parent up to mount point /work) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

utkarshani avatar Jan 21 '22 21:01 utkarshani