Python configuration failed

hello. I am trying to configure python to snap manually following the manual given in https://senbox.atlassian.net/wiki/spaces/SNAP/pages/50855941/Configure+Python+to+use+the+SNAP-Python+snappy+interface but every time I run the code “snappy-conf C:\Python36\python.exe”, it says python configuration failed. Can anyone please help me to solve this and configure snappy properly?
image

Please attach the mentioned log (use the upward arrow to upload the log as a file). Note that it if you cut and paste text from the Terminal it is easier to read and quote passages in a response.

Can you paste the output from running “C:\Python36\python.exe” in the Terminal? I should look like:

C:\> C:\Python36\python.exe
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
C\:>

If your Python36 is much older or has 32 but instead 64 bit (AMD64) you need to install the latest 64-bit Python36.