I run rm -rf build and python setup.py install --headless --with-cuda --cmake and errors: setup.py:419: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
Pythonで開発を進めていると、自分で作成した便利なモジュールを再利用したくなる場面が増えてきます。最初はコピー&ペーストで対応していても、プロジェクトが増えるにつれて管理が煩雑になり、どのバージョンが最新か分からなくなることも。
-- Check for working CUDA compiler: /home/gye/anaconda3/envs/cuda92/bin/nvcc -- Check for working CUDA compiler: /home/gye/anaconda3/envs/cuda92/bin/nvcc -- broken ...
These are the things you need to do to fix ‘Command “python setup.py egg_info” failed with error code 1’ When Installing Python. Make sure to follow the ...