Hi! When I pip install the "unitree_sdk2py" I used uv to manage the package. Here is my command and output:
❯ uv pip install -e .
Using Python 3.12.3 environment at: /home/xxxx/.venv
Resolved 10 packages in 714ms
Built unitree-sdk2py @ file:///home/xxxx/unitree_sdk2_python
Prepared 1 package in 162ms
Uninstalled 1 package in 0.91ms
Installed 1 package in 1ms
~ unitree-sdk2py==1.0.1 (from file:///home/xxxx/unitree_sdk2_python)
and I can also successfully find it in the .venv/lib
Besides, I make sure I selected this environment as python interpreter.
Does anybody have any idea why Pylance still can't find this package?
Hi! When I pip install the "unitree_sdk2py" I used uv to manage the package. Here is my command and output:
and I can also successfully find it in the .venv/lib
Besides, I make sure I selected this environment as python interpreter.
Does anybody have any idea why Pylance still can't find this package?