Haaris Rahman
Haaris Rahman
I would like some packages like pre-commit to be installed globally on the system so that so that I do not have to source an environment everytime I commit, if...
> What does `sysconfig.get_paths()` return for the system interpreter in this case? ``` {'stdlib': '/usr/lib/python3.10', 'platstdlib': '/usr/lib/python3.10', 'purelib': '/usr/local/lib/python3.10/dist-packages', 'platlib': '/usr/local/lib/python3.10/dist-packages', 'include': '/usr/include/python3.10', 'platinclude': '/usr/include/python3.10', 'scripts': '/usr/local/bin', 'data': '/usr/local'} ```
Might not be exactly related But how about writing to a file such as `pyproject.toml` under tool.uv or a uv specific file when the venv is created in the first...
@JLBuenoLopez-eProsima @Mario-DL bumping this
Hi, Is there an update on this? I would like to update my version of fast dds but this is still a blocker for me.
`--directory` works great. Didn't know that existed, thanks! > I think we hide it because we wanted to change the semantics such that relative paths were resolved relative to the...
The error has something to do with the docs not building. Unfortunately I'm not super familiar with readthedocs, it's something to do with generic types. ``` ray/python/ray/util/queue.py:docstring of ray.util.queue.Queue:1: WARNING:...
> can you first try adding a unit test? If it still fails, I can help resolving this Hi bumping this
Might be closed with #1623
Any update on this?