Google docstring not redered with embeded Python

As you can see from the screenshot, the body of the docstring is not displayed (Say hello to my little friend). Am I doing something wrong?

Python 3.10.1 (embedded) installed on local C:\ drive and added to pycharm. Can't install Python due to not having administrator rights. Usually we develop code with SSH interpreter.

Log from idea.log:

2021-12-08 15:58:12,535 [ 49298] INFO - PyStructuredDocstringFormatter - Traceback (most recent call last):
File "C:\Users\$USER\AppData\Local\JetBrains\PyCharm 2021.2.3\plugins\python\helpers\docstring_formatter.py", line 6, in <module>
import six
ModuleNotFoundError: No module named 'six'

2021-12-08 15:58:12,535 [ 49298] INFO - PyStructuredDocstringFormatter - Malformed docstring:
Say hello to my little friend.

Args:
first_name (str): The first name of my little friend.
last_name (str): The last name of my little friend.

Returns:
Nothing

0
5 comments

Hello, 

 

Could you please update to 2021.3 and if there is no difference, please

upload your logs folder zipped from ***Help | Collect logs and Diagnostic Data***   to the FTP

https://uploads.jetbrains.com/ and please let me know the filename. 

0

Hello Antonina,

I updated to version 2021.3 and still experiencing an issue. I have uploaded the logs as requested.

Upload id: 2021_12_10_CUYE9x3GMVpCvpLB (file: log-kesme-4411929770898.zip)

0

It appeared to be a bug https://youtrack.jetbrains.com/issue/PY-51545 , the fix is included in the next minor release. 

 

I apologize for the inconvenience. 

 

0

I downloaded embedded version 3.9.9 from python website and added the interpreter to pyCharm (and removed the link to the 3.10 embedded version) but I still have the same issue and the same error message in the log.

0

Regrettably, it is not Python specific, here is  a general issue https://youtrack.jetbrains.com/issue/PY-51545.

0

Please sign in to leave a comment.