CI builds fail on python 3.10 with fastcluster > 1.1.25
See original GitHub issueOriginally from found in https://github.com/dedupeio/dedupe/issues/949, when that CI run failed.
Looking at the logs of a recent successful build, looks like it’s only a problem for python 3.10. Other versions of python install fastcluster 1.2.4 just fine. In that python 3.10 run, CI tried to build fastcluster 1.2.4, failed, then kept on downgrading versions of fastcluster until it finally succeeded with fastcluster 1.1.25.
Here is the diff between 1.1.25 -> 1.1.26, not sure yet what the actual problem is…
Edit: Something to do how fastcluster uses Don’t think this is it.setup.cfg
after 1.1.25, and distutils is deprecated in 3.10?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Build failure installing on Python 3.10 · Issue #156 - GitHub
In pypa/setuptools#2597, I'm attempting to run Setuptools tests on Python 3.10 for the first time, but am unable to.
Read more >Python Extension Packages for Windows - Christoph Gohlke
CVXOPT (experimental non-MKL icl build): a package for convex optimization. Includes GSL, FFTW, and GLPK w/ MPIR modules. Requires numpy+mkl.
Read more >Latest Python topics - Travis CI Community
Topic Replies Views Activity
About the Python category 1 1190 May 30, 2020
SciPy disappeared from Python 3.10? 0 114 December 3, 2022
Add Python 3.10...
Read more >cffi error on python 3.10 (termux, android) - PyPy - Heptapod
I read that 1.15.0 comes with python 3.10 support, however, it doesn't seem to work. I'm running this on termux (android) which doesn't...
Read more >Installed Python Libraries - CoCalc
Library Python 3 SageMath Anaconda 2020 Anaco...
abelfunctions 0.1.0
access. Calculate spatial accessibility metrics. 1.1.8 1.1.8 1.1.3 1.1.3
admcycles. Tautological ring on Mbar_g,n 1.3.2
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
opened up an issue on fastcluster https://github.com/dmuellner/fastcluster/issues/30
Yup, that looks like the source of the problem. Just need to wait for a new release of fastcluster, until then pin to the fixed version when using python 3.10