Closed muqianjx closed 2 months ago
@muqianjx
try this
sudo apt-get install python3-rospkg python3-rosdep2
@muqianjx try this
sudo apt-get install python3-rospkg python3-rosdep2
Thanks for your response, but I have fixed the issue with another method. The problem is:raise OsNotDetected("Could not detect OS, tried %s" % attempted)
So I fixed it and marked it as closed.
raise OsNotDetected("Could not detect OS, tried %s" % attempted)
Checking your /etc/lsb-release
,Observe if it becomes what it looks like below
DISTRIB_ID=Kylin
DISTRIB_RELEASE=V10
DISTRIB_CODENAME=kylin
DISTRIB_DESCRIPTION="Kylin V10 SP1"
DISTRIB_KYLIN_RELEASE=V10
DISTRIB_VERSION_TYPE=enterprise
DISTRIB_VERSION_MODE=normal
If yes,Clear the existing content and change it to the following
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS"
If not,you need to look for other methods.