Git Product home page Git Product logo

Comments (4)

messense avatar messense commented on May 25, 2024 6

All done.

from maturin.

mattip avatar mattip commented on May 25, 2024 1

I got here from a failing build of pywinpty when rebuilding for PyPy3.7 and windows. The failure is ERROR: pywinpty-1.1.3-pp3pp73-pypy3_pp73-win_amd64.whl is not a supported wheel on this platform. (link may dissapear in a week or so). The project uses maturin build --release -i pypy3.7.exe.

Bottom line: The wheel name should end with -pp37-pypy37_pp73-win_amd64.whl not -pp3pp73-pypy3_pp73-win_amd64.whl. Any ideas where the extra pp3 at the beninning is coming from?

Some additional comments:

  • Add some automated testing, ideally on ci as pyo3 does:
    github actions setup-pythonv2 supports pypy
  • Look for a better way than using SOABI to determine the native extensions filename since that value isn't define on windows for both cpython and pypy:
    I think sysconfig.get_config_var('SOABI') is the canonical way to do this. What versions of python do not support it? You could get some inspriation from the pypa/wheel source code

from maturin.

messense avatar messense commented on May 25, 2024

Bottom line: The wheel name should end with -pp37-pypy37_pp73-win_amd64.whl not -pp3pp73-pypy3_pp73-win_amd64.whl. Any ideas where the extra pp3 at the beninning is coming from?

"pp{major}{minor}-pypy{major}{minor}_{abi_tag}-{platform}",

It comes from here.

from maturin.

mattip avatar mattip commented on May 25, 2024

Got it thanks: that was changed for version 0.11.3, and the feedstock is pinning to <=0.9.1

from maturin.

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.