Git Product home page Git Product logo

Comments (5)

warreee avatar warreee commented on August 17, 2024 3

I had the same error for heroku.
I solved this adding:

-e git+https://github.com/niklasb/webkit-server.git#egg=webkit-server

in the requirements.txt file

from dryscrape.

winnerineast avatar winnerineast commented on August 17, 2024 1

@warreee it does solve my problem with your method.

from dryscrape.

deter3 avatar deter3 commented on August 17, 2024

I had the same problem . I spent 2 days to get it closed . After I figured out how to find qmake , then i was notified i have no "webkitwidgets" .

you need to
install qt5.6 and link qmake to /usr/bin/qmake , then when you install webkit-server , system can find qmake .

  1. wget https://download.qt.io/archive/qt/5.6/5.6.0/single/qt-everywhere-opensource-src-5.6.0.tar.xz
  2. tar xvfJ qt-everywhere-opensource-src-5.6.0.tar.xz
  3. cd qt-everywhere-opensource-src-5.6.0
  4. ./configure -opensource -nomake examples -nomake tests -no-gtkstyle -qt-xcb
  5. sudo gmake
  6. sudo gmake install
  7. sudo ln -s /usr/local/Qt-5.6.0/bin/qmake /usr/bin/qmake

from dryscrape.

dylanmann avatar dylanmann commented on August 17, 2024

It says on the github page that you cannot use qt 5.6 or later, so this solution shouldn't work (and theres an easier solution anyway). What I did was used the cygwin installer to download qt 5.5 and qt5-webkit and then linked bin/qmake to /bin/x86_64-w64-mingw32-qmake-qt5.

from dryscrape.

kushagraSahu avatar kushagraSahu commented on August 17, 2024

I have the same error while deploying my app to heroku. What is the right solution to this problem?
@niklasb @dylanmann @imiten Please help, really stuck on it for 2 days straight.

from dryscrape.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.