-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'cached_property' from 'functools' - seems incompatible with python3.7 #2233
Comments
Python 3.7 support was dropped in May 27, 2022 with 90ceb73 It seems that the conda-forge recipe still has Ping @djhoese |
Yeah looks like there are two releases on conda-forge that need to be removed then...darn. I'm not sure conda-forge's preferences for removing builds just for version limits. I'll read up on it today hopefully. |
I also don't know if conda-forge technically supports Python 3.7 anymore. |
Ah they dropped it 10 days ago: https://conda-forge.org/docs/user/announcements.html#dropping-python-3-7 I'm guessing that means that the packages will just stop being generated for Python 3.7. |
FYI there is a new build on conda-forge with the correct version limits. I'm still looking into patching the old releases with the bad version limit. |
This PR will patch the necessary metadata if/when it is merged by conda-forge admins: conda-forge/conda-forge-repodata-patches-feedstock#334 |
Closing, conda-forge/conda-forge-repodata-patches-feedstock#334 has been merged. |
Describe the bug
Installed via conda-forge with python 3.7
ImportError: cannot import name 'cached_property' from 'functools' (/home/rob/miniconda3/envs/sat_rgb/lib/python3.7/functools.py)
To Reproduce
conda create -n test python=3.7
conda install -c conda-forge satpy
Expected behavior
enforce python >=3.8 in setup.py rather than 3.7
Actual results
(sat_rgb) rob@MS009899:~/code/enhanced_rgb/ensat$ python
Python 3.7.13 (default, Mar 29 2022, 02:18:16)
[GCC 7.5.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
Environment Info:
The text was updated successfully, but these errors were encountered: