-
## Description
Python 3.13 was [released this Monday](https://peps.python.org/pep-0719/), which means that python 3.8 is no longer supported. By convention now OpenMC should only support python 3.1…
-
### Describe what you are looking for
With Python 3.13.0, running:
```none
> pip install usearch
ERROR: Could not find a version that satisfies the requirement usearch (from versions: none)
```…
-
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
/tmp/pip-install-sodnkdq4/numba_d889e220927d44fb9b2…
-
# Crash report
### What happened?
```python
l = 200000
a = 'P/a'*l
import ast
ast.literal_eval(a)
```
The above code makes Python 3.9/3.10 crash with Segmentation Fault.
This error input can be c…
-
I get a error when test function `download_company_concepts`.
Snipcode:
```
from datamule import Downloader
downloader = Downloader()
downloader.download_company_concepts()
```
Error logs:
…
-
This is an immensely useful tool. I've used it in the past (many years ago) and just went to try to use it again, and it does not seem to work with Python 3. Plus, when I tried it on a system with P…
-
Hi @ctr26 and @IvanHCenalmor
I'm referring to the versioning of the github actions workflow suggested by Craig in the PR: https://github.com/HenriquesLab/DL4MicEverywhere/pull/22
At the moment…
-
Mage uses Python 3.10 Docker image as base for its official image, can't it be upgraded to Python 3.12?
Mage declares the supported Python versions `>=3.8,=3.7` in [setup.py](https://github.com/mag…
-
I downloaded the 9.6.3 distribution and ran `setup.sh` on a Mac M1. When I tried to import the SML client package, I got this error:
```bash
(soar) SoarSuite/bin % python
Python 3.12.6 | package…
-
### Summary
I wish uv would provide default automatic trove classifiers for Python versions when building wheels.
[Poetry adds automatic default Python version (and license) trove classifiers](h…