Open SchroederLabWSU opened 9 months ago
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.
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?
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/.
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).