Wouter Donders
Wouter Donders
Just wanted to drop in and let you know that I also encountered this problem when reading a CSV containing a list. This was from a Postgres dump. My workaround...
I have a similar requirement for a client; and I thought I'd share my current workaround. I didn't want to edit the generated client stubs because I may need to...
I also face this issue (although on Azure CLI v2.58.0), and can confirm `_ctypes.pyd` exists on my machine. A clean installation does not fix the issue.
Just dropping by to +1 this feature. Especially because in terms of speed, `uv` >> `pip` > `conda` (in my experience); and functionally, `uv` allows specification of the Python version...
@harupy Thanks. Nothing fancy, I simply use it as a dependency manager. * `uv add` installs a dependency, but also automatically registers it in the `pyproject.toml` file: no more forgetting...