If I make a venv like: `python3 -m venv .` I'm able to do `bin/pip install spectacularAI` But `uv add ...` and `uv pip ...` both fail saying no source / wheel exists for my platform which seems odd.
If I make a venv like:
python3 -m venv .I'm able to do
bin/pip install spectacularAIBut
uv add ...anduv pip ...both fail saying no source / wheel exists for my platform which seems odd.