Cakz Primz
Board Regular
- Joined
- Dec 4, 2016
- Messages
- 102
- Office Version
- 365
- Platform
- Windows
Dear all,
I am trying to wrote Python script for visualization in Power BI.
Whe
It gave me an error, Unable to connect
Details: "ADO.NET: Python script error.
<pi>C:\USERS\PSSCO2412\ANACONDA3\lib\site-packages\numpy\__init__.py:148: UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring its correct out-of-the box operation under condition when Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see GitHub - IntelPython/mkl-service: Python hooks for Intel(R) Math Kernel Library runtime control settings.
from . import _distributor_init
Traceback (most recent call last):
File "C:\Users\PSSCO2412\PythonScriptWrapper_1df819f8-7658-4309-840e-3459bea8fb64\PythonScriptWrapper.PY", line 2, in <module>
import os, pandas, matplotlib
File "C:\USERS\PSSCO2412\ANACONDA3\lib\site-packages\pandas\__init__.py", line 16, in <module>
raise ImportError(
ImportError: Unable to import required dependencies:
numpy:
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:
Troubleshooting — NumPy v1.25.dev0 Manual
Please note and check the following:
* The Python version is: Python3.9 from "C:\USERS\PSSCO2412\ANACONDA3\python.exe"
* The NumPy version is: "1.21.5"
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.
Can someone help me, please?
Thank you very much, really appreciate your time and effort to help me.
Regards,
Prima - Indonesia
I am trying to wrote Python script for visualization in Power BI.
Whe
JSON:
import pandas as pd
It gave me an error, Unable to connect
Details: "ADO.NET: Python script error.
<pi>C:\USERS\PSSCO2412\ANACONDA3\lib\site-packages\numpy\__init__.py:148: UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring its correct out-of-the box operation under condition when Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see GitHub - IntelPython/mkl-service: Python hooks for Intel(R) Math Kernel Library runtime control settings.
from . import _distributor_init
Traceback (most recent call last):
File "C:\Users\PSSCO2412\PythonScriptWrapper_1df819f8-7658-4309-840e-3459bea8fb64\PythonScriptWrapper.PY", line 2, in <module>
import os, pandas, matplotlib
File "C:\USERS\PSSCO2412\ANACONDA3\lib\site-packages\pandas\__init__.py", line 16, in <module>
raise ImportError(
ImportError: Unable to import required dependencies:
numpy:
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:
Troubleshooting — NumPy v1.25.dev0 Manual
Please note and check the following:
* The Python version is: Python3.9 from "C:\USERS\PSSCO2412\ANACONDA3\python.exe"
* The NumPy version is: "1.21.5"
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.
Can someone help me, please?
Thank you very much, really appreciate your time and effort to help me.
Regards,
Prima - Indonesia