dropbox / dropbox/dropbox-sdk-java

Execution failed for task ':core:generateStone'.

オープン
#526 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
627
フォーク
463
平均マージ
5分
マージ済み PR(30日)
10

説明

- 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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。