Can't install PyGobject, python installation not found
All-In-One PyGI/PyGObject for Windows Installer
Status: Abandoned
Brought to you by:
tumagonx
Using pygi-aio-3.12.2-win32_rev8-setup.exe on Windows 7 and Python 3.4.1 (32bits), I can't install PyGobject because the installer is not able to detect my python installation, even by selecting the correct folder (C:\Python34).
Here is the error : "Setup cant find supported Python.
Do you want to specify its location? else installation will be cancelled."
Hi,
Installer do the following to validate your python:
import distutils.sysconfig; print (distutils.sysconfig.get_python_version())
import distutils.sysconfig; print (distutils.sysconfig.get_python_lib())
import sys; print (sys.maxsize)
Can you run each manually?
Facing same issue..
Any solution?
I am able to run all of these individually but still encounter OP's problem
Closing because of no activity
Any solution?