Replies: 4 comments 4 replies
-
as far as I can tell we use
|
Beta Was this translation helpful? Give feedback.
-
Cartopy version 0.19.* does no longer install on CI, e.g. here and here The problem is that from setuptools import Command, Extension, convert_path, setup but Up to version 60.9.3, from distutils.util import convert_path Now, as |
Beta Was this translation helpful? Give feedback.
-
I had a look at the cartopy github pages. In the current master this problem has been solved (commit from Friday): Not sure when they will release the next time though. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we can not use cartopy 0.20 on CI as it requires Proj 8+ and Ubuntu 20.04LTS only provides 6.3.1.
In order to
pip install "cartopy>=0.20"
, one would need toNone of these options are reasonable for CI, not to users installing from pip (conda users are not affected).
Also, Iris 3.2 requires cartopy >=0.20
Beta Was this translation helpful? Give feedback.
All reactions