|
114 | 114 | }, |
115 | 115 | { |
116 | 116 | "cell_type": "code", |
117 | | - "execution_count": 1, |
| 117 | + "execution_count": null, |
118 | 118 | "metadata": { |
119 | 119 | "editable": true, |
120 | 120 | "slideshow": { |
|
165 | 165 | }, |
166 | 166 | { |
167 | 167 | "cell_type": "code", |
168 | | - "execution_count": 2, |
| 168 | + "execution_count": null, |
169 | 169 | "metadata": { |
170 | 170 | "editable": true, |
171 | 171 | "slideshow": { |
|
175 | 175 | "import" |
176 | 176 | ] |
177 | 177 | }, |
178 | | - "outputs": [], |
| 178 | + "outputs": [ |
| 179 | + { |
| 180 | + "name": "stderr", |
| 181 | + "output_type": "stream", |
| 182 | + "text": [ |
| 183 | + " error: subprocess-exited-with-error\n", |
| 184 | + " \n", |
| 185 | + " × Building wheel for lru-dict (pyproject.toml) did not run successfully.\n", |
| 186 | + " │ exit code: 1\n", |
| 187 | + " ╰─> [62 lines of output]\n", |
| 188 | + " C:\\Users\\w_plouvier\\AppData\\Local\\Temp\\pip-build-env-zf4cac2_\\overlay\\Lib\\site-packages\\setuptools\\config\\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated\n", |
| 189 | + " !!\n", |
| 190 | + " \n", |
| 191 | + " ********************************************************************************\n", |
| 192 | + " Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).\n", |
| 193 | + " \n", |
| 194 | + " By 2026-Feb-18, you need to update your project and remove deprecated calls\n", |
| 195 | + " or your builds will no longer be supported.\n", |
| 196 | + " \n", |
| 197 | + " See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.\n", |
| 198 | + " ********************************************************************************\n", |
| 199 | + " \n", |
| 200 | + " !!\n", |
| 201 | + " corresp(dist, value, root_dir)\n", |
| 202 | + " C:\\Users\\w_plouvier\\AppData\\Local\\Temp\\pip-build-env-zf4cac2_\\overlay\\Lib\\site-packages\\setuptools\\config\\_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.\n", |
| 203 | + " !!\n", |
| 204 | + " \n", |
| 205 | + " ********************************************************************************\n", |
| 206 | + " Please consider removing the following classifiers in favor of a SPDX license expression:\n", |
| 207 | + " \n", |
| 208 | + " License :: OSI Approved :: MIT License\n", |
| 209 | + " \n", |
| 210 | + " See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.\n", |
| 211 | + " ********************************************************************************\n", |
| 212 | + " \n", |
| 213 | + " !!\n", |
| 214 | + " dist._finalize_license_expression()\n", |
| 215 | + " C:\\Users\\w_plouvier\\AppData\\Local\\Temp\\pip-build-env-zf4cac2_\\overlay\\Lib\\site-packages\\setuptools\\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.\n", |
| 216 | + " !!\n", |
| 217 | + " \n", |
| 218 | + " ********************************************************************************\n", |
| 219 | + " Please consider removing the following classifiers in favor of a SPDX license expression:\n", |
| 220 | + " \n", |
| 221 | + " License :: OSI Approved :: MIT License\n", |
| 222 | + " \n", |
| 223 | + " See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.\n", |
| 224 | + " ********************************************************************************\n", |
| 225 | + " \n", |
| 226 | + " !!\n", |
| 227 | + " self._finalize_license_expression()\n", |
| 228 | + " running bdist_wheel\n", |
| 229 | + " running build\n", |
| 230 | + " running build_py\n", |
| 231 | + " creating build\\lib.win-amd64-cpython-313\\lru\n", |
| 232 | + " copying src\\lru\\__init__.py -> build\\lib.win-amd64-cpython-313\\lru\n", |
| 233 | + " running egg_info\n", |
| 234 | + " writing src\\lru_dict.egg-info\\PKG-INFO\n", |
| 235 | + " writing dependency_links to src\\lru_dict.egg-info\\dependency_links.txt\n", |
| 236 | + " writing requirements to src\\lru_dict.egg-info\\requires.txt\n", |
| 237 | + " writing top-level names to src\\lru_dict.egg-info\\top_level.txt\n", |
| 238 | + " reading manifest file 'src\\lru_dict.egg-info\\SOURCES.txt'\n", |
| 239 | + " reading manifest template 'MANIFEST.in'\n", |
| 240 | + " warning: no files found matching 'MANIFEST'\n", |
| 241 | + " warning: no previously-included files matching '*.pyc' found anywhere in distribution\n", |
| 242 | + " warning: no previously-included files matching '*.cache' found anywhere in distribution\n", |
| 243 | + " adding license file 'LICENSE'\n", |
| 244 | + " writing manifest file 'src\\lru_dict.egg-info\\SOURCES.txt'\n", |
| 245 | + " copying src\\lru\\__init__.pyi -> build\\lib.win-amd64-cpython-313\\lru\n", |
| 246 | + " copying src\\lru\\py.typed -> build\\lib.win-amd64-cpython-313\\lru\n", |
| 247 | + " running build_ext\n", |
| 248 | + " building 'lru._lru' extension\n", |
| 249 | + " error: Microsoft Visual C++ 14.0 or greater is required. Get it with \"Microsoft C++ Build Tools\": https://visualstudio.microsoft.com/visual-cpp-build-tools/\n", |
| 250 | + " [end of output]\n", |
| 251 | + " \n", |
| 252 | + " note: This error originates from a subprocess, and is likely not a problem with pip.\n", |
| 253 | + " ERROR: Failed building wheel for lru-dict\n", |
| 254 | + "ERROR: Failed to build installable wheels for some pyproject.toml based projects (lru-dict)\n" |
| 255 | + ] |
| 256 | + }, |
| 257 | + { |
| 258 | + "ename": "ModuleNotFoundError", |
| 259 | + "evalue": "No module named 'earthkit'", |
| 260 | + "output_type": "error", |
| 261 | + "traceback": [ |
| 262 | + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", |
| 263 | + "\u001b[1;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)", |
| 264 | + "Cell \u001b[1;32mIn[4], line 11\u001b[0m\n\u001b[0;32m 9\u001b[0m \u001b[38;5;66;03m# Import earthkit aggregate for simplified computations (and ensure that it is installed)\u001b[39;00m\n\u001b[0;32m 10\u001b[0m get_ipython()\u001b[38;5;241m.\u001b[39msystem(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mpip install -q earthkit\u001b[39m\u001b[38;5;124m'\u001b[39m)\n\u001b[1;32m---> 11\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;21;01mearthkit\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mtransforms\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m aggregate \u001b[38;5;28;01mas\u001b[39;00m ek_aggregate\n\u001b[0;32m 13\u001b[0m \u001b[38;5;66;03m# Library to work with zip-archives, OS-functions and pattern expansion\u001b[39;00m\n\u001b[0;32m 14\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;21;01mzipfile\u001b[39;00m\n", |
| 265 | + "\u001b[1;31mModuleNotFoundError\u001b[0m: No module named 'earthkit'" |
| 266 | + ] |
| 267 | + } |
| 268 | + ], |
179 | 269 | "source": [ |
180 | 270 | "# Import libraries needed for the Jupyter notebook\n", |
181 | 271 | "# CDS API library\n", |
|
9588 | 9678 | } |
9589 | 9679 | ], |
9590 | 9680 | "kernelspec": { |
9591 | | - "display_name": "Python 3 (ipykernel)", |
| 9681 | + "display_name": "base", |
9592 | 9682 | "language": "python", |
9593 | 9683 | "name": "python3" |
9594 | 9684 | }, |
|
9602 | 9692 | "name": "python", |
9603 | 9693 | "nbconvert_exporter": "python", |
9604 | 9694 | "pygments_lexer": "ipython3", |
9605 | | - "version": "3.12.11" |
| 9695 | + "version": "3.13.5" |
9606 | 9696 | }, |
9607 | 9697 | "metadata": { |
9608 | 9698 | "author": "", |
|
0 commit comments