Opened 2 years ago
Closed 15 months ago
#66323 closed defect (fixed)
py37-cartopy @0.21.0: Beginning with Cartopy 0.21, Python 3.8 or above is required.
Reported by: | cooljeanius (Eric Gallager) | Owned by: | petrrr |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | Cc: | ||
Port: | py37-cartopy |
Description
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-cartopy/py37-cartopy/work/Cartopy-0.21.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 setup.py --no-user-cfg build -j16 DEBUG: system: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-cartopy/py37-cartopy/work/Cartopy-0.21.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 setup.py --no-user-cfg build -j16 Beginning with Cartopy 0.21, Python 3.8 or above is required. You are using Python 3.7.15. This may be due to an out of date pip. Make sure you have pip >= 9.0.1. Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-cartopy/py37-cartopy/work/Cartopy-0.21.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 setup.py --no-user-cfg build -j16 Exit code: 1 Error: Failed to build py37-cartopy: command execution failed DEBUG: Error code: CHILDSTATUS 73896 1 DEBUG: Backtrace: command execution failed
Seems like for python 37, it should either be pinned to a previous version, or just removed.
Change History (2)
comment:1 Changed 2 years ago by reneeotten (Renee Otten)
Cc: | petrrr removed |
---|---|
Owner: | set to petrrr |
Status: | new → assigned |
comment:2 Changed 15 months ago by petrrr
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The py37 subport has been removed with commit 54d400e
So this is fixed.