You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: