-
Notifications
You must be signed in to change notification settings - Fork 61
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
1.12.1 throws libstdc++.so.6 error #61
Comments
very strange.. the tests passed: https://github.com/VROOM-Project/vroom-docker/runs/7762030849?check_suite_focus=true unless there's smth wrong with the test.. this'll have to wait a bit on my side. if you have some time on your hands, I'd appreciate some help. maybe explicitly installing |
A developer on my team actually found the issue, who uses linux x86. I tested on a M1 MacBook and had the same problem. I found this issue from tensorflow, but nothing I tried worked. lhelontra/tensorflow-on-arm#13 I didn't try everything listed there. I tried install, upgrade, etc with no luck. removing libstdc++6 also removes apt, so I can't try that. apt-get gave a warning. |
The archs we build is only for linux/amd64 and linux/arm64. M1 is arm64, but not linux. On mobile right now, but I guess it’s a different architecture? Also x86 we don’t offer. That’d explain it right? Did it work for you on M1 before though? I think you’ll have to build it yourself, x86 is easy, just use a debian x86 base image. |
By x86, I was just saying intel cpu (x86 instructions). His machine is in fact amd64. What I can say is, 1.12.0 worked on my M1 Mac and his Linux amd64. 1.12.1 doesn't work on either. |
uff, it dawned on me all of a sudden.. when I upgraded debian I only did it on the build image, not on the runner image (it's mulit-stage).. jeez.. sorry for that. also the tests aren't robust against regressions like that. the only request we're doing throws an error on the vroom-express level (which is then a successful test currently), so it nevers gets down to actually calling the c++ executable. I'll create a separate issue for that. I just patched it in |
Switched to version 1.12.1 to get changes made due to #58, and now I get this error when starting the container.
This issue is not present in 1.12.0.
The text was updated successfully, but these errors were encountered: