Skip to content
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

Local wheel guide outdated #2315

Open
ben-kaye opened this issue Apr 4, 2024 · 0 comments
Open

Local wheel guide outdated #2315

ben-kaye opened this issue Apr 4, 2024 · 0 comments
Assignees
Labels
state: pending not addressed yet type: docs documentation

Comments

@ben-kaye
Copy link

ben-kaye commented Apr 4, 2024

My Improvement

https://github.com/hoffstadt/DearPyGui/wiki/Local-Wheel did not work with my macosx 14 with aarch64 and generated this error when installing:
ERROR: dearpygui-1.11.1-cp311-cp311-macosx_14_4_arm64.whl is not a supported wheel on this platform.

Fix:

+ python -m build --wheel
- python -m setup bdist_wheel --plat-name macosx-11.0-arm64 --dist-dir dist

Following the guides in https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/ led me to this command. I tried this and it generated a wheel which successfully installed.

@ben-kaye ben-kaye added state: pending not addressed yet type: docs documentation labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: pending not addressed yet type: docs documentation
Projects
None yet
Development

No branches or pull requests

2 participants