-
```python
class Flight(BaseModel):
ident: str
fa_flight_id: str
status: str
blocked: bool
diverted: bool
cancelled: bool
position_only: bool
...
class Confi…
-
I'm trying to use a virtualenv with pycall. Python is loaded correctly, but sys.path does not include the site-packages from the virtualenv. Instead site-packages from the underlying python interprete…
-
I'm not versed in the ways of Conda. I tried using the [conda/miniconda](https://hub.docker.com/r/conda/miniconda3/) docker image and I got an error that all of the packages were missing, and conda.co…
-
I was wondering if there is some way to restore python virtual environments using tmux-resurrect.
-
**Issue**
At this line:
- [src/virtualenv/seed/wheels/acquire.py:72](https://github.com/pypa/virtualenv/blob/b56d09248aecf584e985956185afb6745a7daac7/src/virtualenv/seed/wheels/acquire.py#L71C5-L…
-
- [x] I am using Fish shell version 3.1 or higher.
- [x] I am using Python version 3.8 or higher.
- [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Ais…
-
Current attempt:
```python
def test_unsloth_vllm(
max_length: int = 8192,
use_4bit: bool = False,
):
print('----> test_unsloth_vllm')
import os
from tra…
-
It's customary to use Python tools in Neovim from their own virtualenv so that it does not clutter the main system. Currently this plugin does not allow for such customization.
e.g. Neovim allows t…
-
uv version 0.4.20
Linux Ubuntu 24.04.1 LTS
When transitioning (previously using venv, not virtualenv), uv does not find any pyvenv.cfg file directly under the .venv directory and generates an err…
-
A log of the process from 3.13, 3.12, and 3.11; all lower versions look like 3.11.
```
↪ Thu Sep 19 11:52:23 PDT 2024 (★ clear) (1 seconds elapsed) …
glyph updated
1 month ago