asmpro7 / ElementFlow

All chemical Elements data in your Flow✨🧪
MIT License
1 stars 0 forks source link

Plugin Respond Issue #1

Open Jalaj1087 opened 2 months ago

Jalaj1087 commented 2 months ago

2024-07-17.txt

Flow Launcher version: 1.18.0 OS Version: 19045.4651 IntPtr Length: 8 x64: True

Python Path: C:\Users\admin\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe Node Path: Date: 07/17/2024 10:39:03 Exception: ElementFlow Exception: Websites: https://github.com/asmpro7/ElementFlow Author: Ahmed ElSaeed Version: 1.0.4 Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Traceback (most recent call last): File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy\core__init__.py", line 23, in from . import multiarray File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy\core\multiarray.py", line 10, in from . import overrides File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy\core\overrides.py", line 6, in from numpy.core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\main.py", line 13, in import numpy as np File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy__init.py", line 141, in from . import core File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy\core\init__.py", line 49, in raise ImportError(msg) 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: No module named 'numpy.core._multiarray_umath'

---> System.IO.InvalidDataException: Traceback (most recent call last): File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy\core__init__.py", line 23, in from . import multiarray File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy\core\multiarray.py", line 10, in from . import overrides File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy\core\overrides.py", line 6, in from numpy.core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\main.py", line 13, in import numpy as np File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy__init.py", line 141, in from . import core File "C:\Users\admin\AppData\Roaming\FlowLauncher\Plugins\ElementFlow-1.0.4\lib\numpy\core\init__.py", line 49, in raise ImportError(msg) 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: No module named 'numpy.core._multiarray_umath'

at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 243 at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 248 at Flow.Launcher.Core.Plugin.JsonRPCPlugin.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 261 at Flow.Launcher.Core.Plugin.PluginManager.<>cDisplayClass23_0.<b0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 196 --- End of stack trace from previous location --- at Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(String message, Func`1 action) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 34 at Flow.Launcher.Core.Plugin.PluginManager.QueryForPluginAsync(PluginPair pair, Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 195 --- End of inner exception stack trace --- at Flow.Launcher.Core.Plugin.PluginManager.<>cDisplayClass23_1.b1(ActionContext ) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 224 at Flow.Launcher.Plugin.Result.ExecuteAsync(ActionContext context) in //Flow.Launcher.Plugin/Result.cs:line 246 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 307 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

lazycodeman commented 4 weeks ago

Your error is stated here: ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'

In the folder python 3.11, a "numpy library" needs to be installed.

I suggest you install a Python version on your own (not auto installation by Flow Launch), then point the Python exe in the General tab setting in Flow Launcher.

Hope it help.