Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
/ check_arch.py Public archive

Quick script to check installed wheels have the correct architecture.

License

Notifications You must be signed in to change notification settings

domdfcoding/check_arch.py

Repository files navigation

301 Moved Permanently

check_arch.py can now be found here

https://github.com/repo-helper/dist-meta/tree/master/recipes/check_arch


check_arch.py

Quick script to check installed wheels have the correct architecture.

Usage

python3 check_arch.py -p venv/lib/python3.8/site-packages/

Example output:

WARNING: regex 2022.3.15 is not supported by this platform.
         The platform it supports is 'macosx_10_9_x86_64'

To list suppoorted platform tags:

python3 check_arch.py -t

Example output:

any
linux_x86_64
manylinux1_x86_64
manylinux2010_x86_64
manylinux2014_x86_64

About

Quick script to check installed wheels have the correct architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages