Forum Discussion
norazmanz
3 years agoNew Member
Python script error
Hi all I am trying to run a simple Python Script (tested in python environment) in PBI desktop Get Data: import pandas as pd import matplotlib as plt df = pd.DataFrame({'Name':['Joe','Susan'],...
- 3 years ago
Update: I have uninstalled and reinstalled Python in a new folder (which does not have restricted access) and also enable saving installation path in environment. Now it works!
Gengar
3 years agoResolver I
Hi norazmanz ,
I installed python in WindowApp folder which is restriced except for company adminAccording to my knowledge, It has a high probability of causing this problem.
Please try testing with an account that has access to this folder or move it to a folder that you have access to.
Hope this could help you!
Gengar
- norazmanz3 years agoNew Member
Update: I have uninstalled and reinstalled Python in a new folder (which does not have restricted access) and also enable saving installation path in environment. Now it works!