Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I installed Python and the following libraries on my desktop through the Command Prompt: Pandas,Numpy and Matplolib.
However, when I try to run any Python script, I get the following error message:
Python Script Error
Traceback (most recent call last):
File "PythonScriptWrapper.PY", line 2, in <module>
import os,uuid, matplotlib
ModuleNotFoundError:No Module named 'matplotlib'
Solved! Go to Solution.
@Anonymous ,
Please check how many versions of python have been installed on your server. And which packages have been installed in the site-packages of each python version.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
Please check how many versions of python have been installed on your server. And which packages have been installed in the site-packages of each python version.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 34 |