Issue when enabling addon #105228

Closed
opened 2024-03-08 14:07:55 +01:00 by Henrique-Alexandre-de-Camargo · 2 comments

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

image

**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 ![image](/attachments/97bd074f-f936-4281-99ed-6ab55b17743a)
Henrique-Alexandre-de-Camargo added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2024-03-08 14:07:56 +01:00

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:

  1. Verify that you are using a version of Blender, from https://www.blender.org/download/

  2. 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:

    pip install numpy
    

    Please note that this command installs numpy your system's Python environment.

  3. 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.

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: 1. Verify that you are using a version of Blender, from https://www.blender.org/download/ 2. 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: ``` pip install numpy ``` Please note that this command installs numpy your system's Python environment. 3. 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](https://docs.blender.org/api/current/info_tips_and_tricks.html#bundled-python-extensions).
Germano Cavalcante added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2024-03-08 21:51:15 +01:00

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.

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.
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2024-03-25 16:05:14 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#105228
No description provided.