mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-16 15:20:12 -07:00
* Updated "--requirements" argument in the troubleshooting section
This commit is contained in:
parent
9c3e959a24
commit
9d7dc375dd
@ -347,7 +347,7 @@ Common issues and fixes:
|
||||
|-|-|
|
||||
| path may not be null or empty string. path='null' | Keystore needs to be specified via `--keystore <keyfile>` |
|
||||
| `/usr/bin/javac` is missing | JDK needs to be installed and selected as active java installation. |
|
||||
| setuptools could not be imported | Fixed by specifying a different python version by adding `--requirements=pip,setuptools,wheel,hostpython3==3.9.16,python3==3.9.16` |
|
||||
| setuptools could not be imported | Fixed by specifying a different python version by adding `--requirements=pip,setuptools,wheel,hostpython3==3.9.16,python3==3.9.16,$(cat build-deps.txt)` |
|
||||
| No such file or directory `bleak/setup.py` | Run `2-clean-up-build.sh` or specify a different python version via the arguments provided above |
|
||||
| No such file or directory `build-android/dist` | Create a bare bundle before creating an APK |
|
||||
| JAVA_HOME is not set and no 'java' command could be found in your PATH. | Install a JDK (e.g. `openjdk-19-jdk`) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user