Post

Replies

Boosts

Views

Activity

Reply to Unable to Download Big Sur 11.2.1
try to edit the rospkg/os_detect.py file, the file path will be in the error output edit the line 363 from : python def _osx_codename(major, minor): if major != 10 or minor not in _osx_codename_map: raise OsNotDetected("unrecognized version: %s.%s" % (major, minor)) return _osx_codename_map[minor] to python def _osx_codename(major, minor): return 'big sur'
Feb ’21