-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
I'm trying to get scikit-learn to run b…
-
Please consider changing to native namespace packages.
https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages
-
This is a matter of someone going through https://peps.python.org/topic/packaging/, identifying all accepted and final PEPs, and converting their content into [reference material](https://diataxis.fr/…
-
This line broke when pre-release is available (e.g., `ipykernel==7.0.0a0`):
https://github.com/widgetti/solara/blob/eb8b827a20586a7e1db716ea532b0d686ef94cee/solara/server/kernel.py#L76
```
> …
-
Hi, the `pip list` command only shows the package name and version. There is no info about date and time. It would be great if you add a new column for the date and time of installation.
Thank you …
-
Hello,
I’ve been using official Docker images for python (eg. `python:3.11-slim-bookworm`) in my projects and I wanted to use multi stage build approach to package the final image into distroless o…
-
Python is ubiquitous in the bioinformatics world, we should have some guidelines.
-
I recently packaged [`caffe`](https://github.com/conda-forge/caffe-feedstock) for [conda-forge](http://conda-forge.github.io/). I noticed a few things about the Python install that could be improved t…
-
The scripts implementing each Nextflow process are written in Bash and stored under the bin/ directory for execution. This complicates maintenance and portability a little bit; it would be better to c…
-
I'm surprised we have multiple pylsp plugins packaged up, but I don't see a clear way to actually use them in a clean way.
They all depend on `python-lsp-server`, which makes propagating them into …