Can't install pySerial library on windows 8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akshaykota
    New Member
    • Feb 2014
    • 1

    Can't install pySerial library on windows 8

    I downloaded pySerial-2.7.win32.exe file from https://pypi.python.org/pypi/pyserial

    I have installed Python 2.7.6 in my C: Drive.

    When I execute the pySerial exe file , I get this error
    "No Python Installation found in the Registry"
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    If your Python installation is 64 bit, pySerial-2.7.win32.exe may be looking for a 32 bit installation.

    Comment

    • oscarcorreia43
      New Member
      • Feb 2014
      • 1

      #3
      1) Change to the directory where you have installed pyserial

      2) Execute <path to python executable>\pyt hon setup.py install

      Comment

      Working...