Hi,
I followed the "Install Voyager SDK in a Docker Container" guide to try installing SDK version 1.2.5, but I encountered an error with one of the packages during the process.
Could you please let me know how to resolve this issue?
The attached file contains the installation log.
---
[150/193] Installing development libraries
[150/193] Install axelera_compiler
[150/193] python3 -m pip --disable-pip-version-check install --index-url XXXX@software.axelera.ai/artifactory/axelera-dev-pypi/ --no-deps -c cfg//requirements-ubuntu-2204-amd64.txt "axelera_compiler"
[150/193] Looking in indexes: XXXX:****@software.axelera.ai/artifactory/axelera-dev-pypi/
[150/193] WARNING: 401 Error, Credentials not correct for https://software.axelera.ai/artifactory/axelera-dev-pypi/axelera-compiler/
(X) [150/193] ERROR: Cannot install axelera_compiler because these package versions have conflicting dependencies.
[150/193] The conflict is caused by:
[150/193] The user requested axelera_compiler
[150/193] The user requested (constraint) axelera-compiler==1.2.5
[150/193] To fix this you could try to:
[150/193] 1. loosen the range of package versions you've specified
[150/193] 2. remove package versions to allow pip attempt to solve the dependency conflict
[150/193] ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
WARNING: Failed to install axelera_compiler
---