Coder Social home page Coder Social logo

Comments (5)

smith120bh avatar smith120bh commented on August 30, 2024 5

@connorferster : It looks like there is actually a GitHub action in here that uses cibuildwheel already: wheels.yml - and it ran successfully after the last pull request in January 2023.

The problem seems to actually be in publishing to PyPI. That same action also has code for publishing - but there's something weird going wrong with it. PyPI.org says that the most recent version of triangle is 20220202, but both I and one of my colleagues are seeing that pip is only finding versions up to 20200424:

$ pip index versions triangle
triangle (20200424)
Available versions: 20200424, 20200404, 20200325, 20190115.3, 20190115.2, 20190115.1, 20190115, 20170429, 20170106, 20160203, 20160202, 2015.12.14, 2015.12.13, 2015.3.28, 2013.4.5, 2013.1.7, 2013.1.6, 2012.7.4, 0.3, 0.2, 0.1, 2013.01.06.linux-x86_64

Forcing pip to use the Git repo directly seems to work fine for installing...

$ pip install git+https://github.com/drufat/triangle.git

from triangle.

drufat avatar drufat commented on August 30, 2024 2

The library already uses cibuildwheel to automate builds, but not sure how to add support for Apple M1. If you could provide a pull request that works, I'd be happy to merge it.

from triangle.

connorferster avatar connorferster commented on August 30, 2024 1

Exactly, I need it current on PyPI :(

from triangle.

oaazeved avatar oaazeved commented on August 30, 2024

Just came to ask the same! I really appreciate how well this wrapper works, and it suits many purposes; an osx_arm64 version would be very useful to me and I'm sure to many others.

from triangle.

smith120bh avatar smith120bh commented on August 30, 2024

Given that there seems to be quite a few people with the same (long-standing) issue, and this package is LGPL, it may be worth forking it and creating a new PyPI repo...

from triangle.

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.