hoffstadt / hoffstadt/DearPyGui

Local wheel guide outdated

Open
#2,315 0 comments 0 reactions 1 assignee Claimed by @Pcothren View on GitHub
state: pending type: docs
Dominant language
C++
Stars
15.6k
Forks
783
PR merge metrics
No merged PRs in 30d

Description

**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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.