Skip to main content

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
---

Hi ​@Hiroyuki Kojima! Hmm, looks like it’s rejecting the credentials - maybe the token’s missing?

I bumped your reply up to its own topic, as the previous one was already marked as answered so I didn’t want your question to go unnoticed 🙂

However, in doing so it seems to have lost the logs you originally uploaded. Could you share those again in here? And if you have some details about what type of Metis card, your host system and OS, that might help get to the root of things. Thanks!


Hi, Spanner-san

Thank you for your quick response.
I will attach it again, so please give me your advice.

The package name seems to be wrong in some packages.
Since the user did not specify the package name, I feel it is a problem on the installer side (requirements-ubuntu-2204-amd64.txt).


Thanks for sending the log again!

The first issue, at least, seems to be the 401 error when trying to access Artifactory. Maybe checking the token and/or generating a new one would be a good first step?

We can rule that out at least, that way. Here’s a guide on how to generate a new token, in case that’s helpful:

https://github.com/axelera-ai-hub/voyager-sdk/blob/release/v1.2.5/docs/tutorials/install.md#generate-a-token-for-the-installer

Let me know how it goes!


Hi Hiroyuki Kojima,

I’m sorry that you’re running into this issue.

I noticed the following in your log 

c150/193] WARNING: 401 Error, Credentials not correct for https://software.axelera.ai/artifactory/axelera-dev-pypi/axelera-compiler/

Please double check if you copied your token correctly.

 

Note: you need to use your token, not your token-id


Hi, ALL

 

The installation operation was using a token ID, but this was incorrect. 
I confirmed the success of the installation using the token. 

 

Thank's!!


Ah, that’s awesome news! Great work ​@Hiroyuki Kojima and ​@Steven Hunsche!

What’s the project this is being built for, out of interest?


Reply