archipack bug #67116

Closed
opened 2019-07-17 12:14:36 +02:00 by haviv dadon · 7 comments

Traceback (most recent call last):

File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/modules/addon_utils.py", line 351, in enable
  mod = __import__(module_name)
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/__init__.py", line 69, in <module>
  from . import archipack_manipulator
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/archipack_manipulator.py", line 43, in <module>
  from .archipack_gl import (
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/archipack_gl.py", line 32, in <module>
  import numpy as np
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/__init__.py", line 142, in <module>
  from . import add_newdocs
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/add_newdocs.py", line 13, in <module>
  from numpy.lib import add_newdoc
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/lib/__init__.py", line 8, in <module>
  from .type_check import *
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/lib/type_check.py", line 11, in <module>
  import numpy.core.numeric as _nx
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/core/__init__.py", line 35, in <module>
  from . import _internal  # for freeze programs
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/core/_internal.py", line 15, in <module>
  import ctypes
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py", line 543, in <module>
  _reset_cache()
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py", line 273, in _reset_cache
  CFUNCTYPE(c_int)(lambda: None)

MemoryError

bpy.context.area.ui_type = 'INFO'

I installed the new blender and that's what happens when I try to enter the archipack

System Information
Operating system: Darwin-18.6.0-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 570 OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.9.26

Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-11 13:50, hash: blender/blender@06312c6d2d
Worked: (optional)

Short description of error
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

Traceback (most recent call last): ``` File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/modules/addon_utils.py", line 351, in enable mod = __import__(module_name) File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/__init__.py", line 69, in <module> from . import archipack_manipulator File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/archipack_manipulator.py", line 43, in <module> from .archipack_gl import ( File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/archipack_gl.py", line 32, in <module> import numpy as np File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/__init__.py", line 142, in <module> from . import add_newdocs File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/add_newdocs.py", line 13, in <module> from numpy.lib import add_newdoc File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/lib/__init__.py", line 8, in <module> from .type_check import * File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/lib/type_check.py", line 11, in <module> import numpy.core.numeric as _nx File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/core/__init__.py", line 35, in <module> from . import _internal # for freeze programs File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/core/_internal.py", line 15, in <module> import ctypes File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py", line 543, in <module> _reset_cache() File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py", line 273, in _reset_cache CFUNCTYPE(c_int)(lambda: None) ``` MemoryError bpy.context.area.ui_type = 'INFO' ****`I installed the new blender and that's what happens when I try to enter the archipack`**** **System Information** Operating system: Darwin-18.6.0-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro 570 OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.9.26 **Blender Version** Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-11 13:50, hash: `blender/blender@06312c6d2d` Worked: (optional) **Short description of error** [Please fill out a short description of the error here] **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)]
Author

Added subscriber: @hav1vdd

Added subscriber: @hav1vdd

blender/blender#67101 was marked as duplicate of this issue

blender/blender#67101 was marked as duplicate of this issue
Member

Added subscribers: @brecht, @lichtwerk

Added subscribers: @brecht, @lichtwerk
Member

@brecht: I think this is solved with your commits, right?
blender/blender-staging@e66c3589a2
blender/blender-staging@c42b7f8434

I assume the current buildbot build from https://builder.blender.org/download/ is fine anyways, but for the next RC, we should also be good?

@brecht: I think this is solved with your commits, right? blender/blender-staging@e66c3589a2 blender/blender-staging@c42b7f8434 I assume the current buildbot build from https://builder.blender.org/download/ is fine anyways, but for the next RC, we should also be good?

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Brecht Van Lommel self-assigned this 2019-07-17 12:28:53 +02:00

Re-downloading the current RC should also solve this problem.

Re-downloading the current RC should also solve this problem.
Member

Added subscribers: @JFBautista, @StephenLeger

Added subscribers: @JFBautista, @StephenLeger
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#67116
No description provided.