Open varshithr opened 7 years ago
I'm getting the same error, were you able to find any solution?
I got the same problem on Mac Os X Sierra
I had the same error og macOS 10.12.4. qmake
is a part of qt
which I did not have installed. As this package needs qt<=5.5
I installed it with brew install qt@5.5
and added it (for this shell session) to my path with export PATH="/usr/local/opt/qt@5.5/bin:$PATH"
. After that pip install webkit-server
works.
Something similar should be possible on Ubuntu.
I am getting the same problem too and the solution for exporting the pathway for qmake does not work in ubuntu.
Same error on Windows 10 x64.
I got it working with #34
Worked out... thanks @neic saved my day.
Trying to install via pip using command pip install webkit-server The python version is 2.7 OS = Ubuntu 16.04 We get the below issue