Undefined symbol on "import bpy' #53102
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#53102
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system and graphics card
Ubuntu 16.04
Blender Version
Broken: 2.79
Worked: 2.78
Short description of error
After compiling blender to a python module and doing an "import bpy" the following error occurs:
python3.6
Python 3.6.3 (default, Oct 6 2017, 08:44:35)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
ImportError: /root/blender-git/build/bin/bpy.so: undefined symbol: _ZN3ccl36kernel_cpu_avx_convert_to_half_floatEPNS_13KernelGlobalsEPNS_6uchar4EPffiiii
Python is 3.6
Exact steps for others to reproduce the error
Compile blender. Attached are CMakeCache.txt and CPackConfig.make{F1047118}
CPackConfig.cmake
Changed status to: 'Open'
Added subscriber: @kmitov
CMakeCache.txt
Solved it by removing the 1 from all the options in CMakeCache.txt that were container AVX
Added subscriber: @ideasman42
Tried to redo this error using
make bpy
. Although I got a different error with jemalloc.https:github.com/jemalloc/jemalloc/issues/937(can disable jemalloc easily enough)//
Added subscriber: @Sergey
Changed status from 'Open' to: 'Archived'
Thanks for the report, but we do not accept reports related on compilation errors and only accepting reports happening with official blender builds. All the rest is to be handled via mailing list or the IRC room. See the bug report guidelines for details.