Resolved 4 packages in 3.68s Prepared 4 packages in 2m 40s ░░░░░░░░░░░░░░░░░░░░ [0/4] Installing wheels... warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance. If the cache and target directories are on different filesystems, hardlinking may not be supported. If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning. Installed 4 packages in 5.33s + pyside6==6.9.2 + pyside6-addons==6.9.2 + pyside6-essentials==6.9.2 + shiboken6==6.9.2
快速开始
main.py 里放:
1 2 3 4 5 6 7
import sys from PySide6.QtWidgets import QApplication, QLabel