Git Product home page Git Product logo

Comments (5)

konstin avatar konstin commented on May 25, 2024 1

It looks like that's just auditwheel being weird. Judging from the code producing the message, it's not an error but just a message to tell that {chosen platform tag} is ok with {lowest possible platform tag}. The list of linked symbols and libs printed below is compatible with manylinux1, so in that context the message makes sense. I've also checked the wheels and the in-wheel metadata definitely says manylinux2010.

from maturin.

konstin avatar konstin commented on May 25, 2024 1

I'd say just build manylinux1 wheels; I don't see any reason for building manylinux2010 wheels or for running auditwheel. manylinux2010 isn't even fully rolled out yet.

from maturin.

konstin avatar konstin commented on May 25, 2024

Please post the commands required to reproduce the message you got.

I am building that wheel using the manylinux2010 docker image so I'm supposed to get a manylinux2010 wheel.

No, the platform tag is controlled solely by the cli options and the python interpreter.

from maturin.

thedrow avatar thedrow commented on May 25, 2024
  • Clone the fastuuid repository.
  • Build the docker image for manylinux2010.
    sudo docker build -f manylinux2010.dockerfile -t fastuuid_manylinux2010:latest
  • Run the container using the following command:
    sudo docker run -e MANYLINUX_VERSION="2010" -e TRAVIS_TAG="$TRAVIS_TAG" -e PYPI_USERNAME="$PYPI_USERNAME" -e PYO3_PACK_PASSWORD="$PYO3_PACK_PASSWORD" -v $PWD:/tmp/src fastuuid_manylinux2010:latest

The command that should be executed is:

/opt/python/cp37-cp37m/bin/pyo3-pack build --manylinux 2010 --release -i /opt/python/cp37-cp37m/bin/python -i /opt/python/cp36-cp36m/bin/python -i /opt/python/cp35-cp35m/bin/python

from maturin.

thedrow avatar thedrow commented on May 25, 2024

So should I build both or simply auditwheel repair?

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.