DiligentEngine
DiligentEngine copied to clipboard
Package 'python3-distutils' has no installation candidate on Linux
I have fresh Linux installation of Ubuntu 24.04 and trying to build Diligent. By following readme I failed with install prerequisite package python3-distutils. (with error "Package 'python3-distutils' has no installation candidate" ). Then cmake fails due to missing module pip.
ok, I have tried to install this packages python3-setuptools and python3-pip instead . With them, I was able to generate make files.