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

MEMOTE throws git errors #762

Open
SchroederLabWSU opened this issue Feb 27, 2024 · 3 comments
Open

MEMOTE throws git errors #762

SchroederLabWSU opened this issue Feb 27, 2024 · 3 comments

Comments

@SchroederLabWSU
Copy link

Problem description

I can't run run memote from command line. Always getting the same error.

Code Sample

memote report snampshot iCTH669_for_MFA.sbml

Context

Trying to run memote via command line. Using python, custom python environment, and anaconda environment, nothing works, all get the same error (see below).

image
image

@Midnighter
Copy link
Member

Thanks for the report. The error message seems quite clear to me. You don't have git installed but it is required. You can install it, for example, using conda.

@Wheaties91
Copy link

This doesn't work. "pip install git" returns no matching distribution. "pip install python-git" installs a package, but I still get the same error message afterward. So what package do I need to install to make this work?

@Midnighter
Copy link
Member

Git is not a Python package unfortunately. You can install it with conda install git or since you seem to work on Windows you can install it via https://gitforwindows.org/.

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

3 participants