I've been installing python 3.10 packages on 32-bit Windows 10. I had no problems with numpy or pandas but cannot seem to install scipy. I've been researching on the matter and found out scipy version 1.9.1 seems to have 32-bit wheels available. Versions > 1.9.2 do not install. Version 1.8.1 seems too old to succeed. This is the closest I got to installing the scipy library. This is also the only installation pip has failed me with so far. I just wanted to ask if there might be a workaround for it.I'm posting the entire log below.
The first version is the latest one which supports Python 3.11 and will run on Windows and AMD 64-bit machines, the second one also supports Python 3.11 but will work on Windows 32-bit machines. Then the third and the fourth support Python 3.10 64bit and 32bit machines etc.
Fix C++ exception handling on 32-bit Windows. This might haveramifications if you embed Python in your application and also useSEH on 32-bit windows, or if you embed Python in a C++ application.Please contact the maintainers if you have problems in this area.
As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), Freqtrade provides these dependencies (in the binary wheel format) for the latest 3 Python versions (3.9, 3.10 and 3.11) and for 64bit Windows.These Wheels are also used by CI running on windows, and are therefore tested together with freqtrade.
If there are no binary packages matching your python, version you mightto try to install scikit-learn and its dependencies from christoph gohlkeunofficial windows installersor from a python distribution instead.
df19127ead