Trouble With Badlogvis Instillation

I successfully downloaded badlog and had it logging various data. I proceeded to try attempt to implement badlogvis to visualize the log files. I followed the steps in the documentation. I entered:
( git clone https://github.com/dominikWin/badlogvis.git
cd badlogvis
cargo install )

in the terminal of vs-code. It successfully completed cloning the repo but fails the last two steps. for “cd badlogivs” it says:

cd : Cannot find path ‘C:\Users\4967 Software Team\Documents\Monke-Bot-Odometry\badlogvis\badlogvis’ because it does not exist.
At line:1 char:1

  • cd badlogvis
  •   + CategoryInfo          : ObjectNotFound: (C:\Users\4967 S...ogvis\badlogvis:String) [Set-Location], ItemNotFoundException
      + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
    
    
    

and when I enter the third line( cargo install ) it says:

cd : Cannot find path ‘C:\Users\4967 Software Team\Documents\Monke-Bot-Odometry\badlogvis\badlogvis’ because it does not exist.
At line:1 char:1

  • cd badlogvis
  •   + CategoryInfo          : ObjectNotFound: (C:\Users\4967 S...ogvis\badlogvis:String) [Set-Location], ItemNotFoundException
      + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
    
    

I am also confused as to what “cargo” is and “binary” mentioned in the installation documentation on github.

1 Like

I’ve never used badlog, but since no-one else is replying …

I would expect the git clone command to create a new directory called “badlogvis” under the current one. Were you already in a directory called “badlogvis”? That shouldn’t change anything according to the git clone documentation or my tests, but I didn’t test on Windows, so maybe it does something sneaky. Can you screenshot the output from the git clone? What does dir or your File Explorer show you?

I believe cargo is the Rust package manager.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.