I am trying to install the version provided by the get-started page on Pytorch's website, using pip and with a cpu setup (no GPU), and I get the following error ...
$ pip -m venv env # python version of choice - problem here: python3.10rc2 (and ...rc1) $ source env/bin/activate $ pip install streamlit # or: $ pip install numpy; pip install pyarrow # same results ...