Closed hoxbro closed 1 year ago
I can confirm this:
$ conda search -i -f fsspec[channel=conda-forge]==2023.3.0
Loading channels: done
fsspec 2023.3.0 pyhd8ed1ab_0
----------------------------
file name : fsspec-2023.3.0-pyhd8ed1ab_0.conda
name : fsspec
version : 2023.3.0
build : pyhd8ed1ab_0
build number: 0
size : 108 KB
license : BSD-3-Clause
subdir : noarch
url : https://conda.anaconda.org/conda-forge/noarch/fsspec-2023.3.0-pyhd8ed1ab_0.conda
md5 : aed37a29e9fb974f6514e3d589c447bb
timestamp : 2023-03-04 20:16:42 UTC
dependencies:
- python >=3.6
It looks like this needs a fix in the meta.yaml
where python version is mentioned, and increasing the build number.
Solution to issue cannot be found in the documentation.
Issue
The latest release of
fsspec
has dropped support for 3.7. Though this has not been done onconda-forge
, which means that the package currently fails on import, with this error:mamba create -n tmptmptmp python=3.7 fsspec
and then importfsspec
Installed packages
Environment info