Coder Social home page Coder Social logo

Comments (5)

aminvakil avatar aminvakil commented on June 15, 2024 1

Thanks! Fixed!

from sitebroker.

Anon-Exploiter avatar Anon-Exploiter commented on June 15, 2024

Hey @aminvakil,

The issue is with lxml which is being used with bs4.BeautifulSoup for parsing. The simple fix is to install lxml, the command would be:

pip3 install lxml

Alternatively, installing requirements.txt's modules will also work.

pip install -r requirements.txt

from sitebroker.

aminvakil avatar aminvakil commented on June 15, 2024
pip install --no-cache-dir -r /usr/local/src/requirements.txt --upgrade

I have executed pip install -r requirements.txt without problem as it's been said.

from sitebroker.

Anon-Exploiter avatar Anon-Exploiter commented on June 15, 2024

My bad, relooking into it, it seems the issue is with GCC in alpine image and works fine on my ubuntu setup. I was hoping to remove lxml sometime soon, since html.parser does the job pretty neatly.

image

Removing it from the code base in an hour or so.

from sitebroker.

Anon-Exploiter avatar Anon-Exploiter commented on June 15, 2024

@aminvakil, I've pushed a new commit.

Can you please pull the latest source and retry, once this is closed, we can move to the PR.

from sitebroker.

Related Issues (17)

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.