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

0
Hi, could you please provide the output of the following command from the cmd.exe command line?

```
"C:\Program Files\MySQL\MySQL Workbench 8.0 CE\python.exe" -V
```
0

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:\>

0
Thank you, 

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.
0

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?

0

请先登录再写评论。