Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIP installation does not work. #19

Open
13steinj opened this issue Dec 9, 2015 · 6 comments
Open

PIP installation does not work. #19

13steinj opened this issue Dec 9, 2015 · 6 comments

Comments

@13steinj
Copy link

13steinj commented Dec 9, 2015

PIP installation (for at least Python 3, on Ubuntu Trusty) does not work. In the end it saves a file webkit_server.py, but other modules (such as dryscrape) can't find it properly.

Installing via cloning the repo and then manually running python3 setup.py develop does work though.

@askona
Copy link

askona commented Sep 19, 2016

I got the same problem with py27

@tristantao
Copy link

Same issue with OS X 10.10.5, py27, scrapy installer won't find it.

@tristantao
Copy link

tristantao commented Nov 4, 2016

The issue wasn't with the webkit-server, but rather qt. An older installation of qt (mine was 4.7.4) had some path issues. That was fixed by updating the qt installation (mine is included in Anaconda) done via (I wanted to stay in 4.0 so I went with 4.8.6):

conda update conda
conda install -c anaconda qt=4.8.6

webkit-server installed fine afterwards. Moreover this all started when I tried to install dryscrape. Hopefully I'm finally out of the wild package chase...

@cameronkruse
Copy link

cameronkruse commented Jan 14, 2017

@tristantao any updates on your solution? I tried what you recommended, but I'm still having issues installing webkit-server. Also running into this via the dryscape package install process

@winnerineast
Copy link

I have the same issue with qt 4.8.7, python 2.7(anaconda virtual environment), xcode 8.2.1 when I installed both dryscrape and webkit-server from source code of github.

@tristantao
Copy link

@cameronkruse Yea the solution worked fine for me. I just had to make sure that the proper version of qt was installed. It got complicated when certain packages required it to be newer than certain versions, while other packages required it to be older (webkit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants