Skip to content

Fix python wheels #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

lnotspotl
Copy link

@lnotspotl lnotspotl commented Apr 10, 2025

This PR fixes wheels wheels downloaded from the Python Package Index (not installed from source using pip install -e .)

Without these changes, importing unitree_sdk2py leads to errors as b2, a package imported in the global __init__.py, is in reality not a python package, its __init__.py is missing and thus b2 is not installed.

Finally, pygame is added as a dependency as it is use in utils/joystick.py

@lnotspotl lnotspotl changed the title Fix python wheel Fix python wheels Apr 11, 2025
@jaeykimusa
Copy link

Yes, this solves the issue. @xiaoliangstd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants