Skip to content
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

_PyBaseObject_Type not found in flat namespace when running DensifyPointCloud #1172

Open
jgilat opened this issue Aug 26, 2024 · 1 comment

Comments

@jgilat
Copy link

jgilat commented Aug 26, 2024

Hey, I'm having a strange issue running DensifyPointCloud on my Mac M1. When running $OPENMVS_BIN/DensifyPointCloud scene.mvs , I'm getting this error: dyld[7368]: symbol not found in flat namespace '_PyBaseObject_Type'

  • tried these compilations (with VCPKG_ROOT=nil because it messes up the install process on my mac):
    • cmake .. -DOpenMVS_USE_CUDA=OFF -DOpenMVS_USE_PYTHON=OFF -DOpenMVS_USE_CERES=OFF
    • cmake .. -DOpenMVS_USE_CUDA=OFF
  • my setup:
    • python3 --version -> Python 3.11.6
    • Macbook pro M1
    • MacOS Sequoia, most updated developer beta
  • maybe related stuff:
    • before that error, I had the common OpenMVS error of .jpeg file headers not detected so I renamed them all to .jpg to solve it
    • InterfaceCOLMAP from the same build seems to work well
    • tested on v2.2.0
    • can't compile on v2.3.0 due to this (unrelated?) error when building, already reported here:
openMVS/libs/Common/FastDelegateCPP11.h:155:61: error: no member named 'unique' in 'std::shared_ptr<void>'

  155 |         if ((sizeof(functor_type) > store_size_) || !store_.unique())

Any ideas on how to fix this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@jgilat and others