dropbox / dropbox/dropbox-sdk-java
Execution failed for task ':core:generateStone'.
- Vorherrschende Sprache
- Java
- Sterne
- 627
- Forks
- 463
- Ø Merge
- 5 Min.
- Gemergte PRs (30 T.)
- 10
Beschreibung
- Clone the repo
- Follow the readme file here https://github.com/dropbox/dropbox-sdk-java/tree/main/examples/android
- Run the Android app
```
Execution failed for task ':core:generateStone'.
> A problem occurred starting process 'command 'python''
...
Caused by: java.io.IOException: Cannot run program "python" (in directory "/Users/gs/repos/_external/dropbox-sdk-java/core"): error=2, No such file or directory
```
... which sounds like Python isn't installed or isn't available from PATH.
Granted, I didn't have Python installed, so I went ahead and installed Python 3.12.2. That makes `python3` available from PATH, not `python`. So I went to the `pythonCommand.set("python")` line and changed "python" to "python3".
That didn't help:
```
/usr/local/bin/python3: No module named stone.cli
```
Please update the readme with instructions on how to get the Android example app up and running with the required local machine dependencies.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Beginne mit der README unter examples/android und verfolge die core:generateStone-Aufgabe sowie deren Einstellung pythonCommand.set("python"). Reproduziere die dokumentierte Einrichtung und den Fehler mit Python 3.12 und dokumentiere anschließend die erforderlichen lokalen Abhängigkeiten und Befehle, um das Android-Beispiel erfolgreich auszuführen.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- android, java, python
- Bereich
- documentation, mobile
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 42/100