Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with requirements.txt #8

Open
utkarshani opened this issue Jan 21, 2022 · 0 comments
Open

Issue with requirements.txt #8

utkarshani opened this issue Jan 21, 2022 · 0 comments

Comments

@utkarshani
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant