Closed MCRE-BE closed 5 months ago
Thanks for reporting!
Indeed it seems this has not been properly updated in the conda
recipe.
That explains the low download numbers, we have wondered why they are so much lower on conda
.
With pip, there should be no problems though.
Attempted fix: https://github.com/conda-forge/skbase-suite-feedstock/pull/49
You wouldn't perhaps know what is going on with numpy
there, in the CI jobs?
Something is going on here, here's a new PR on the sktime
conda
feedstock, this was not triggered by us - FYI @yarnabrina, what is this? https://github.com/conda-forge/sktime-feedstock/pull/123
Also summoning @dhirschfeld, @freddyaboulton - any idea what is going on here?
Something is going on here, here's a new PR on the
sktime
conda
feedstock, this was not triggered by us - FYI @yarnabrina, what is this? conda-forge/sktime-feedstock#123
I do not know. Can we ask help from conda forge maintainers who helped during previous release? I forgot their Github handle.
@beckermr, @mbargull, may I kindly ping you on this, since we seem to be out of our depth.
To summarize the history of this discussion:
conda
release of scikit-base
does not seem to install for python 3.12 due to dependency conflict, that's the original postmamba
solver and that seemed fine, and concluded tentatively that there might be sth with the conda-forge
solver that we cannot check: https://github.com/conda-forge/skbase-suite-feedstock/pull/51sktime
triggered a 3.12 rebuld here: https://github.com/conda-forge/sktime-feedstock/pull/123 - the 3.12 tests are failing, but not 3.8-3.11Ah, thanks! Did not see this because on a closed PR.
I think scikit-base could be noarch: python which would resolve this issue.
You'd need to put in a PR adding noarch: python to all build sections, removing all cross-python_ lines and all comment selectors (and then rerender).
Shall we try this?
I can make the PR, but I thought maybe you want the honour so the fix is in the record with your name, @dhirschfeld.
I won't have time to put in a PR, but might be able to review it.
Sure - first attempt: https://github.com/conda-forge/skbase-suite-feedstock/pull/52 FYI @dhirschfeld
Can be closed now no?
I would say, let's keep it open until the next release has gone through. Only then we will know that this has been solved without problems...
looks like all is fine. Thanks for your help, @dhirschfeld, @MCRE-BE!
Reference: https://github.com/conda-forge/skbase-suite-feedstock/pull/66
Desbribe the issue
Quick question, is scikit-base really compatible with Python 3.12 ? Or is this one of the issues you mention with scikit-base and conda releases being "under development" Under conda and mamba I cannot update to 3.12 (either because of
SKTime
, but likely because of the dependency onscikit-base
).