-
# poetry install using uv | Milad Alizadeh
I don’t like poetry. I find it slow, buggy, and poorly designed. It often gets in my way and I end up spending my time debugging poetry instead of actually …
-
Hey there,
Running inside Github actions, using Poetry, I get this error:
```
packages/unittest_parallel/main.py", line 114, in main
results = pool.map(test_manager.run_tests, test_suites)
…
-
### Description
i'm getting a strange discrepancy when running `poetry lock --no-updates` on mac with M1 processor vs M2/M3 for PyYAML package v6.0.1
for M2/M3, there is one additional file in the…
-
## The problem
I am trying to use the semantic release GitHub Action. My build step is `poetry build`, and I am using `snok/install-poetry@v1` (via `packetcoders/action-setup-cache-python-poetry@ma…
-
### Description
Steps to reproduce:
1. Create a poetry project.
2. Install two python versions: for example, python 3.12.2 and 3.12.3.
3. `poetry env use //bin/python`.
4. Delete existing env `rm…
-
#### Is your feature request related to a problem? Please describe
[uv](https://docs.astral.sh/uv/) is a new Python package and project manager. It is extremely fast and maintained by Astral, which i…
-
-
### Steps to Reproduce
Create an empty project with a `pyproject.toml` file:
```shell
mkdir test
cd test
touch pyproject.toml
```
Then `rye show` outputs:
```shell
project:
path: /hom…
-
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version.
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo a…
-
In the changes I made in this [PR](https://github.com/sillsdev/machine.py/pull/131), the dockerfile and dockerfile.cpu_only no longer build successfully after updating to Python 3.12.
It seems to be …