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

Failed to download module in the requirement.txt #60

Open
qigangdeng opened this issue Feb 15, 2023 · 1 comment
Open

Failed to download module in the requirement.txt #60

qigangdeng opened this issue Feb 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@qigangdeng
Copy link

Describe the bug
A clear and concise description of what the bug is.

Follow the instruction listed, and run python ., it reported:
(base) 192:radarpipeline qigangdeng$ python . Traceback (most recent call last): File "/Users/qigangdeng/opt/anaconda3/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/Users/qigangdeng/opt/anaconda3/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "./__main__.py", line 1, in <module> from radarpipeline import radarpipeline File "./radarpipeline/__init__.py", line 1, in <module> from radarpipeline.project import Project File "./radarpipeline/project/__init__.py", line 1, in <module> from radarpipeline.project.project import Project File "./radarpipeline/project/project.py", line 9, in <module> from git.exc import GitCommandError ModuleNotFoundError: No module named 'git'

  • OS: [macOS]
@qigangdeng qigangdeng added the bug Something isn't working label Feb 15, 2023
@thepushkarp
Copy link
Collaborator

Hey @qigangdeng

I did a fresh install and it seems to work on my mac machine.

git.exc import GitCommandError ModuleNotFoundError: No module named 'git'

I think its something to do with the GitPython module. Can you try manually installing the package and then running again?

pip install GitPython

Let me know what you see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants