GithubHelp home page GithubHelp logo

Comments (12)

Ehsan-U avatar Ehsan-U commented on May 28, 2024

I'm also encountering the same problem, using scrapy==2.11.1, scrapy-redis==0.7.3

from scrapy-redis.

georgeJzzz avatar georgeJzzz commented on May 28, 2024

I'm also encountering the same problem, using scrapy==2.11.1, scrapy-redis==0.7.3

Just need an official upgrade to the compatibility package. I upgraded locally, but it's not convenient for future use。

from scrapy-redis.

Ehsan-U avatar Ehsan-U commented on May 28, 2024

i'm not able to upgrade locally, how you did that?
image

i'm using Ubuntu 22

from scrapy-redis.

georgeJzzz avatar georgeJzzz commented on May 28, 2024

git clone https://github.com/darkrho/scrapy-redis.git
cd scrapy-redis

After executing make clean && make dist, pypi will be generated in the dist directory, just install it.

from scrapy-redis.

Ehsan-U avatar Ehsan-U commented on May 28, 2024

image

there is no dist directory

from scrapy-redis.

georgeJzzz avatar georgeJzzz commented on May 28, 2024

My mistake,

you try python setup.py install

from scrapy-redis.

Ehsan-U avatar Ehsan-U commented on May 28, 2024

Yes
python setup.py install

image

i already installed zope-interface 6.2 installed on my system.

from scrapy-redis.

shengchenyang avatar shengchenyang commented on May 28, 2024

i already installed zope-interface 6.2 installed on my system.

@Ehsan-U It's not a zope-interface problem, it's Twisted. You need to pip install Twisted==22.10.0 and then python setup.py install again.

Twisted version needs to be less than or equal to 22.10.0.

This project can consider optimizing dependency management.

from scrapy-redis.

Ehsan-U avatar Ehsan-U commented on May 28, 2024

@shengchenyang Thanks, its upgraded successfully.

from scrapy-redis.

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.