Skip to article frontmatterSkip to article content

Building on one computer, using on another

From our previous slide:

numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl

The -XXX parts have special meaning

-cp311
“CPython 3.11”, the version of Python this wheel was built for.
-manylinux_2_28_x86_64
The kind of operating system that the wheel is designed to run on.