How to install module autopy in python on linux?

1.3k Views Asked by At

I wanna install module Autop 0.51 on Linux. What should i do.?

python Setup.py install

It show error please help me

https://i.stack.imgur.com/0zKEY.jpg

https://i.stack.imgur.com/hjcnz.jpg

1

There are 1 best solutions below

4
On

error: command 'gcc' failed with exit status 1

The above error occurs because you don't have the python-dev headers installed

Do a yum search python | grep -i devel and then install the appropriate package for eg:

yum install python-devel.x86_64