Flex も Rustup も インストールできない
相談の前に、環境
macOS Sierra 10.12.6
Python 3.10.6
解決したいこと
下記の記事を拝見し、Python Flet の pip install
を試みました。
しかし、下記のエラーコードが出現し、インストールできませんでした。
...
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (R) did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it through
the system's package manager or via https://rustup.rs/
Checking for Rust toolchain....
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
エラーコードや下記の記事を辿り、Rustupのインストールを試みたところ、またエラーが。
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl: (35) Unknown SSL protocol error in connection to sh.rustup.rs:-9836
どのようにすればインストールできるでしょうか。
皆様のお知恵を借りたいです。
ちなみに、curl は 7.54.0です。
相当古いので、curlのアップデートを行いながら、アドバイスお待ちしてます・・・。
よろしくお願いいたします。