-
Equivalence between `typing` and `typing_extensions` is something I do not expect, however I think the following example is an exception as the non-equivalence comes as a surprise:
```python
# pyt…
-
### Description of Issue
Facing issue when building USD with Python tools on Windows 10, the same build seems to pass through on Windows 11. Getting USD through Vcpkg and building it using CMake for …
-
-
openEO offers an experimental image that no longer runs Python 3.8, but Python 3.11. In this image, a gcc compiler has been added which is required to test Presto compilation for inference speed-up. W…
-
## Issue
tox-uv (1.15) runs with Python 3.9, and fails with 3.10 and 3.11.
```bash
tox ✘ 2 3.10.15 (temperature-sensor) 12:47:24
py: venv> .venv/bin/uv venv -p /h…
-
I believe this is a known error with python 3.11.
Command used: pip install git+https://github.com/brain-score/brainio.git
ERROR: Package 'brainscore-brainio' requires a different Python: 3.10.12 …
-
Hi,
With python 3.12 it doesn't let installing all deps:
```sh
(omni) ➜ OmniParser git:(master) pyenv local 3.12
(omni) ➜ OmniParser git:(master) ✗ pip install -r requirements.txt
Collecting tor…
-
Traceback:
```
Traceback (most recent call last):
File "...", line 19, in
image = context.render_pillow(800, 500)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/martin/anacon…
-
Hi, is python 3.11+ officially supported?
`setup.py` reports >=3.6 but I'm having errors with python 3.11
https://github.com/starkware-libs/cairo-lang/blob/0e4dab8a6065d80d1c726394f5d9d23cb451706a…
-
We use the deprecated function here
https://github.com/cms-sw/cmssw/blob/354a892ac8287945855334f57a27454c40671f25/FWCore/PythonParameterSet/src/PyBind11ProcessDesc.cc#L52
It appears that `pybind11…