Forum Discussion
Anonymous
7 years agoNot applicable
Error when connecting python to PBI
Hi, Despite the fact that I do have Python installed when I'm trying to connect it to PBI I get an error message: Unable to connect:
Details: "ADO.NET: Python script error.
Traceback (most ...
- Anonymous7 years ago
As I found out yestreday the issue was due to Power Bi not supporting Python 3.7. i had to created new env for py36 and it worked form there!
Thank you
Minseven
7 years agoHelper I
is you PATH environment match what you have in your options?
to check your environement:
1) Open the Python Shell and
2) type:
import sys
print(sys.exec_prefix)
Anonymous
7 years agoNot applicable
Yes it is the same :