Pedro Fonini

Results 5 comments of Pedro Fonini

Hi, thanks for replying! I guess I'm not sure what you mean: are you asking why is the `pyenv install -k` flag useful? If that's the case, I mentioned it...

The fact that `import mlflow` doesn't work out-of-the-box in a clean Python 3.12 virtual environment makes me wonder: is 3.12 explicitly supported by mlflow? Is mlflow tested on 3.12? Is...

> https://github.com/mlflow/mlflow/blob/46b7758a9c6cc61f21ddf3a9af8c23c40fd31769/mlflow/utils/requirements_utils.py#L448-L449 > > Now it's not so rare: [`uv venv`](https://github.com/astral-sh/uv/) doesn't install `setuptools` into the environment. > > I'm hitting this after doing `uv venv` with Python 3.11. @astrojuanlu...

Hi! I also wrote about that and submited a PR to fix it: https://github.com/3b1b/manim/pull/2180 I liked yor explanation of cell variables! I don't think that's what's happening in the issue...

Oh, also, something I forgot to mention in my PR: the fact that list comprehensions were previously affected, but somehow are not affected anymore, is [PEP 709: Inlined comprehensions](https://docs.python.org/3/whatsnew/3.12.html#pep-709-comprehension-inlining).