Free-threaded Python Library Compatibility Checker

Compatibility Results: CPython 3.13t and 3.14t

Library Installation Status Heatmap
Loading...

Loading library status heatmap...

Loading...

Loading Python 3.13t heatmap...

Loading...

Loading Python 3.14t heatmap...

Success
Failed
No Data

Python 3.13t Compatibility Results

Library Version Build Result Error Details Last Updated At
asgiref 3.8.1 Success - 2025-05-05 23:57:40
gym 0.26.2 Success - 2025-05-06 00:58:58
cycler 0.12.1 Success - 2025-05-05 23:13:53
asttokens 3.0.0 Success - 2025-05-06 00:31:56
jupyterlab-server 2.27.3 Failed
_expression()
      running dist_info
      creating /tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings.egg-info
      writing /tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings.egg-info/PKG-INFO
      writing dependency_links to /tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings.egg-info/dependency_links.txt
      writing requirements to /tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings.egg-info/requires.txt
      writing top-level names to /tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings.egg-info/top_level.txt
      writing manifest file '/tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings.egg-info/SOURCES.txt'
      reading manifest file '/tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      adding license file 'LICENSE'
      writing manifest file '/tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings.egg-info/SOURCES.txt'
      creating '/tmp/pip-modern-metadata-53p9uu0x/argon2_cffi_bindings-21.2.0.dist-info'
      Traceback (most recent call last):
        File "/tmp/tmp5bw9d311/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/tmp/tmp5bw9d311/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
          json_out["return_val"] = hook(**hook_input["kwargs"])
                                   ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/tmp5bw9d311/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 175, in prepare_metadata_for_build_wheel
          return hook(metadata_directory, config_settings)
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 374, in prepare_metadata_for_build_wheel
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 86, in <module>
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/__init__.py", line 117, in setup
          return distutils.core.setup(**attrs)
                 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 186, in setup
          return run_commands(dist)
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
          dist.run_commands()
          ~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
          self.run_command(cmd)
          ~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1106, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/command/dist_info.py", line 99, in run
          bdist_wheel = self.get_finalized_command('bdist_wheel')
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 334, in get_finalized_command
          cmd_obj.ensure_finalized()
          ~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 135, in ensure_finalized
          self.finalize_options()
          ~~~~~~~~~~~~~~~~~~~~~^^
        File "<string>", line 75, in finalize_options
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/command/bdist_wheel.py", line 250, in finalize_options
          self._validate_py_limited_api()
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-wh2y7nm3/overlay/lib/python3.13t/site-packages/setuptools/command/bdist_wheel.py", line 285, in _validate_py_limited_api
          raise ValueError(
          ...<4 lines>...
          )
      ValueError: `py_limited_api='cp313'` not supported. `Py_LIMITED_API` is currently incompatible with `Py_GIL_DISABLED`. See https://github.com/python/cpython/issues/111506.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-06 01:50:02
grpc-google-iam-v1 0.14.2 Failed
17xmehis/overlay/lib/python3.13t/site-packages/setuptools/_distutils/spawn.py", line 93, in spawn
          raise DistutilsExecError(
              f"command {_debug(cmd)!r} failed with exit code {err.returncode}"
          ) from err
      distutils.errors.DistutilsExecError: command '/usr/bin/c++' failed with exit code 1
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/tmp/pip-install-ol9wwxnn/grpcio_7cbfca74bea14dd1a999946b3ee0d260/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-17xmehis/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions
          self._build_extensions_serial()
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-17xmehis/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial
          self.build_extension(ext)
          ~~~~~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-17xmehis/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-17xmehis/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 565, in build_extension
          objects = self.compiler.compile(
              sources,
          ...<5 lines>...
              depends=ext.depends,
          )
        File "/tmp/pip-install-ol9wwxnn/grpcio_7cbfca74bea14dd1a999946b3ee0d260/src/python/grpcio/_parallel_compile_patch.py", line 70, in _parallel_compile
          multiprocessing.pool.ThreadPool(BUILD_EXT_COMPILER_JOBS).map(
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
              _compile_single_file, objects
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 367, in map
          return self._map_async(func, iterable, mapstar, chunksize).get()
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 774, in get
          raise self._value
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 125, in worker
          result = (True, func(*args, **kwds))
                          ~~~~^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 48, in mapstar
          return list(map(*args))
        File "/tmp/pip-install-ol9wwxnn/grpcio_7cbfca74bea14dd1a999946b3ee0d260/src/python/grpcio/_parallel_compile_patch.py", line 65, in _compile_single_file
          self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
          ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-install-ol9wwxnn/grpcio_7cbfca74bea14dd1a999946b3ee0d260/src/python/grpcio/commands.py", line 264, in new_compile
          return old_compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
        File "/tmp/pip-build-env-17xmehis/overlay/lib/python3.13t/site-packages/setuptools/_distutils/compilers/C/unix.py", line 223, in _compile
          raise CompileError(msg)
      distutils.compilers.C.errors.CompileError: command '/usr/bin/c++' failed with exit code 1
      
      Exception ignored in: <function Pool.__del__ at 0x278e7e8d980>
      Traceback (most recent call last):
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 271, in __del__
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/queues.py", line 397, in put
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 200, in send_bytes
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 427, in _send_bytes
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 384, in _send
      BrokenPipeError: [Errno 32] Broken pipe
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for grpcio
ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
2025-05-06 00:14:41
webencodings 0.5.1 Success - 2025-05-05 23:40:52
durationpy 0.9 Success - 2025-05-06 00:59:36
openai 1.77.0 Success - 2025-05-05 23:14:37
databricks-sdk 0.52.0 Success - 2025-05-06 01:50:20
sympy 1.14.0 Success - 2025-05-06 00:32:48
tzlocal 5.3.1 Success - 2025-05-06 00:14:55
types-protobuf 6.30.2.20250503 Success - 2025-05-06 01:15:35
pure-eval 0.2.3 Success - 2025-05-05 23:41:06
cachecontrol 0.14.3 Failed
lib.linux-x86_64-cpython-313t/msgpack
      running build_ext
      building 'msgpack._cmsgpack' extension
      creating build/temp.linux-x86_64-cpython-313t/msgpack
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I. -I/tmp/tmpyvvh7t9f/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c msgpack/_cmsgpack.c -o build/temp.linux-x86_64-cpython-313t/msgpack/_cmsgpack.o
      msgpack/_cmsgpack.c:2343:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2343 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      msgpack/_cmsgpack.c: In function ‘__pyx_pf_7msgpack_9_cmsgpack_6Packer_2__dealloc__’:
      msgpack/_cmsgpack.c:6941:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
       6941 |   if (unlikely(__pyx_assertions_enabled())) {
            |   ^~
      In file included from /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/Python.h:76,
                       from msgpack/_cmsgpack.c:16:
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      msgpack/_cmsgpack.c: At top level:
      msgpack/_cmsgpack.c:21391:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      21391 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      msgpack/_cmsgpack.c:21436:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      21436 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      msgpack/_cmsgpack.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      msgpack/_cmsgpack.c:22125:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      22125 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      msgpack/_cmsgpack.c:2433:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       2433 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      msgpack/_cmsgpack.c:22125:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      22125 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      msgpack/_cmsgpack.c:22128:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      22128 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      msgpack/_cmsgpack.c:22128:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      22128 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for msgpack
ERROR: Failed to build installable wheels for some pyproject.toml based projects (msgpack)
2025-05-05 23:15:17
nvidia-cusolver-cu12 11.7.4.40 Success - 2025-05-06 01:51:21
snowflake-snowpark-python 1.31.1 Failed
ERROR: Ignored the following versions that require a different python version: 0.10.0 Requires-Python ==3.8.*; 0.11.0 Requires-Python ==3.8.*; 0.12.0 Requires-Python ==3.8.*; 0.6.0 Requires-Python ==3.8.*; 0.7.0 Requires-Python ==3.8.*; 0.8.0 Requires-Python ==3.8.*; 0.9.0 Requires-Python ==3.8.*; 1.0.0 Requires-Python ==3.8.*; 1.1.0 Requires-Python ==3.8.*; 1.10.0 Requires-Python >=3.8, <3.12; 1.11.0 Requires-Python >=3.8, <3.12; 1.11.1 Requires-Python >=3.8, <3.12; 1.12.0 Requires-Python >=3.8, <3.12; 1.12.1 Requires-Python >=3.8, <3.12; 1.13.0 Requires-Python >=3.8, <3.12; 1.14.0 Requires-Python <3.12,>=3.8; 1.15.0 Requires-Python <3.12,>=3.8; 1.16.0 Requires-Python <3.12,>=3.8; 1.17.0 Requires-Python <3.12,>=3.8; 1.18.0 Requires-Python <3.12,>=3.8; 1.19.0 Requires-Python <3.12,>=3.8; 1.2.0 Requires-Python ==3.8.*; 1.20.0 Requires-Python <3.12,>=3.8; 1.21.0 Requires-Python <3.12,>=3.8; 1.21.1 Requires-Python <3.12,>=3.8; 1.22.0 Requires-Python <3.12,>=3.8; 1.22.1 Requires-Python <3.12,>=3.8; 1.23.0 Requires-Python <3.12,>=3.8; 1.24.0 Requires-Python <3.12,>=3.8; 1.25.0 Requires-Python <3.12,>=3.8; 1.26.0 Requires-Python <3.12,>=3.8; 1.27.0 Requires-Python <3.13,>=3.8; 1.28.0 Requires-Python <3.13,>=3.8; 1.29.0 Requires-Python <3.13,>=3.8; 1.29.1 Requires-Python <3.13,>=3.8; 1.3.0 Requires-Python ==3.8.*; 1.30.0 Requires-Python <3.13,>=3.8; 1.31.0 Requires-Python <3.13,>=3.9; 1.31.1 Requires-Python <3.13,>=3.9; 1.4.0 Requires-Python ==3.8.*; 1.5.0 Requires-Python >=3.8, <3.10; 1.5.1 Requires-Python >=3.8, <3.11; 1.6.0 Requires-Python >=3.8, <3.11; 1.6.1 Requires-Python >=3.8, <3.11; 1.7.0 Requires-Python >=3.8, <3.11; 1.8.0 Requires-Python >=3.8, <3.11; 1.9.0 Requires-Python >=3.8, <3.12
ERROR: Could not find a version that satisfies the requirement snowflake-snowpark-python==1.31.1 (from versions: none)
ERROR: No matching distribution found for snowflake-snowpark-python==1.31.1
2025-05-06 00:36:19
jaraco-context 6.0.1 Success - 2025-05-06 00:15:20
nvidia-cuda-runtime-cu12 12.9.37 Success - 2025-05-06 01:16:04
nodeenv 1.9.1 Success - 2025-05-05 23:41:58

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
asgiref 3.8.1 Success - 2025-05-05 11:40:16
gym 0.26.2 Failed
4-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o -MF numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o.d -o numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o -c numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2358:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2358 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11219:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11219 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11264:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11264 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2448:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       2448 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      [503/530] Compiling C object numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/src_mt19937_mt19937.c.o
      [504/530] Compiling C object numpy/random/_common.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__common.pyx.c.o
      ninja: build stopped: subcommand failed.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-05 13:18:20
cycler 0.12.1 Success - 2025-05-05 11:00:21
asttokens 3.0.0 Success - 2025-05-05 13:05:54
jupyterlab-server 2.27.3 Failed
_expression()
      running dist_info
      creating /tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings.egg-info
      writing /tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings.egg-info/PKG-INFO
      writing dependency_links to /tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings.egg-info/dependency_links.txt
      writing requirements to /tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings.egg-info/requires.txt
      writing top-level names to /tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings.egg-info/top_level.txt
      writing manifest file '/tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings.egg-info/SOURCES.txt'
      reading manifest file '/tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      adding license file 'LICENSE'
      writing manifest file '/tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings.egg-info/SOURCES.txt'
      creating '/tmp/pip-modern-metadata-9lt30a9j/argon2_cffi_bindings-21.2.0.dist-info'
      Traceback (most recent call last):
        File "/tmp/tmpvw6v0739/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/tmp/tmpvw6v0739/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
          json_out["return_val"] = hook(**hook_input["kwargs"])
                                   ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/tmpvw6v0739/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 175, in prepare_metadata_for_build_wheel
          return hook(metadata_directory, config_settings)
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 374, in prepare_metadata_for_build_wheel
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 86, in <module>
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/__init__.py", line 117, in setup
          return distutils.core.setup(**attrs)
                 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 186, in setup
          return run_commands(dist)
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
          dist.run_commands()
          ~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
          self.run_command(cmd)
          ~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1106, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/command/dist_info.py", line 99, in run
          bdist_wheel = self.get_finalized_command('bdist_wheel')
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 334, in get_finalized_command
          cmd_obj.ensure_finalized()
          ~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 135, in ensure_finalized
          self.finalize_options()
          ~~~~~~~~~~~~~~~~~~~~~^^
        File "<string>", line 75, in finalize_options
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/command/bdist_wheel.py", line 250, in finalize_options
          self._validate_py_limited_api()
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-td8nz99j/overlay/lib/python3.14t/site-packages/setuptools/command/bdist_wheel.py", line 285, in _validate_py_limited_api
          raise ValueError(
          ...<4 lines>...
          )
      ValueError: `py_limited_api='cp314'` not supported. `Py_LIMITED_API` is currently incompatible with `Py_GIL_DISABLED`. See https://github.com/python/cpython/issues/111506.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-05 11:52:20
grpc-google-iam-v1 0.14.2 Failed
ck (most recent call last):
        File "/tmp/pip-build-env-_jr8bt1l/overlay/lib/python3.14t/site-packages/setuptools/_distutils/compilers/C/unix.py", line 217, in _compile
          self.spawn(
          ~~~~~~~~~~^
              compiler_so_cxx + cc_args + [src, '-o', obj] + extra_postargs
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-install-vr41rlpf/grpcio_27f7a62c7c524b1da6747090a9053142/src/python/grpcio/_spawn_patch.py", line 66, in _commandfile_spawn
          _classic_spawn(self, command, **kwargs)
          ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-_jr8bt1l/overlay/lib/python3.14t/site-packages/setuptools/_distutils/compilers/C/base.py", line 1158, in spawn
          spawn(cmd, dry_run=self.dry_run, **kwargs)
          ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-_jr8bt1l/overlay/lib/python3.14t/site-packages/setuptools/_distutils/spawn.py", line 93, in spawn
          raise DistutilsExecError(
              f"command {_debug(cmd)!r} failed with exit code {err.returncode}"
          ) from err
      distutils.errors.DistutilsExecError: command '/usr/bin/c++' failed with exit code 1
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/tmp/pip-install-vr41rlpf/grpcio_27f7a62c7c524b1da6747090a9053142/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-_jr8bt1l/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions
          self._build_extensions_serial()
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-_jr8bt1l/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial
          self.build_extension(ext)
          ~~~~~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-_jr8bt1l/overlay/lib/python3.14t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-_jr8bt1l/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build_ext.py", line 565, in build_extension
          objects = self.compiler.compile(
              sources,
          ...<5 lines>...
              depends=ext.depends,
          )
        File "/tmp/pip-install-vr41rlpf/grpcio_27f7a62c7c524b1da6747090a9053142/src/python/grpcio/_parallel_compile_patch.py", line 70, in _parallel_compile
          multiprocessing.pool.ThreadPool(BUILD_EXT_COMPILER_JOBS).map(
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
              _compile_single_file, objects
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 367, in map
          return self._map_async(func, iterable, mapstar, chunksize).get()
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 774, in get
          raise self._value
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 125, in worker
          result = (True, func(*args, **kwds))
                          ~~~~^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 48, in mapstar
          return list(map(*args))
        File "/tmp/pip-install-vr41rlpf/grpcio_27f7a62c7c524b1da6747090a9053142/src/python/grpcio/_parallel_compile_patch.py", line 65, in _compile_single_file
          self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
          ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-install-vr41rlpf/grpcio_27f7a62c7c524b1da6747090a9053142/src/python/grpcio/commands.py", line 264, in new_compile
          return old_compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
        File "/tmp/pip-build-env-_jr8bt1l/overlay/lib/python3.14t/site-packages/setuptools/_distutils/compilers/C/unix.py", line 223, in _compile
          raise CompileError(msg)
      distutils.compilers.C.errors.CompileError: command '/usr/bin/c++' failed with exit code 1
      
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for grpcio
ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
2025-05-05 11:40:38
webencodings 0.5.1 Success - 2025-05-05 11:48:43
durationpy 0.9 Success - 2025-05-05 14:24:03
openai 1.77.0 Failed
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [10 lines of output]
      Checking for Rust toolchain....
      Running `maturin pep517 write-dist-info --metadata-directory /tmp/pip-modern-metadata-77mcwbrl --interpreter /tmp/tmpksgizxd4/venv/bin/python`
      error: failed to parse lock file at: /tmp/pip-install-0teldas2/jiter_6386f9b225414f169fa18bf6f572447c/Cargo.lock
      
      Caused by:
        lock file version `4` was found, but this version of Cargo does not understand this lock file, perhaps Cargo needs to be updated?
      💥 maturin failed
        Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
        Caused by: `cargo metadata` exited with an error:
      Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/tmp/pip-modern-metadata-77mcwbrl', '--interpreter', '/tmp/tmpksgizxd4/venv/bin/python']' returned non-zero exit status 1.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-05 11:40:35
databricks-sdk 0.52.0 Success - 2025-05-05 13:19:13
sympy 1.14.0 Success - 2025-05-05 11:02:26
tzlocal 5.3.1 Success - 2025-05-05 11:00:32
types-protobuf 6.30.2.20250503 Success - 2025-05-05 11:52:36
pure-eval 0.2.3 Success - 2025-05-05 13:06:10
cachecontrol 0.14.3 Failed
nux-x86_64-cpython-314t/msgpack
      running build_ext
      building 'msgpack._cmsgpack' extension
      creating build/temp.linux-x86_64-cpython-314t/msgpack
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I. -I/tmp/tmp9fth0zna/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c msgpack/_cmsgpack.c -o build/temp.linux-x86_64-cpython-314t/msgpack/_cmsgpack.o
      msgpack/_cmsgpack.c:2343:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2343 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      msgpack/_cmsgpack.c: In function ‘__pyx_pf_7msgpack_9_cmsgpack_6Packer_2__dealloc__’:
      msgpack/_cmsgpack.c:6941:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
       6941 |   if (unlikely(__pyx_assertions_enabled())) {
            |   ^~
      In file included from /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/Python.h:78,
                       from msgpack/_cmsgpack.c:16:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      msgpack/_cmsgpack.c: At top level:
      msgpack/_cmsgpack.c:21391:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      21391 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      msgpack/_cmsgpack.c:21436:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      21436 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      msgpack/_cmsgpack.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      msgpack/_cmsgpack.c:22125:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      22125 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      msgpack/_cmsgpack.c:2433:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       2433 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      msgpack/_cmsgpack.c:22125:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      22125 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      msgpack/_cmsgpack.c:22128:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      22128 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      msgpack/_cmsgpack.c:22128:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      22128 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for msgpack
ERROR: Failed to build installable wheels for some pyproject.toml based projects (msgpack)
2025-05-05 11:47:55
nvidia-cusolver-cu12 11.7.4.40 Success - 2025-05-05 14:25:28
snowflake-snowpark-python 1.31.1 Failed
ERROR: Ignored the following versions that require a different python version: 0.10.0 Requires-Python ==3.8.*; 0.11.0 Requires-Python ==3.8.*; 0.12.0 Requires-Python ==3.8.*; 0.6.0 Requires-Python ==3.8.*; 0.7.0 Requires-Python ==3.8.*; 0.8.0 Requires-Python ==3.8.*; 0.9.0 Requires-Python ==3.8.*; 1.0.0 Requires-Python ==3.8.*; 1.1.0 Requires-Python ==3.8.*; 1.10.0 Requires-Python >=3.8, <3.12; 1.11.0 Requires-Python >=3.8, <3.12; 1.11.1 Requires-Python >=3.8, <3.12; 1.12.0 Requires-Python >=3.8, <3.12; 1.12.1 Requires-Python >=3.8, <3.12; 1.13.0 Requires-Python >=3.8, <3.12; 1.14.0 Requires-Python <3.12,>=3.8; 1.15.0 Requires-Python <3.12,>=3.8; 1.16.0 Requires-Python <3.12,>=3.8; 1.17.0 Requires-Python <3.12,>=3.8; 1.18.0 Requires-Python <3.12,>=3.8; 1.19.0 Requires-Python <3.12,>=3.8; 1.2.0 Requires-Python ==3.8.*; 1.20.0 Requires-Python <3.12,>=3.8; 1.21.0 Requires-Python <3.12,>=3.8; 1.21.1 Requires-Python <3.12,>=3.8; 1.22.0 Requires-Python <3.12,>=3.8; 1.22.1 Requires-Python <3.12,>=3.8; 1.23.0 Requires-Python <3.12,>=3.8; 1.24.0 Requires-Python <3.12,>=3.8; 1.25.0 Requires-Python <3.12,>=3.8; 1.26.0 Requires-Python <3.12,>=3.8; 1.27.0 Requires-Python <3.13,>=3.8; 1.28.0 Requires-Python <3.13,>=3.8; 1.29.0 Requires-Python <3.13,>=3.8; 1.29.1 Requires-Python <3.13,>=3.8; 1.3.0 Requires-Python ==3.8.*; 1.30.0 Requires-Python <3.13,>=3.8; 1.31.0 Requires-Python <3.13,>=3.9; 1.4.0 Requires-Python ==3.8.*; 1.5.0 Requires-Python >=3.8, <3.10; 1.5.1 Requires-Python >=3.8, <3.11; 1.6.0 Requires-Python >=3.8, <3.11; 1.6.1 Requires-Python >=3.8, <3.11; 1.7.0 Requires-Python >=3.8, <3.11; 1.8.0 Requires-Python >=3.8, <3.11; 1.9.0 Requires-Python >=3.8, <3.12
ERROR: Could not find a version that satisfies the requirement snowflake-snowpark-python==1.31.0 (from versions: none)
ERROR: No matching distribution found for snowflake-snowpark-python==1.31.0
2025-05-05 11:48:57
jaraco-context 6.0.1 Success - 2025-05-05 11:47:44
nvidia-cuda-runtime-cu12 12.9.37 Success - 2025-05-05 13:27:06
nodeenv 1.9.1 Success - 2025-05-05 11:02:47