-
Notifications
You must be signed in to change notification settings - Fork 324
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
Startup issues due to missing gpu/driver features (hard to read errors, unclear action) #7385
Comments
This sounds like you might have outdated drivers. What igpu (or cpu) are you running on?
This implies that your driver doesn't support OpenGL 3.3 which is the minimum required for the OpenGL fallback (Vulkan is preferred whenever possible) used by Rerun.
Only to then notice that this also doesn't have the required features. We need to find ways to make these errors more readable 🤔. It's tricky because there's so many ways of how these things can go wrong and it's pretty hard to reproduce. |
rerun's tutorial did not tell me that I need other dependencies. I don't know how to deal with this problem |
Ubuntu 20.04 is fairly old at this point and your hardware relatively new, so it's not too surprising that things don't work out of the box. |
I'll try it, I'll describe the whole process and if I solve it, thx, have a great day! |
well, until it's not confirmed fixed on your end and not better documented on ours this issue is not solved |
I think it may be the reason of the graphics card, I changed a computer, the same is ubuntu 20.04, but this computer has 3060, no error. |
it should still run fine on that igpu. It has all the capabilities needed, as I wrote it's almost certainly a driver issue |
Hi, my environment is Ubuntu 20.04, x86, computer CPU integrated graphics, no independent graphics card.
I use ‘pip3 install rerun-sdk’ install rerun,but when I use ‘rerun’ to start it, some errors happened below:
The text was updated successfully, but these errors were encountered: