-
Notifications
You must be signed in to change notification settings - Fork 694
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
Calling "emsdk activate --global latest" hangs when setting environment variables. #138
Comments
I have the same issue. Platform Windows 10. Python 3.6.3. |
With |
The UAC prompt never appeared for me. And I tried in Adminstrator mode but nothing happened except it hanging. |
+1 |
Same issue. It worked fine on my other machine, but here no matter what I do, it hangs before setting LLVM_ROOT, and none of the variables it claims to have set appear in global environment. Tried both cmd and powershell in administrator mode. |
anyone find a fix for this?... apart from setting all the env variables by hand? |
Today I spent a hour trying to investigate this issue on my machine. As I see the hang caused by Found some on StackOverflow https://stackoverflow.com/questions/1951658/sendmessagehwnd-broadcast-hangs Still not sure if there is a simple workaround, but maybe removing this system call should work. Or we can use I am new with |
Right solution might be to use Can anybody give an advice?... |
…ipten-3-1-9 Bump emscripten to 3.1.9
Platform: Windows 10, Python 2.7.13
Without the --global option the command runs very quickly and succeeds. With --global it hangs here:
WORKAROUND:
emsdk activate latest
(From this commit it looks like this acts globally anyway.)
The text was updated successfully, but these errors were encountered: