-
Problem appears after upgrading from Python 3.9 to 3.10 (probably related to `setuptools` upgrade)
I'm trying to fix it in my fork.
If resolved, I'll propose a pull-request
----------------------…
-
I used it in this tutorial: https://github.com/jpivarski-talks/2024-07-08-scipy-teen-track/blob/main/site/files/10-shakespeare.ipynb (in JupyterLite, in the students' browsers, so that they didn't nee…
-
trying to test on a mac, I myself have no idea how to run this! `source setup.sh` crashes my terminal instantly.
-
Could we please add a `pre-commit` hook for this project?
## `.pre-commit-hooks.yaml
```yaml
- id: poetry-relax
name: poetry-relax
description: A poetry plugin to relax dependency versions …
-
If i understand poetry correctly (which shouldn't be taken for granted) i am supposed to use poetry install and poetry run during my development. And i should NOT install poetry into the virtual envir…
-
### Bug Description
Subordinate charms use the base of the principal charm. Therefore, subordinate charms such as MySQL Router need to support multiple bases, since we can't enforce the principal cha…
-
Getting segmentation fault errors `zsh: segmentation fault poetry run python3 jack_debug/test.py` when I try to instantiate a SentenceTransformer model. Only happens when the imports are this way rou…
-
https://github.com/python-poetry/poetry-plugin-export/blob/f8cbb9c7ae0586759f8bfe95f32268812a4f6eec/src/poetry_plugin_export/command.py#L67
Errors out with
TypeError
sequence item 0: expecte…
-
### The Feature
There are bunch of manual pip installs, e.g. https://github.com/BerriAI/litellm/blob/main/.circleci/config.yml#L26:L42
As circleci supports poetry as well I suggest using poetry, s…
-
### Describe the issue
If `pyarrow` is in `[tool.poetry.dependencies]`, `nix build` fails with `error: value is a set while a string was expected`.
### Additional context
To reproduce as simply…