Andrea Moro
Andrea Moro
``` DEBUG uv 0.5.2 (Homebrew 2024-11-14) DEBUG Searching for default Python interpreter in virtual environments DEBUG Found `cpython-3.12.1-macos-aarch64-none` at `/Users/andreamoro/.pyenv/versions/3.12.1/envs/DataAnalysis/bin/python3` (active virtual environment) Using Python 3.12.1 environment at .pyenv/versions/3.12.1/envs/DataAnalysis DEBUG...
Or with the rust_log enabled ``` ❯ uv pip install --native-tls seaborn --verbose DEBUG uv 0.5.2 (Homebrew 2024-11-14) DEBUG Searching for default Python interpreter in virtual environments DEBUG Found `cpython-3.12.1-macos-aarch64-none`...
Yes it does :( But why the --native-tls is not going to work anymore? That one should look at the system settings, no?
Update uv today after this was failing. Company is using Zscaler. Cert was verified against the Keychain file ... and just in case I made a new bundle seconds ago...
That's a very good question. I might have ran a brew upgrade at some point, but I don't remember whether uv was upgraded and which version I had before. My...
Thanks @solomchuk so by setting all that global variable did the trick, but it's also true that today I got another upgrade from Apple? Is there any way at all...
So far I can't get coexisting UV environment with pyenv, so it's not an option for me :( But thanks
In the meantime this is getting integrated, I've built a wrapper that is available here https://github.com/andreamoro/ollama-fastmcp-wrapper
While this might not be solving your Pypi problem, starting from this library I've made an extensive code refactoring also taking in consideration some of the most recent changes from...