Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

Every time I try to run python I get the same error

Hi,

 

I'm trying to run a python script in powerbi but every time I try I get this error:

 

Details: ADO.NET: Ρуτћǿŋ ś¢яįþτ эѓгŏя.
C:\USERS\MVANDENBOOM\APPDATA\LOCAL\CONTINUUM\ANACONDA3\lib\site-packages\numpy\__init__.py:138: 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 http://github.com/IntelPython/mkl-service
from . import _distributor_init
Traceback (most recent call last):
File "PythonScriptWrapper.PY", line 2, in <module>
import os, pandas, matplotlib
File "C:\USERS\MVANDENBOOM\APPDATA\LOCAL\CONTINUUM\ANACONDA3\lib\site-packages\pandas\__init__.py", line 17, in <module>
"Unable to import required dependencies:\n" + "\n".join(missing_dependencies)
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:

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

Please note and check the following:

* The Python version is: Python3.7 from "C:\USERS\MVANDENBOOM\APPDATA\LOCAL\CONTINUUM\ANACONDA3\python.exe"
* The NumPy version is: "1.19.1"

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: Kan opgegeven module niet vinden.

 

 

It doesn't seem to matter which code I run.

I'm using the latest version of Anaconda and I have installed pandas, matplotlib, numpy and mkl-service.

I have tried with python version 3.7 and 3.8 as well.

 

I'll hope someone can help me🙏

 

 

Kind Regards,

 

Meggie

1 ACCEPTED SOLUTION
2 REPLIES 2
amitchandak
Super User
Super User
Anonymous
Not applicable

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors