Integrating MySQL Workbench Python interpreter fails
Hello.
I am trying to install the internal Python 3.7 (?) interpreter of MySQL Workbench into PyCharm (not Community Ed.), but this fails with:

Next error is:

Anyone know what's going on? Can anybody help, maybe?
Thanks
K
Please sign in to leave a comment.
```
"C:\Program Files\MySQL\MySQL Workbench 8.0 CE\python.exe" -V
```
Microsoft Windows [Version 10.0.22621.1702]
(c) Microsoft Corporation. Alle Rechte vorbehalten.
C:\>"C:\Program Files\MySQL\MySQL Workbench 8.0 CE\python.exe" -V
Python 3.7.7
C:\>
https://dev.mysql.com/downloads/workbench/
I have installed MySQL Workbench 8.0.33 and have the same issue when I run python.exe outside the IDE, so it seems to be an issue with their Python distribution.
Adding PYTHONHOME env var to the python.exe in the MySQL Workbench install dir seems to repair this. Andrey Resler: can you please try this?