Jacob Stopak
Jacob Stopak
I just need a basic understanding of the structure of the 2 branches involved in the rebase. On Jan 24, 2023, at 9:04 AM, John Sloan ***@***.***> wrote: I'm still...
@jwsloan Sorry about the gibberish in my last message, I tried responding via email. Actually I think there is a better way to run the git log command to prune...
@jwsloan @pindab0ter @fbrinker I just pushed a fix to these issues in git-sim version 0.1.5. Please upgrade using `pip install git-sim --upgrade` and let me know if any issues after...
Hi there @tonnydourado sorry for the delay. This may be a silly question, but is your virtual environment activated when you run your git-sim command? Also what happens if you...
@tonnydourado Hi again! Were you able to test this out?
@tonnydourado I found the following post on StackOverflow: https://stackoverflow.com/questions/52349669/dll-load-failed-when-import-cv2-opencv It says the issue could be a combination of using Windows 10 N distribution with specific newer versions of OpenCV. It...
@tonnydourado Were you able to test out the suggestions above?
Closing due to inactivity. Feel free to repoen with further details if the above solution didn't work.
Hi and thank you! Thx for reaching out. Right now I'm just using entries in the `setup.py` like: install_requires=[ 'gitpython', 'manim', 'opencv-python-headless', ], Which takes care of collecting everything automatically....
I see, thanks for the suggestion. I need to learn more about `poetry` and other options and will get back to you on this one.