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
   r150/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/
   y150/193] WARNING: 401 Error, Credentials not correct for https://software.axelera.ai/artifactory/axelera-dev-pypi/axelera-compiler/
(X)Â Â Â l150/193] ERROR: Cannot install axelera_compiler because these package versions have conflicting dependencies.
   e150/193] The conflict is caused by:
   i150/193]   The user requested axelera_compiler
   d150/193]   The user requested (constraint) axelera-compiler==1.2.5
   a150/193] To fix this you could try to:
   f150/193] 1. loosen the range of package versions you've specified
   a150/193] 2. remove package versions to allow pip attempt to solve the dependency conflict
   t150/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
---