Just wanted to post this here for notification.
Will try again as per the “Rust bot fails to compile” thread
Given README said to use the --system flag. Rechecked the docs/repo and this remains the same.
== Contents of my install.sh
#!/bin/bash python3.6 -m pip install --system --target . scipy
== Error given
Possible errors running install.sh. stdout output as follows:
End of install.sh stdout. stderr as follows:
Usage:
/usr/bin/python3.6 -m pip install [options] [package-index-options] …
/usr/bin/python3.6 -m pip install [options] -r [package-index-options] …
/usr/bin/python3.6 -m pip install [options] [-e] …
/usr/bin/python3.6 -m pip install [options] [-e] …
/usr/bin/python3.6 -m pip install [options] <archive url/path> …
no such option: --system
End of install.sh output.