yqtasuke
@yqtasuke

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Raspberry pi4 にsteratch3またはTM2scratch,ML2scratchを入れて使いたい

解決したいこと

Raspberry pi4 にsteratch3またはTM2scratch,ML2scratchを入れて使いたいのですがどうしたら良いでしょうか?
解決方法をお教えください。

発生している問題

sudo apt-get update
sudo apt-get install python3-pip
pip3 install tensorflow tensorflow-hub pillow
のコマンドを入力して赤文字pillowが認識しないようです。
上記はCopilotに聞いてしました。

例)

該当するソースコード


例)

```ruby
def greet
  puts Hello World
end

自分で試したこと

ここに問題・エラーに対して試したことを記載してください。

0

次の5つのコマンドの結果を貼ってもらえますか。

lsb_release -a

uname -a

python3 --version

pip3 list

cat /sys/firmware/devicetree/base/model
0Like

Your answer might help someone💌