Dear Developers,
I followed instructions on
https://developer.parrot.com/docs/airsdk/general/installation.html :
curl https://debian.parrot.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/debian.parrot.com.gpg
echo "deb [signed-by=/usr/share/keyrings/debian.parrot.com.gpg] https://debian.parrot.com/ $(lsb_release -cs) main generic" | sudo tee /etc/apt/sources.list.d/debian.parrot.com.list > /dev/null
sudo apt update
sudo apt install parrot-airsdk-cli
But failing:
airsdk init myproject
Traceback (most recent call last):
File "/usr/bin/airsdk", line 7, in <module>
from airsdk_cli.main import main
ModuleNotFoundError: No module named 'airsdk_cli'
I'm having ubuntu 24.04. Is it too new for this project? If so is there a docker image to run in an ancient environment?
Terveisin, Markus
Dear Developers,
I followed instructions on
https://developer.parrot.com/docs/airsdk/general/installation.html :
But failing:
I'm having ubuntu 24.04. Is it too new for this project? If so is there a docker image to run in an ancient environment?
Terveisin, Markus