-
Notifications
You must be signed in to change notification settings - Fork 22
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
devsetup.sh fails with current Python and Yarn #507
Comments
bikubi
added a commit
that referenced
this issue
May 24, 2024
- torch 2.0.1 wouldn't detect my locally installed cuda libs (various .so's "missing from system path") - now cublas + cuda seem to be installed as deps? - this might be a quirk of my setup (Arch Linux). fwiw, i could then uninstall my local cuda package... - i poked this until it worked. idk if it makes sense.
Got it working. Several issues at play.
I can't really tell if any of this is relevant to anybody else (in the future), so I'm not closing the issue just yet. |
Most of these should be resolved by new tooling. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So possibly deeper incompatibilities?
After updating my system (Arch Linux) and (re-)running devsetup.sh I ran into errors and found workarounds:
pyenv
/tmp/yarn--1716461794779-0.007020274052261355/node
. This apparently usually means that an executable file is being edited while executed. Huh.nvm
. Haven't bisected which version is the true culprit here.The text was updated successfully, but these errors were encountered: