-
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…
-
Hello.
I quite like using `pipx run --spec` to run my command, especially with poetry for instance:
```
pipx run --spec='poetry==1.7.1' poetry run
```
It seems pretty slow, like it is was t…
-
`make install` fails with the following output:
```
(slakh_models) emanilow@gpubox1:~/slakh_models/slakh-models$ make install
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/g…
-
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…
-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
## Issue
When looking up the docs on [how to define extr…
-
Hi. I've tried with different versions from Python 3.8 and I always get the error "except (socket.error, ), ex:". I've tried with pipenv and poetry.
What version of Python is supported?
-
### Describe the bug
👋🏼
I'm new to the JFrog CLI and I'm a Poetry user. I'm trying to publish an internal library to a Repository I just created in the JFrog Cloud Platform.
So, I did run `jf …
-
what is the difference between "import molgen" and "from poetry import molgen" ?
first one is more likely old code from GALAMOST,
in the new pygamd, it shows error when I run "from poetry import mol…
-
- **Poetry version**: 1.2.2
- **Python version**: 3.10.10
- **OS version and name**: macOS Sonoma 14.1.2
- **pyproject.toml**: https://gist.github.com/nk9/4fa6fe37487d50308deacd425c8ade16
- …
-
I'm following along the Hypermodern Python series and it seems in [Chapter 2, *Test automation with Nox*](https://cjolowicz.github.io/posts/hypermodern-python-02-testing/#test-automation-with-nox) the…