Giter Club home page Giter Club logo

Comments (1)

jamadden avatar jamadden commented on June 9, 2024 1

I strongly recommend you use a current gevent version. gevent 1.5 does not support Python 3.9 or newer. There are absolutely things that it gets wrong on those newer versions that it is unaware of. That's the reason you have to compile it: 3.9 and newer aren't supported and there were never any binary wheels for them.

That said, I think you're running into issues with a newer Cython version. You'll need to set a pip constraint to get an older version of Cython; the version that gevent 1.5 was tested with was 0.29.14, but note that that version doesn't support Python 3.10 --- Python 3.10 was tested with 3.0a9 but that version won't compile gevent 1.5. There may be a 0.X.X release that can handle newer Python versions and also compile gevent 1.5 code, but I've never tested that and I have no idea what version that would be.

$ echo 'cython<3' > /tmp/constraints.txt
$ PIP_CONSTRAINT=/tmp/constraints.txt pip install gevent==1.5

Good luck.

from gevent.

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.