Why does dactyl_manuform.py assume nested directory? #73
Unanswered
BansheeHero
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Encountered the same issue by using the CLI inside the docker container. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Build fails when importing parts while using a different config name.
I assume this is because I am running python outside of docker-build.
Responsible code:
dactyl-keyboard/src/dactyl_manuform.py
Line 59 in 77b9ed3
Seems the code assumes you are running it from some other directory just because you are using a different
save_dir
.I am working on just straight up guide for my linux workstation. Docker and conda seems like a real overkill here.
Beta Was this translation helpful? Give feedback.
All reactions