I wanted to try the new SDK version `v1.3.1` but I now run into authentication issues with the installer.
Authentication is required for the package index URL: https://software.axelera.ai/artifactory/axelera-dev-pypi/ - for the subset development
Checking credentials with: pip install --dry-run --force --no-deps --no-cache-dir --break-system-packages --index-url https:/<email>:<token>@software.axelera.ai/artifactory/axelera-dev-pypi/ axelera_compiler
ERROR: Authentication failed for the supplied email address (florianzaruba@gmail.com) and token.
When trying to run the step manually it succeeds though:
Β
β voyager-sdk git:(v1.3.1) β pip install --dry-run --force --no-deps --no-cache-dir --break-system-packages --index-url https://florianzaruba@gmail.com:<token>@software.axelera.ai/artifactory/axelera-dev-pypi/ axelera_compiler
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://florianzaruba%40gmail.com:****@software.axelera.ai/artifactory/axelera-dev-pypi/
Collecting axelera_compiler
Downloading https://software.axelera.ai/artifactory/axelera-dev-pypi/axelera-compiler/axelera_compiler-1.3.1-py3-none-any.whl (4.5 MB)
ββββββββββββββββββββββββββββββββββββββββ 4.5/4.5 MB 17.7 MB/s eta 0:00:00
Would install axelera-compiler-1.3.1
β voyager-sdk git:(v1.3.1) β echo $?
0
Is there a way to only get the required packages to upgrade the board firmware and run an easy example (not even a full end-to-end network but just an alive test)?