DiligentGraphics / DiligentEngine

A modern cross-platform low-level graphics library and rendering framework
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
3.63k stars 331 forks source link

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

Open zarnayp opened 5 months ago

zarnayp commented 5 months ago

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 commented 5 months ago

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