milesgranger / gap_statistic

Dynamically get the suggested clusters in the data for unsupervised learning.
The Unlicense
217 stars 46 forks source link

Can't install 'gapstat_rs' package in python 3.11 #60

Open Charles-Z opened 1 year ago

Charles-Z commented 1 year ago

Dear Miles, I tried to install 'gapstat_rs' in python 3.11. But I got these errors: ERROR: Could not find a version that satisfies the requirement gapstat_rs (from versions: none) ERROR: No matching distribution found for gapstat_rs

This doesn't happen in python 3.8. Can you take a look?

Thanks!

milesgranger commented 1 year ago

Hi.

Noted in the readme, I'm not actively maintaining this project any longer. You're seeing this error because the gapstat-rs package only has 3.7 and 3.8 wheels on PyPI (which are from 2020).

Probably shouldn't use that backend anyway, hasn't shown to be that stable at convergence.