While installing PyGObject, installation keep asks the python installation folder..
Failed to locate python installation path
I have tried below different ways.. still failed.
1==========>
C:\Python\Python37-32>python
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import distutils.sysconfig
print (distutils.sysconfig.get_python_version())
3.7
print (distutils.sysconfig.get_python_lib())
C:\Python\Python37-32\Lib\site-packages
import sys
print (sys.maxsize)
2147483647
2==============>
C:\Python\Python37-32>fsutil behavior query Disable8dot3
The registry state of NtfsDisable8dot3NameCreation is 2, the default (Volume lev
el setting).
3==============>
C:\Python\Python37-32>for %f in ("%cd%") do echo %~sf
C:\Python\Python37-32>echo C:\Python\PYTHON~1
C:\Python\PYTHON~1
C:\Python\Python37-32>
4====================>
C:\Python\Python37-32>mklink /J "C:\Python\Python3" "C:\Python\Python37-32"
Junction created for C:\Python\Python3 <<===>> C:\Python\Python37-32
5====================>
C:\Python\Python3>python
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import distutils.sysconfig
print (distutils.sysconfig.get_python_version())
3.7
print (distutils.sysconfig.get_python_lib())
C:\Python\Python3\Lib\site-packages
import sys
print (sys.maxsize)
2147483647
6========================>
C:\Python\Python3\Lib\site-packages>fsutil behavior query disable8dot3 C:
The volume state for Disable8dot3 is 0 (8dot3 name creation is enabled).
The registry state of NtfsDisable8dot3NameCreation is 3 (Disable 8dot3 name crea
tion on all non system volumes).
Based on the above two settings, 8dot3 name creation is enabled on C: (System vo
lume).
7========================>
C:\Python\Python3>python
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import distutils.sysconfig
print (distutils.sysconfig.get_python_lib())
C:\Python\Python3\Lib\site-packages
Badly need help and waiting for response.
Path of original destination
path linked..
issue present in exe pygi-aio-3.24.1_rev1-setup_049a323fe25432b10f7e9f543b74598d4be74a39
Issue solved with the older version pygi-aio-3.18.2_rev12-setup_549872deadabb77a91efbc56c50fe15f969e5681