setuptools-scm extracts Python package versions from git or hg metadata instead of declaring them as the version argument or in a Source Code Managed (SCM) managed file. Additionally setuptools-scm ...
setuptools_scm handles managing your python package versions in scm metadata instead of declaring them as the version argument or in a scm managed file. It also handles file finders for the supported ...
インストールされているPythonのバージョンを確認。Python2,Python3の両方がインストールされている。 見直してみるとpython3 setup.py installの実行時にPermission deniedのエラーがあった。 sudo python3 setup.py installでインストール成功。easy_installが実行できるようになった。
「python setup.py」などを実行して、CUDAのコンパイルが走るときのトラブルシューティングの方法をメモしておく。「Hunyuan3D-2」のビルドをしようとして遭遇したエラーの話だが、「setuptools」を使う他のビルドでも使える知見だと思うので、汎用的なタイトルに ...