I’m using ubuntu 20.4 and trying to build engine for linux.
I have an error while ./scripts/build.py install_ext commands run.
The last lines looks like this
Downloading my/clang%2Bllvm-9.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz Traceback (most recent call last): File "./scripts/build.py", line 2142, in <module> f() File "./scripts/build.py", line 547, in install_ext self.install_sdk() File "./scripts/build.py", line 619, in install_sdk download_sdk(self, '%s/%s.tar.xz' % (self.package_path, PACKAGES_LINUX_TOOLCHAIN), join(sdkfolder, 'linux', PACKAGES_LINUX_CLANG), format='J') File "./scripts/build.py", line 237, in download_sdk path = conf.get_local_or_remote_file(url) File "./scripts/build.py", line 557, in get_local_or_remote_file path = self._download(path) # it should be an url File "./scripts/build.py", line 419, in _download path = http_cache.download(url, lambda count, total: self._log('Downloading %s %.2f%%' % (url, 100 * count / float(total)))) File "/home/vbif/defold/build_tools/http_cache.py", line 68, in download response = urllib2.urlopen(req) File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 421, in open protocol = req.get_type() File "/usr/lib/python2.7/urllib2.py", line 283, in get_type raise ValueError, "unknown url type: %s" % self.__original ValueError: unknown url type: my/clang%2Bllvm-9.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz