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
*[fprime-util: command not found](#fprime-util-command-not-found)
109
109
*[Helper script fpp-redirect-helper exited with reason: Permission denied](#helper-script-fpp-redirect-helper-exited-with-reason-permission-denied)
110
+
### Windows
111
+
*[Windows Subsystem for Linux (WSL) Version 1: Bad CPIU Error](#windows-subsystem-for-linux-wsl-version-1-bad-cpiu-error)
110
112
### Linux
111
113
*[Ubuntu, Debian, Java and Python PIP](#ubuntu-debian-java-and-python-pip)
112
114
### macOS
113
115
*[SSL Error with Python 3.8+](#ssl-error-with-python-38-on-macos)
116
+
*[Apple Silicon: Bad CPIU Error](#apple-silicon-bad-cpiu-error)
114
117
115
118
### Recommended PIP Versions
116
119
Some of the F´ Python packages are built in a way that it is recommended to install them with modern versions of PIP. Systems not recommended or pip versions less than recommended will require Java and run slower versions of FPP tools. The recommended versions are described below:
@@ -142,6 +145,10 @@ If it is not executable, add the permission back.
142
145
143
146
`chmod 700 fpp-redirect-helper`
144
147
148
+
### Windows Subsystem for Linux (WSL) Version 1: Bad CPIU Error
149
+
150
+
WSL 1 is no longer supported. Users running WSL1 will experience very slow generation and builds. Often a `Bad CPIU Error` will occur. Users who must use WSL1 will need to [install FPP directly](https://github.com/nasa/fpp/tree/main/compiler).
151
+
145
152
### Ubuntu, Debian, Java and Python PIP
146
153
Ubuntu and possibly other Debian variants don’t include the pip packages in the default Python 3 installation. To get fully functional, use these commands on Ubuntu and Debian based systems:
147
154
```
@@ -162,3 +169,6 @@ cd /Applications/Python\ 3.X/
162
169
```
163
170
After running above command, re-try installing `fprime-bootstrap`.
164
171
172
+
### Apple Silicon: Bad CPIU Error
173
+
174
+
Macintosh users who have not installed Rosetta software will experience a "Bad CPIU Error". Users should [install Rosetta](https://support.apple.com/en-us/102527) or [install FPP directly](https://github.com/nasa/fpp/tree/main/compiler).
0 commit comments