We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Unable to import open3d in Python.
To Reproduce Type python -c "import open3d" in terminal and I get:
python -c "import open3d"
/home/username/anaconda3/envs/myenv/lib/python3.7/site-packages/open3d/cpu/pybind.cpython-37m-x86_64-linux-gnu.so: undefined symbol: glPopGroupMarkerEXT
Expected behavior I expect open3d to be imported.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Closing this since reporter opened duplicate bug report #2903
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Unable to import open3d in Python.
To Reproduce
Type
python -c "import open3d"
in terminal and I get:Expected behavior
I expect open3d to be imported.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: