Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 KB | None | 0 0
  1. Read prefs: C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\config\userpref.blend
  2. CANNOT LOAD PREFERENCES REGISTERED
  3. Registered MACHIN3tools 0.8.0 with 3 tools, 1 pie menu
  4. Traceback (most recent call last):
  5. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\__init__.py", line 22, in <module>
  6. from . import multiarray
  7. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\multiarray.py", line 12, in <module>
  8. from . import overrides
  9. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\overrides.py", line 7, in <module>
  10. from numpy.core._multiarray_umath import (
  11. ImportError: DLL load failed while importing _multiarray_umath: The filename or extension is too long.
  12.  
  13. During handling of the above exception, another exception occurred:
  14.  
  15. Traceback (most recent call last):
  16. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\scripts\modules\addon_utils.py", line 351, in enable
  17. mod = __import__(module_name)
  18. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\EdgeFlow\__init__.py", line 25, in <module>
  19. from . import (
  20. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\EdgeFlow\util.py", line 6, in <module>
  21. from . import edgeloop
  22. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\EdgeFlow\edgeloop.py", line 6, in <module>
  23. from . import interpolate
  24. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\EdgeFlow\interpolate.py", line 1, in <module>
  25. import numpy as np
  26. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\__init__.py", line 140, in <module>
  27. from . import core
  28. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\__init__.py", line 48, in <module>
  29. raise ImportError(msg)
  30. ImportError:
  31.  
  32. IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
  33.  
  34. Importing the numpy C-extensions failed. This error can happen for
  35. many reasons, often due to issues with your setup or how NumPy was
  36. installed.
  37.  
  38. We have compiled some common reasons and troubleshooting tips at:
  39.  
  40. https://numpy.org/devdocs/user/troubleshooting-importerror.html
  41.  
  42. Please note and check the following:
  43.  
  44. * The Python version is: Python3.9 from "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\bin\python.EXE"
  45. * The NumPy version is: "1.19.5"
  46.  
  47. and make sure that they are the versions you expect.
  48. Please carefully study the documentation linked above for further help.
  49.  
  50. Original error was: DLL load failed while importing _multiarray_umath: The filename or extension is too long.
  51.  
  52. Traceback (most recent call last):
  53. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\__init__.py", line 22, in <module>
  54. from . import multiarray
  55. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\multiarray.py", line 12, in <module>
  56. from . import overrides
  57. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\overrides.py", line 7, in <module>
  58. from numpy.core._multiarray_umath import (
  59. ImportError: DLL load failed while importing _multiarray_umath: The filename or extension is too long.
  60.  
  61. During handling of the above exception, another exception occurred:
  62.  
  63. Traceback (most recent call last):
  64. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\slcad_transform\slcad_snap.py", line 33, in <module>
  65. from .snap_context import SnapContext
  66. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\slcad_transform\snap_context\__init__.py", line 28, in <module>
  67. from .drawing import (
  68. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\slcad_transform\snap_context\drawing.py", line 24, in <module>
  69. import numpy as np
  70. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\__init__.py", line 140, in <module>
  71. from . import core
  72. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\__init__.py", line 48, in <module>
  73. raise ImportError(msg)
  74. ImportError:
  75.  
  76. IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
  77.  
  78. Importing the numpy C-extensions failed. This error can happen for
  79. many reasons, often due to issues with your setup or how NumPy was
  80. installed.
  81.  
  82. We have compiled some common reasons and troubleshooting tips at:
  83.  
  84. https://numpy.org/devdocs/user/troubleshooting-importerror.html
  85.  
  86. Please note and check the following:
  87.  
  88. * The Python version is: Python3.9 from "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\bin\python.EXE"
  89. * The NumPy version is: "1.19.5"
  90.  
  91. and make sure that they are the versions you expect.
  92. Please carefully study the documentation linked above for further help.
  93.  
  94. Original error was: DLL load failed while importing _multiarray_umath: The filename or extension is too long.
  95.  
  96. Snap to curves will be disabled
  97. CAD Transform 0.93.2 : ready
  98. Traceback (most recent call last):
  99. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\__init__.py", line 22, in <module>
  100. from . import multiarray
  101. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\multiarray.py", line 12, in <module>
  102. from . import overrides
  103. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\overrides.py", line 7, in <module>
  104. from numpy.core._multiarray_umath import (
  105. ImportError: DLL load failed while importing _multiarray_umath: The filename or extension is too long.
  106.  
  107. During handling of the above exception, another exception occurred:
  108.  
  109. Traceback (most recent call last):
  110. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\scripts\modules\addon_utils.py", line 351, in enable
  111. mod = __import__(module_name)
  112. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderMalt\__init__.py", line 22, in <module>
  113. import Malt
  114. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderMalt\.MaltPath\Malt\__init__.py", line 14, in <module>
  115. from Malt.Pipelines.NPR_Pipeline import NPR_Lighting
  116. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderMalt\.MaltPath\Malt\Pipelines\NPR_Pipeline\NPR_Lighting.py", line 10, in <module>
  117. from Malt.Render import Lighting
  118. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderMalt\.MaltPath\Malt\Render\Lighting.py", line 7, in <module>
  119. import pyrr
  120. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderMalt\.MaltPath\Malt\.Dependencies-39\pyrr\__init__.py", line 35, in <module>
  121. from . import (
  122. File "C:\Users\Lucas\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderMalt\.MaltPath\Malt\.Dependencies-39\pyrr\aabb.py", line 22, in <module>
  123. import numpy as np
  124. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\__init__.py", line 140, in <module>
  125. from . import core
  126. File "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\lib\site-packages\numpy\core\__init__.py", line 48, in <module>
  127. raise ImportError(msg)
  128. ImportError:
  129.  
  130. IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
  131.  
  132. Importing the numpy C-extensions failed. This error can happen for
  133. many reasons, often due to issues with your setup or how NumPy was
  134. installed.
  135.  
  136. We have compiled some common reasons and troubleshooting tips at:
  137.  
  138. https://numpy.org/devdocs/user/troubleshooting-importerror.html
  139.  
  140. Please note and check the following:
  141.  
  142. * The Python version is: Python3.9 from "C:\Users\Lucas\Downloads\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\blender-3.0.0-alpha+temp_bmesh_multires.d795144f5466-windows.amd64-release\3.0\python\bin\python.EXE"
  143. * The NumPy version is: "1.19.5"
  144.  
  145. and make sure that they are the versions you expect.
  146. Please carefully study the documentation linked above for further help.
  147.  
  148. Original error was: DLL load failed while importing _multiarray_umath: The filename or extension is too long.
  149.  
  150. Read blend: C:\Users\Lucas\Downloads\CacheTester.blend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement