Hi,
we are trying to build the Yocto-based reference design using Vitis AI 6.2 create_pfm_sw.sh and are encountering issues fetching the vart-ml, vart-x and flexmlrt packages from:
https://pypi.amd.com/vai/6.2/simple
The package index is accessible:
https://pypi.amd.com/vai/6.2/simple/vart-ml/
However, downloading the referenced wheel fails with:
AccessDenied
This causes Yocto builds to fail with:
Could not find a version that satisfies the requirement vart-ml
In previous Vitis AI releases, these dependencies were provided as local archives within the reference design. Vitis AI 6.2 now depends on fetching wheels from pypi.amd.com.
Questions:
- Are these wheels intended to be publicly accessible?
- Do they require authentication, or could this be a network issue on our side?
Thanks,
Jonas
Hi,
we are trying to build the Yocto-based reference design using Vitis AI 6.2 create_pfm_sw.sh and are encountering issues fetching the vart-ml, vart-x and flexmlrt packages from:
https://pypi.amd.com/vai/6.2/simpleThe package index is accessible:
https://pypi.amd.com/vai/6.2/simple/vart-ml/However, downloading the referenced wheel fails with:
AccessDeniedThis causes Yocto builds to fail with:
Could not find a version that satisfies the requirement vart-mlIn previous Vitis AI releases, these dependencies were provided as local archives within the reference design. Vitis AI 6.2 now depends on fetching wheels from pypi.amd.com.
Questions:
Thanks,
Jonas