Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,765
    • Issues 1,765
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 66
    • Merge Requests 66
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #19645

Closed
Open
Opened Feb 03, 2020 by Julien Schueller@jschuellerContributor

osx/pvpython: Symbol not found: _PyObject_GenericGetAttr

On osx with conda (python 3.6/3.7/3.8), paraview Python modules are imported successfully while pvpython fails to run with the following error:

+ pvpython --version
dyld: Symbol not found: _PyObject_GenericGetAttr

I know Python modules on osx are tricky to get right, so I tried to set the related option:

-DVTK_PYTHON_OPTIONAL_LINK=OFF

And this time pvpython works fine while "import paraview" fails with

Fatal Python error: _PyInterpreterState_Get(): no current thread state

which is the famous error you get when you link to Python libs on osx instead of using -undefined dynamic_lookup.

cc @ben.boeckel as I know you are familiar with this kind of issues

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#19645