-
**Describe the bug**
i have been trying to install openpecha , when i am using python 3.7 everything works fine, but when i try updating python to latest 3.12.5v there is a dependency issue coming up…
-
# Context
`Python 3.12.7` is the default python version in `alpine 3:20`, and it breaks `gsutil` on its version `5.31`. Looking into the code, it seems 3 weeks ago [this check](https://github.com/G…
-
`pip install setuptools` and removing numpy upper version limit in `requirements.txt`
fixed the issue.
-
Thoughts,
- some version of setuptools/pip have added support to restrict installations by python version, https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#python…
-
It seems himawaripy script (as well as goes16-background script) doesn't work on the latest distros with Python 3.12.5 and pip 24.2. (KDE PLASMA 5.27 and 6.X.X.) It still works on Debian 12 Stable, MX…
-
Just a tracking issue in case anyone is wondering where the new Python 3.12 wheels are.
There are still a couple of things on the list, which need to happen before releasing Parselmouth 0.5.0, mostly…
-
```
Downloading Veekun Pokédex database...
100% (15778973 of 15778973) |###########################| Elapsed Time: 0:00:00 Time: 0:00:00
Traceback (most recent call last):
File "/usr/local/bin/poked…
-
### Description
Due to [an ancient erroneous deletion of `__slots__` metadata](https://github.com/pallets/jinja/blob/3.1.4/src/jinja2/runtime.py#L1049-L1056), it's not possible to copy/deepcopy/pickl…
-
## My Experiment
I am working with 100 time series. My PC has 24 processors. I aim to run each time series in each processor using `from joblib import Parallel` fitting `LightGBM` model.
When I tried…
-
### Summary
I'm encountering a `RuntimeError: log object has expired` when using mod_wsgi with Django 5.0.9. The issue appears in the Apache logs when rendering certain pages.
### Environment
- *…