-
``see here for details:
https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev/topic/poetry.20install.20--sync
I can do a PR, if you are interested
This would be full optional…
-
I am trying to automatically set a conda environment if a `.py` file is opened. I wonder if you can help me out. I tried the following
```
return {
"HallerPatrick/py_lsp.nvim",
config = funct…
-
Is it possible to mark a uv project as `private` such that `uv publish` is completely disabled? For private code this is a desirable feature.
Something like:
```toml
[tool.uv]
private = true
…
-
When running `poetry export`, this is the output:
```
The lock file does not exist. Locking.
Running command from monorepo root directory
Updating dependencies
Resolving dependencies... (7.9s)
…
-
I've setup basic CodeQL pipeline for python and I'm using poetry as dependency manager.
What I found out is that if file `poerty.toml` with configuration below is present (venv is created in `$PWD/…
-
The Python community seems to be adopting [PEP621](https://peps.python.org/pep-0621/) for storing project metadata in `pyproject.toml`. We have been using Poetry from the start of FawltyDeps, which us…
-
Hello !
When i run my script locally, it's running, but when i use docker container, i got this error :
```
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: …
-
# **DO NOT DELETE THIS TEMPLATE**
## Describe The Bug
When following the installation guide I get this error:
C:\Users\elias\Downloads\scraper filter\URS>poetry install
Installing dependenci…
-
Hey there! I'm really excited about how this library is shaping up. However, I noticed it hasn't been pushed to the Python Package Index yet. If you haven't had a chance to do that, I highly recommend…
-
### **Description**
When attempting to use the `llm` command-line interface (CLI) on Windows, I encounter an encoding error related to the ASCII codec. Despite setting environment variables to enfo…