Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem in installing setup.py #55

Open
hyperion912 opened this issue Mar 22, 2023 · 0 comments
Open

problem in installing setup.py #55

hyperion912 opened this issue Mar 22, 2023 · 0 comments

Comments

@hyperion912
Copy link

There's a problem in installing setup.py
Since cmake compiler is not set and neither specified in prerequisites, thus the command (cd ..) is throwing an error. The error statement is given below.

CMake Error at CMakeLists.txt:3 (project):
Running

'nmake' '-?'

failed with:

The system cannot find the file specified

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

This can be resolved by giving a procedure/command to set cmake compiler in the prerequisites block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant