python 2.7 - error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 in virtualenv -
when trying install pillow , lxml in virtual environment created develop web application using python error: command 'x86_64-linux-gnu-gcc' failed exit status 1
appearing.
this can removed using
$ sudo apt-get install python-dev
:)
Comments
Post a Comment