Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
https://www.amuletmc.com/
1.72k stars 123 forks source link

Numpy DLL could not be found #1076

Closed Hamza-nagori closed 2 weeks ago

Hamza-nagori commented 1 month ago

iam getting the error shown below Traceback (most recent call last): File "numpy\core__init__.py", line 24, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "numpy\core\multiarray.py", line 10, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "numpy\core\overrides.py", line 8, in ImportError: DLL load failed while importing _multiarray_umath: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "numpy__init.py", line 159, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "numpy\config.py", line 4, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "numpy\core\init__.py", line 50, in ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.

We have compiled some common reasons and troubleshooting tips at:

https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: The specified module could not be found.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "Lib\site-packages\amulet_map_editor__main.py", line 98, in main File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "amulet_map_editor__init.py", line 27, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "amulet_map_editor\api\framework__init__.py", line 1, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "amulet_map_editor\api\framework\app.py", line 2, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "amulet_map_editor\api\framework\amulet_ui.py", line 8, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "amulet__init.py", line 23, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "amulet\api\init__.py", line 1, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "amulet\api\block.py", line 6, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "amulet_nbt\init__.py", line 100, in File "amulet_nbt\_array.pyx", line 1, in init amulet_nbt._array File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "numpy\init__.py", line 164, in ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there.

Failed to import requirements. Check that you extracted correctly. Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. Press ENTER to continue.

gentlegiantJGC commented 1 month ago

is this 0.10.35b0? There is an issue in our build system that I need to fix.

Hamza-nagori commented 1 month ago

is this 0.10.35b0? There is an issue in our build system that I need to fix.

i did'nt understood

tajemniktv commented 1 month ago

I have the same issue while trying to use Beta (0.10.35b0) for windows Cheers

CreeperAWA commented 1 month ago

is this 0.10.35b0? There is an issue in our build system that I need to fix.

I also have the same problem when using 0.10.35b0, it seems to be a packaging issue

gund commented 1 month ago

is this 0.10.35b0? There is an issue in our build system that I need to fix.

Does this mean that previous builds work fine?

gentlegiantJGC commented 1 month ago

0.10.35b0 is broken. Do not use it. 0.10.33 works fine.

gentlegiantJGC commented 2 weeks ago

This should be fixed now.