You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is required for `rich>=14.3.0`, which introduced a new way of loading Unicode data.
320
+
321
+
`rich`uses dynamic imports. As a result, `PyInstaller` cannot always identify these imports as required, and it might not include them in the built binary.
322
+
323
+
Without the additional arguments to `PyInstaller`, executing the built binary might result in an error similar to the following:
324
+
325
+
```txt
326
+
ModuleNotFoundError: No module named 'rich._unicode_data.unicode17-0-0'
327
+
```
328
+
308
329
## Notes
309
330
310
331
- For 32-bit ARM architecture (linux-armv7), the action uses Docker containers to provide the necessary build environment
0 commit comments