차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
| linuxfromscratch:rangeoverpackages:pyside6 [2026/04/09 13:41] – baecy | linuxfromscratch:rangeoverpackages:pyside6 [2026/04/09 14:11] (현재) – baecy | ||
|---|---|---|---|
| 줄 9: | 줄 9: | ||
| tar -xf pyside-setup-6.10.2.tar.gz | tar -xf pyside-setup-6.10.2.tar.gz | ||
| cd pyside-setup-6.10.2 | cd pyside-setup-6.10.2 | ||
| - | pip install -r requirements.txt | + | pip3 install -r requirements.txt |
| - | pip install -r requirements-docs.txt | + | pip3 install -r requirements-docs.txt |
| python3 setup.py build --qtpath=/ | python3 setup.py build --qtpath=/ | ||
| + | python3 testrunner.py test | ||
| python3 create_wheels.py --build-dir=./ | python3 create_wheels.py --build-dir=./ | ||
| + | deactivate | ||
| + | sudo pip3 install dist/*.whl | ||
| </ | </ | ||
| + | 테스트 결과 | ||
| + | * 안드로이드 관련해서 1개의 FAIL | ||
| + | * pyside6: | ||
| + | * Python 3.14에서 완전 폐기된 ' | ||
| + | * ImportError: | ||
| + | |||
| + | {{.: | ||