I use AMD PC to use rovo dev cli, when i use "acli rovodev auth login" return "✓ Authentication successful", but when i use "acli rovodev run", it show "✗ Error: failed to execute the command".
Why i can't run it, i need help
My windows setting is:
WSL2 and open Hyper-v,
npm 10.9.3
I have the same problem. My computer is AMD, and I tried VirtualBox to installing Windows 11 and Ubuntu. The same problem with Windows 11, but Ubuntu works fine, so I think it's a configuration issue.
====try wsl2 to wsl====
open powershell, input
```powershell
wsl --list --verbose
```
return
```
NAME STATE VERSION
* Ubuntu Running 2
docker-desktop Running 2
```
try wsl2 to wsl, input
```powershell
wsl --set-version Ubuntu 1
```
then input
```powershell
acli rovodev run
```
i can see, it's working
BUT! docker-desktop have error
fix rovodev will, and error docker ="=
so my step is use two ubuntu, one is wsl other is wsl2
====start====
step1 input "wsl --list --verbose"
return
```
NAME STATE VERSION
* Ubuntu Running 2
docker-desktop Running 2
```
step2 make folder "D:\wsl\UbuntuWSL1"
step3 export ubuntu
```powershell
wsl --export Ubuntu D:\wsl\ubuntu.tar
```
step4 export ubuntu
```powershell
wsl --import Ubuntu-WSL1 D:\wsl\UbuntuWSL1 D:\wsl\ubuntu.tar --version 1
```
step5 check Ubuntu-WSL1 is wsl
step6 input"acli rovodev run"
that's well done! enjoy
?=_=
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem, does anyone have a solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.