DiligentEngine icon indicating copy to clipboard operation
DiligentEngine copied to clipboard

Package 'python3-distutils' has no installation candidate on Linux

Open zarnayp opened this issue 1 year ago • 1 comments

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.

zarnayp avatar Jun 22 '24 15:06 zarnayp

ok, I have tried to install this packages python3-setuptools and python3-pip instead . With them, I was able to generate make files.

zarnayp avatar Jun 22 '24 21:06 zarnayp