我想为 python 安装 openmesh。我试过:在pycharm的终端中安装openmesh。我正在使用 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!
------------------------------------------------------------
有谁知道该怎么做?我很感谢任何帮助!