[BUG] - `refinery start` leads to gitpython error
See original GitHub issueIssue Description
Describe the bug
refinery start
leads to this error, right after pip installing 🥺:
Traceback (most recent call last):
File "/Users/adrien/miniconda3/bin/refinery", line 5, in <module>
from refinery.cli import main
File "/Users/adrien/miniconda3/lib/python3.8/site-packages/refinery/cli.py", line 6, in <module>
from git import Repo
File "/Users/adrien/miniconda3/lib/python3.8/site-packages/git/__init__.py", line 6, in <module>
from repository import Repository, InvalidRepositoryError
ModuleNotFoundError: No module named 'repository'
Desktop (please complete the following information):
- OS: macOS Monterey 12.4
Issue Analytics
- State:
- Created 7 months ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Can't run refinery_start outside of refinery repository #6 - GitHub
Describe the bug I have installed pip install kern-refinery and want to now run the server via refinery start. This works only if...
Read more >GitPython error when pulling from remote repository
Found the culprit. Turns out gunicorn, which I used to start the app, clears out most environment variables, and defines a PATH pointing...
Read more >API Reference — GitPython 3.1.29 documentation
Else the HEAD will remain pointing on the previous commit. This could lead to undesired results when diffing files. author – The name...
Read more >Manjaro Linux - DistroWatch.com
The function determining beta versions is not 100% reliable due to a wide variety of versioning schemes. Feature, stable, 22.0, 21.3.0. Release Date,...
Read more >Remote Code Execution (RCE) in gitpython | CVE-2022-24439
Learn about Remote Code Execution (RCE) vulnerabilities in an interactive lesson. Start learning. Snyk ID SNYK-PYTHON-GITPYTHON-3113858 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
sweeeet, that worked 💓 i had docker desktop downloaded, but hadn’t gone through the installation process. thanks for the tip!
Yup, I can start from a fresh env. Gimme a few hours 😃