Is there a way to force pipenv install
to use pre-built binaries from PyPI?
I have a pipenv environment with scipy and numpy, and currently pipenv install
is trying to install these libraries from source. I can't, because I don't have a fortran compiler on my machine (MacOS), and I don't want to install one for various reasons.
Any help would be greatly appreciated. And thanks but I don't want to use Anaconda for this if I can help it.