Issue when enabling addon #105228
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105228
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: Linux-6.5.0-21-generic-x86_64-with-glibc2.38 64 Bits, X11 UI
Graphics card: Mesa Intel(R) UHD Graphics (TGL GT1) Intel 4.6 (Core Profile) Mesa 23.2.1-1ubuntu3.1
Blender Version
Broken: version: 3.6.2, branch: Unknown, commit date: Unknown Unknown, hash:
Unknown
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Extra Objects (0, 3, 9)
Author: Multiple Authors
Short description of error
no module named "numpy"
Exact steps for others to reproduce the error
Goes to preferences, tried to enable mesh extra objects, and then just returned by error
Hi @Henrique-Alexandre-de-Camargo,
the "numpy" module is included in the Python executable that comes with Blender. Blender releases distributed from blender.org include a complete Python installation, so it should already have the necessary modules.
If you encounter an error stating that "no module named 'numpy'" when enabling the "Mesh Extra Objects" addon, there might be an issue with the installation or configuration. To resolve this, please try the following steps:
Verify that you are using a version of Blender, from https://www.blender.org/download/
If you encounter an error stating "no module named 'numpy'" when enabling the "Mesh Extra Objects" addon, it could be due to a missing or improperly installed numpy module. You can install numpy specifically for Python environment by opening a terminal and running the following command:
Please note that this command installs numpy your system's Python environment.
After installing the numpy module for Blender, try enabling the "Mesh Extra Objects" addon again.
If the issue persists, please provide additional information such as any error messages in the console or any other addons enabled that might be conflicting with the "Mesh Extra Objects" addon.
For more information and troubleshooting tips, you can refer to this documentation on bundled Python extensions: Bundled Python Extensions.
No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.
Thanks for the report. If the problem persists please open a new report with the required information.