-
Notifications
You must be signed in to change notification settings - Fork 34
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
elkai install failed #801
Comments
To be able to help we need a complete description that explains what trouble the user is getting. |
What backend (modified setuptools, scikit-build (classic), scikit-build-core) would be useful info too. |
pip install elkai × Building wheel for elkai (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
I used python version is 3.12.4,Does it too new? |
I am waiting for your answer in line. Thank you! |
There are pre-built wheels for Python 3.7-3.11, so using Python 3.11 would work without trying to build the library. I believe the message you are seeing (NMake not found) is because CMake couldn't find the MSVC compiler on your system. Do you have Visual Studio installed? You need that to build code. The library you are trying to build doesn't seem to have been touched in a year, but you could try opening an issue there to get Python 3.12 (and 3.13) wheels built. The author does seem to have responded quickly to the last request for missing wheels. Binary wheel list here: https://pypi.org/project/elkai/#files Repo here: https://github.com/fikisipi/elkai |
pip install elkai [notice] A new release of pip available: 22.3.1 -> 24.2 |
Yes, "Successfully installed elkai-2.0.1" means it was successfully installed. |
Problem description
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Tasks
The text was updated successfully, but these errors were encountered: