-
python:3.12-alpine
-
As we are migrating to Python 3.13, I was not surprised to see that some libraries do not yet _officially_ support 3.13, as it is only 2 weeks old.
But I was surprised to see that Python 3.12 does …
-
The example in the readme.txt crash on Python 3.12 and above.
![image](https://github.com/user-attachments/assets/521c88d2-27ea-40a3-92a9-0b35e5a4378f)
I think the issue is a bug in pandas: (ht…
-
Is there any plan to add support for Python 3.12? It was released over a year ago and many projects are already making use of it
-
Installation fails with Python 3.12 due to a missing distutils, which was deprecated.
-
Could this library be ported to the new Python 3.12 version by changing the import imp since that is not supported since python 3.4 was recently removed from 3.12 and so could not be installed for peo…
-
I am currently using pygsl on mac/linux and I am unable to install it with pip.
When I do `pip install pygsl`, I get the following error:
`import imp`
`ModuleNotFoundError: No module named 'imp…
-
Hi Alexander,
trying to run it on Ubuntu 24.04. This has pythton 3.12.
What do you think needs to be done?
I do not know pipenv (just found it first time here). Can it be changed so it accepts 3.1…
-
The resulting function fails an `isinstance` for `WrappedMethod` so `_get_single_mapping` does not add it to the `Mapping`
## Steps To Reproduce
Steps to reproduce the behaviour:
1. Create a `Con…
-
Hello, is there any more allegiant solution for using python 3.12, 3.13 than
https://github.com/GoogleContainerTools/distroless/issues/1543#issuecomment-2432044825 ?
now i do understand nothing ab…