「python setup.py」などを実行して、CUDAのコンパイルが走るときのトラブルシューティングの方法をメモしておく。「Hunyuan3D-2」のビルドをしようとして遭遇したエラーの話だが、「setuptools」を使う他のビルドでも使える知見だと思うので、汎用的なタイトルに ...
According to setuptools easy_install is deprecated and in fact on my current Arch Linux it is not present anymore, disabling python-mode here. The website recommends to use pip instead of easy_install ...
インストールされているPythonのバージョンを確認。Python2,Python3の両方がインストールされている。 見直してみるとpython3 setup.py installの実行時にPermission deniedのエラーがあった。 sudo python3 setup.py installでインストール成功。easy_installが実行できるようになった。
It is not necessary to add python or host-python in the PYTHON_FOO_DEPENDENCIES variable of a package, since these basic dependencies are automatically added as needed by the Python package ...