@@ -108,6 +108,16 @@ To identify the locations in your code that have to be updated, run with enabled
108108 For the binary installation this is not mandatory but strongly recommended. See [ known issues] ( #known-issues ) for further details.
109109 * Installed [ python] ( https://www.python.org/ ) with [ pip] ( https://pip.pypa.io/en/stable/ )
110110
111+ ## pylon OS Versions and Features
112+ Please note that the pylon Camera Software Suite may support different operating system versions and features than pypylon.
113+ For latest information on pylon refer to: https://www.baslerweb.com/en/software/pylon/
114+ In addition, check the release notes of your pylon installation.
115+ For instance:
116+ * pylon 7.4.0 supports Windows 10/11 64 bit, Linux x86_64 and Linux aarch64 with glibc version >= 2.31 or newer.
117+ * pylon vTools are supported on pylon 7.0.0 and newer.
118+ * pylon vTools are supported on pypylon 3.0 and newer only on Windows 10/11 64 bit, Linux x86_64 and Linux aarch64.
119+ * For pylon vTools that require a license refer to: https://www.baslerweb.com/en/software/pylon-vtools/
120+
111121## Binary Installation
112122The easiest way to get pypylon is to install a prebuild wheel.
113123Binary releases for most architectures are available on [ pypi] ( https://pypi.org ) ** .
@@ -120,17 +130,20 @@ The following versions are available on pypi:
120130 | | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 |
121131 | ------------------| -----| -----| -----| -----| ------| ------|
122132 | Windows 64bit | x | x | x | x | x | x |
123- | Linux x86_64* | x | x | x | x | x | x |
133+ | Linux x86_64*** | x | x | x | x | x | x |
124134 | Linux armv7l* | x | x | x | x | x | x |
125- | Linux aarch64* | x | x | x | x | x | x |
135+ | Linux aarch64*** | x | x | x | x | x | x |
126136 | macOS x86_64** | x | x | x | x | x | x |
127137 | macOS arm64** | | | x | x | x | x |
128138
129139
130140> Additional Notes on binary packages:
131- > * (* ) The linux binaries are manylinux_2_28 conformant.
141+ > * (* ) The linux 32bit binaries are manylinux_2_28 conformant.
132142 This is roughly equivalent to a minimum glibc version > = 2.28.
133143 :warning: You need at least pip 20.3 to install them.
144+ > * (*** ) The linux 64bit binaries are manylinux_2_31 conformant.
145+ This is roughly equivalent to a minimum glibc version > = 2.31.
146+ :warning: You need at least pip 20.3 to install them.
134147> * (** ) macOS binaries are built for macOS >= 11.0 (Big-Sur)
135148
136149## Installation from Source
0 commit comments