Code Monkey home page Code Monkey logo

Comments (3)

pjtallon avatar pjtallon commented on July 26, 2024 1

Hello,

Thanks a lot for your answer.

I just tried your workaround, and it worked perfectly.
The missing package on my side was pythonXY-devel. I already had gcc-core.

Closing the issue :)

from typed_ast.

ethanhs avatar ethanhs commented on July 26, 2024

Cygwin is not manylinux compatible (it uses newlib instead of glibc) so typed_ast needs to be built from source on that platform. For now you can install the "python-devel" package and it should install fine.

from typed_ast.

ethanhs avatar ethanhs commented on July 26, 2024

I tested this and wheels seem non-optimal since they have the cygwin version in their platform tag. @pjtallon (and if in future someone else comes upon this) if you want to install typed_ast on cygwin, you need the following packages:

  • pythonXY where XY is a version like 37
  • pythonXY-devel for Python headers we need
  • gcc-core for the compiler

With these packages installed you shouldn't have issues installing pylint, mypy, or typed_ast directly.

I think this issue can be closed (I don't have the permissions to)

from typed_ast.

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.