When trying to install to a fresh anaconda virtual env the error:
Searching for scipy>=1.2.0 Reading https://pypi.org/simple/scipy/ Downloading https://files.pythonhosted.org/packages/a1/ee/e1023e41c2c9f9ac7b9d2bafd445b6036d2a2226000028c8c3202eee5234/scipy-1.14.0rc1.tar.gz#sha256=1e04538267216e6e4e738514c0f2ce01a811e97aa9bc1982d35be91aa055f384 Best match: scipy 1.14.0rc1 Processing scipy-1.14.0rc1.tar.gz error: Couldn't find a setup script in C:\Users\bwotka\AppData\Local\Temp\easy_install-cdmzu_ox\scipy-1.14.0rc1.tar.gz
arises.
I believe it has to do with the setup.py not being more specific about which version to use and some of the versions having breaking changes.
Would you be able to specify a working environment?
As in pinning every library required and making sure it works in clean environments?
A version which runs with current versions of np, scipy etc would be great but any working environment would be enough.
When trying to install to a fresh anaconda virtual env the error:
Searching for scipy>=1.2.0 Reading https://pypi.org/simple/scipy/ Downloading https://files.pythonhosted.org/packages/a1/ee/e1023e41c2c9f9ac7b9d2bafd445b6036d2a2226000028c8c3202eee5234/scipy-1.14.0rc1.tar.gz#sha256=1e04538267216e6e4e738514c0f2ce01a811e97aa9bc1982d35be91aa055f384 Best match: scipy 1.14.0rc1 Processing scipy-1.14.0rc1.tar.gz error: Couldn't find a setup script in C:\Users\bwotka\AppData\Local\Temp\easy_install-cdmzu_ox\scipy-1.14.0rc1.tar.gzarises.
I believe it has to do with the setup.py not being more specific about which version to use and some of the versions having breaking changes.
Would you be able to specify a working environment?
As in pinning every library required and making sure it works in clean environments?
A version which runs with current versions of np, scipy etc would be great but any working environment would be enough.