尝试为python安装openmesh时发生cmake错误

时间:2020-06-12 22:59:03

标签: python cmake pip installation openmesh

我想为python安装openmesh。我试过了:在pycharm的终端中pip install 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!

------------------------------------------------------------

有人知道该怎么做吗? 感谢您的帮助!

0 个答案:

没有答案
相关问题