Giter Club home page Giter Club logo

Comments (3)

HexDecimal avatar HexDecimal commented on May 22, 2024

5 months ago I lost the ability to deploy wheels for versions of MacOS older than macosx_10_13_x86_64 due to SSL issues with those older versions of Python. On older or 32-bit MacOS tcod will try to build from source, and will end up skipping some post-packaging build steps designed to work around how MacOS links libraries.

MacOS is very strict on how it will dynamically link to libraries. If you want a usable workaround you'll need to rename the files from brew to match the path it asks for, or use the official SDL2 builds which tcod normally links to: https://www.libsdl.org/download-2.0.php

I'll see if I can make the older wheels again or have tcod link to the files installed by brew.

from python-tcod.

mwv avatar mwv commented on May 22, 2024

... or use the official SDL2 builds which tcod normally links to: https://www.libsdl.org/download-2.0.php

That did the trick. Thank you!

from python-tcod.

HexDecimal avatar HexDecimal commented on May 22, 2024

I have macosx_10_6_intel wheels deploying again in tcod version 6.0.6. Be sure to say something if these don't work.

They bundle the SDL2 library so you should prefer them over the workaround.

from python-tcod.

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.