-
Notifications
You must be signed in to change notification settings - Fork 9
Modernize build to use pyproject.toml and scikit-build-core #5
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi @jbcoe , thanks for putting this together. I'm not totally sure how to validate the changes, and get an error (not to say I didn't before!). Does the README need some updates as well. |
|
There's a fair bit of work still to do here (hence the draft status), I thought I'd open the PR for visibility. I was talking to the maintainers of NetHack LE (https://github.com/NetHack-LE/nle) and wondering if this project (nethack language wrapper) is still active? We'd be keen to update the nethack langauge wrapper to work with latest version of Nethack LE. |
Current issues with build
CMake Error at /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find Python (missing: Interpreter) (found suitable version
3.10.18, minimum required is 3.8)
Reason given by package:
Interpreter: Cannot run the interpreter /usr/local/google/home/jbcoe/.cache/uv/builds-v0/.tmp3PzyhH/bin/python3
Call Stack (most recent call first):
/usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.31/Modules/FindPython/Support.cmake:3997 (find_package_handle_standard_args)
/usr/share/cmake-3.31/Modules/FindPython.cmake:631 (include)
build/temp.linux-x86_64-cpython-310/_deps/pybind11-src/tools/pybind11NewTools.cmake:54 (find_package)
build/temp.linux-x86_64-cpython-310/_deps/pybind11-src/tools/pybind11Common.cmake:204 (include)
build/temp.linux-x86_64-cpython-310/_deps/pybind11-src/CMakeLists.txt:296 (include)
No description provided.