Giter Site home page Giter Site logo

Comments (7)

Napoleon-BlownApart avatar Napoleon-BlownApart commented on July 28, 2024 1

No problem. It's been so long that I need to refresh my memory of what this was about. It might take a couple weeks before I get a chance to dive into it, got a lot on right now, but I will come back to it.

from git-deps.

aspiers avatar aspiers commented on July 28, 2024

Sorry for the very slow response. Any chance you could share the repo you used to reproduce this?

from git-deps.

fuulish avatar fuulish commented on July 28, 2024

Not sure if it's the same cause, but the error is the same as in issue #107. Does the repo contain submodules by any chance?

from git-deps.

Napoleon-BlownApart avatar Napoleon-BlownApart commented on July 28, 2024

I tried it in a repo without submodules, and I'm getting the following message:

user@host:[21:44]$ git deps --serve
fatal: 'deps' appears to be a git command, but we were not
able to execute it. Maybe git-deps is broken?
~/Programming/LISP/config ((5e63142...)~*%)

I'm afraid it's been so long now that I can't even recall exactly how I installed etc.

from git-deps.

fuulish avatar fuulish commented on July 28, 2024

That does look an installation issue, agreed.
Even if you cannot reproduce the git-deps call, do you know what ID 5668198989e66aa87478ba3c9f5102639485e3c2 refers to in your above repo in terms of git objects?

from git-deps.

Napoleon-BlownApart avatar Napoleon-BlownApart commented on July 28, 2024

going through my bash history, it appears that I tried to use the command on one of my repos. When it didn't work, I created a fresh repo and tried it there. I think that hash is from that repo, which I have since deleted.

When I use git deps master I get the following message:

fatal: 'deps' appears to be a git command, but we were not
able to execute it. Maybe git-deps is broken?

When I try using git-deps master:

-bash: /usr/local/bin/git-deps: /usr/local/opt/python/bin/python3.7: bad interpreter: No such file or directory

/usr/local/bin/git-deps has a shbang #!/usr/local/opt/python/bin/python3.7 but I don't a python version there.
I changed the shbang to point to a /usr/local/bin/python3 (which on my system is v3.9.6), and git-deps master now returns:

Traceback (most recent call last):
  File "/usr/local/bin/git-deps", line 6, in <module>
    from git_deps.cli import run
ModuleNotFoundError: No module named 'git_deps'

from git-deps.

fuulish avatar fuulish commented on July 28, 2024

Have you tried reinstalling git-deps? The mismatch you are seeing in the python version might mean that the git_deps module is installed in a (python-version-specific) path that is not used by your environment. I.e., if it's from a previous installation, the git_deps module might be installed in a python3.7- and not python3.9-specific path.

from git-deps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.