tensorflow-windows-wheel VS repairwheel

Compare tensorflow-windows-wheel vs repairwheel and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tensorflow-windows-wheel repairwheel
1 3
3,625 25
- -
1.8 8.1
almost 2 years ago 3 months ago
Python Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tensorflow-windows-wheel

Posts with mentions or reviews of tensorflow-windows-wheel. We have used some of these posts to build our list of alternatives and similar projects.
  • Tensorflow doesn't 'see' keras
    1 project | /r/tensorflow | 11 Mar 2023
    I need to run a program utilizing tensorflow and keras on a 32 bit Windows 7 computer. Therefore I downloaded tensorflow from this site: tensorflow-1.8.0-cp36-cp36m-win32.whl and installed it just fine. But because my code contains the line:

repairwheel

Posts with mentions or reviews of repairwheel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-22.
  • Ask HN: What rabbit hole(s) did you dive into recently?
    12 projects | news.ycombinator.com | 22 Apr 2024
    I got into cross-compiling Python wheels (e.g., building macos wheels on linux and vice versa). Zig's `zig cc` does much of the heavy lifting, but one step in building a portable wheel is the "repair" process which vends native library dependencies into the wheel, necessitating binary patching (auditwheel does this for linux, delocate for macos).

    I wanted to be able to do this cross platform, so I re-implemented ELF patching and Mach-O patching and adhoc signing in Python, and wrapped them into a tool called repairwheel: https://github.com/jvolkman/repairwheel

  • Show HN: macOS-cross-compiler – Compile binaries for macOS on Linux
    7 projects | news.ycombinator.com | 17 Feb 2024
    I'll plug some work I've been doing to (attempt to) enable cross compilation of Python wheels. I put together a small example [1] that builds the zstandard wheel, and can build macos wheels on linux and linux wheels on macos using zig cc.

    macos wheels must still be adhoc signed (codesign) and binary patched (install_name_tool), so I re-implemented those functions in Python [2].

    [1] https://github.com/jvolkman/bazel-pycross-zstandard-example

    [2] https://github.com/jvolkman/repairwheel/tree/main/src/repair...

  • Sunday Daily Thread: What's everyone working on this week?
    4 projects | /r/Python | 22 Apr 2023
    I mixed auditwheel, delocate, and delvewheel into a single tool called repairwheel and reimplemented all of the required external tools (patchelf, otool, codesign, etc.) in pure python.

What are some alternatives?

When comparing tensorflow-windows-wheel and repairwheel you can also consider the following projects:

pygccxml - pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.

cibuildwheel - 🎡 Build Python wheels for all the platforms with minimal configuration.

winapps - Python library for managing installed applications on Windows

twine - Utilities for interacting with PyPI

wagon - Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies

py2exe - Create standalone Windows programs from Python code

bincopy - Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).

pyffi - PyFFI is a Python library for processing block structured files.

py-build-cmake - Modern, PEP 517 compliant build backend for creating Python packages with extensions built using CMake.

build-virtualbox-in-windows - It automatically builds VirtualBox in Windows.