@@ -113,10 +113,12 @@ Please note that the pylon Camera Software Suite may support different operating
113
113
For latest information on pylon refer to: https://www.baslerweb.com/en/software/pylon/
114
114
In addition, check the release notes of your pylon installation.
115
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.
116
+ * pylon 7.5 .0 supports Windows 10/11 64 bit, Linux x86_64 and Linux aarch64 with glibc version >= 2.31 or newer.
117
117
* pylon vTools are supported on pylon 7.0.0 and newer.
118
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
119
* For pylon vTools that require a license refer to: https://www.baslerweb.com/en/software/pylon-vtools/
120
+ * CXP-12: To use CXP with pypylon >= 4.0.0 you need to install the CXP GenTL producer and drivers using the pylon Camera Software Suite setup.
121
+
120
122
121
123
## Binary Installation
122
124
The easiest way to get pypylon is to install a prebuild wheel.
@@ -127,21 +129,17 @@ To install pypylon open your favourite terminal and run:
127
129
128
130
The following versions are available on pypi:
129
131
130
- | | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 |
131
- | ------------------| -----| -----| -----| -----| ------| ------|
132
- | Windows 64bit | x | x | x | x | x | x |
133
- | Linux x86_64*** | x | x | x | x | x | x |
134
- | Linux armv7l* | x | x | x | x | x | x |
135
- | Linux aarch64*** | x | x | x | x | x | x |
136
- | macOS x86_64** | x | x | x | x | x | x |
137
- | macOS arm64** | | | x | x | x | x |
132
+ | | 3.9 | 3.10 | 3.11 | 3.12 |
133
+ | ----------------| -----| ------| ------| ------|
134
+ | Windows 64bit | x | x | x | x |
135
+ | Linux x86_64* | x | x | x | x |
136
+ | Linux aarch64* | x | x | x | x |
137
+ | macOS x86_64** | x | x | x | x |
138
+ | macOS arm64** | x | x | x | x |
138
139
139
140
140
141
> Additional Notes on binary packages:
141
- > * (* ) The linux 32bit binaries are manylinux_2_28 conformant.
142
- This is roughly equivalent to a minimum glibc version > = 2.28.
143
- :warning: You need at least pip 20.3 to install them.
144
- > * (*** ) The linux 64bit binaries are manylinux_2_31 conformant.
142
+ > * (* ) The linux 64bit binaries are manylinux_2_31 conformant.
145
143
This is roughly equivalent to a minimum glibc version > = 2.31.
146
144
:warning: You need at least pip 20.3 to install them.
147
145
> * (** ) macOS binaries are built for macOS >= 11.0 (Big-Sur)
0 commit comments