[go: up one dir, main page]

Menu

#4 Can't install PyGobject, python installation not found

1.0
closed
nobody
None
2019-10-07
2014-09-17
No

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

Discussion

  • tumagonx

    tumagonx - 2014-09-19

    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?

     
    • Kiran S

      Kiran S - 2019-02-22

      Facing same issue..

      Any solution?

       
    • Daniel Burnier

      Daniel Burnier - 2019-10-07

      I am able to run all of these individually but still encounter OP's problem

       
  • tumagonx

    tumagonx - 2015-03-03

    Closing because of no activity

     
  • tumagonx

    tumagonx - 2015-03-03
    • status: open --> closed
     
  • Kiran S

    Kiran S - 2019-02-22

    Any solution?

     

Log in to post a comment.