-
Notifications
You must be signed in to change notification settings - Fork 58
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
conda instructions lead to git module errors, readme needs to be more clear #20
Comments
Having conda to set up the python env and it not including the required git is :( |
Okay, it sure looks like conda.sh is trying to install gitpython, but I ended up the same place you did :( |
Did you ever solve this? The master build seems to (mostly) work aside from a numpy error for bool8. A quick test of master build dockerfile and env files in place of what's included in this release does not solve the issue. Edit solved for this. Had to edit the Dockerfile and add the line |
I did not. I have no idea how to fix this issue, I'm just a user and don't have much familiarity with the toolchain or anything. Just was posting the bug. I merely followed the instructions as directed and this was the result. |
I have a PR open to help with some of these issues: #21 |
I initially had the same issue with git not being found. I'm trying to run this on Windows 11 inside a Ubuntu WSL shell with anaconda. Installing gitpython with pip solved the issue. After that, everything else ran without a hitch. |
I started out using the docker container, I made a separate issue about the problems with that docker container yesterday. Now I installed anaconda and miniconda on my windows 11 machine.
I followed the instructions from the readme and got stuck at the
python src/dactyl_manuform.py
step. First it looks as though the modulegitpython
needs to also be installed by pip and it is missing from the instructions. I installed that, but I still got a new error. Then I modifed it to deal with windows paths multiple times and kept running into the same issues.Then I realized I made to run git clone locally into that folder instead of just ocpying the files since it might be looking for the .git folder and all that... So I did:
So I run
git config --global --add safe.directory C:\temp
but the same error occurs.This leads to me realizing that i need to run git clone and stay outside the directory I think... Very confusing.
So I wipe, git clone again and start over and now when I get to the step for
conda install -c conda-forge -c cadquery cadquery=master -y
the following error occurs:The current readme is insufficient at getting the output files as intended and probably needs a clean run-thru and troubleshooting to be made functional again. Currently I cannot reproduce any of the output files with it.
The text was updated successfully, but these errors were encountered: