Python用のopenmeshをインストールしたいです。私は試しました:pycharmのターミナルにopenmeshをpipインストールします。Windows 10 と Python 3.8 を使用しています。pip install cmake を使用して cmake をインストールしました。
次のエラーが発生します。
WARNING: The wheel package is not available.
running install
running build
running build_ext
Building for: NMake Makefiles
CMake Error at CMakeLists.txt:3 (project):
Generator
NMake Makefiles
does not support platform specification, but platform
x64
was specified.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
Configuring incomplete, errors occurred!
------------------------------------------------------------
誰も何をすべきか知っていますか?助けてくれてありがとう!