You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the issue of what I'm about to descrbe can be related to #2711, and also #2903. However, when I read through those posts I don't see how my questions would be related, even though the issue is the same.
Here's why:
I made a comment on Can't import open3d #2903, which looks like it was a closed post. Back then, I was using Open3D 0.10.0 on a Debian 10 machine. On that machine my version of Python was 3.7. I figured my issues were related to having a previous version of Open3D installed, and maybe that was messing up with my venv.
I've tried uninstalling, then re-installing. No luck.
Finally, thinking this was maybe a fix, I switched from using Debian 10 to Ubuntu 18.04.
I 've created a virtual environment, and tried installing Open3D into that environemnt. The installation goes well, and it's for 0.13.0.
However, when I try to import Open3D, I get the same error.
In this VENV, I'm using Python 3.6.9, it's the same error, just a different python version:
I'm not using a super fact computer, I'm on a 2009 Mac Book Pro running on Ubuntu so my issues aren't related to CUDA, or all the other issues i've seen on the other posts.
Can you please advise? I'd really like to get Open3D working. I'm in the #OAK2021 competition and would really apprecaite using 0.13.0 for what we're trying to accomplish.
Cheers!
Just as an update, I've uninstalled 0.13.0 and tried 0.11.x, that didn't work. I then tried 0.10.0 and that worked, as an FYI.
Was there any major changes from 0.10.0 to 0.11.0 that would have caused these issues?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello;
I get the issue of what I'm about to descrbe can be related to #2711, and also #2903. However, when I read through those posts I don't see how my questions would be related, even though the issue is the same.
Here's why:
In this VENV, I'm using Python 3.6.9, it's the same error, just a different python version:
OSError: /home/iac/.virtualenvs/CV/lib/python3.6/site-packages/open3d/cpu/pybind.cpython-36m-x86_64-linux-gnu.so: undefined symbol: glPushGroupMarkerEXT
I'm not using a super fact computer, I'm on a 2009 Mac Book Pro running on Ubuntu so my issues aren't related to CUDA, or all the other issues i've seen on the other posts.
Can you please advise? I'd really like to get Open3D working. I'm in the #OAK2021 competition and would really apprecaite using 0.13.0 for what we're trying to accomplish.
Cheers!
Just as an update, I've uninstalled 0.13.0 and tried 0.11.x, that didn't work. I then tried 0.10.0 and that worked, as an FYI.
Was there any major changes from 0.10.0 to 0.11.0 that would have caused these issues?
Thanks!
The text was updated successfully, but these errors were encountered: