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

About Install Python API (developer mode) #342

Closed
hlldy6858 opened this issue May 15, 2024 · 1 comment
Closed

About Install Python API (developer mode) #342

hlldy6858 opened this issue May 15, 2024 · 1 comment

Comments

@hlldy6858
Copy link

hlldy6858 commented May 15, 2024

Hello, I encountered the following error in this step :
make editable
How should I resolve this error?
error:

/home/hlldy/KISS-ICP/src/kiss-icp/cpp/kiss_icp/core/Registration.cpp:174:69: error: ‘tbb::info’ has not been declared
    174 |       max_num_threads_(max_num_threads > 0 ? max_num_threads : tbb::info::default_concurrency()) {
        |                                                                     ^~~~
  [7/12] Building CXX object kiss_icp/pybind/CMakeFiles/kiss_icp_pybind.dir/kiss_icp_pybind.cpp.o
  [8/12] Building CXX object kiss_icp/metrics/CMakeFiles/kiss_icp_metrics.dir/Metrics.cpp.o
  ninja: build stopped: subcommand failed.

  *** CMake build failed
  error: subprocess-exited-with-error
  
  × Building editable for kiss-icp (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  full command: /home/hlldy/anaconda3/envs/KISS/bin/python /home/hlldy/anaconda3/envs/KISS/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_editable /tmp/tmpfoi_fit3
  cwd: /home/hlldy/KISS-ICP/src/kiss-icp/python
  Building editable for kiss-icp (pyproject.toml) ... error
  ERROR: Failed building editable for kiss-icp
Failed to build kiss-icp
ERROR: Could not build wheels for kiss-icp, which is required to install pyproject.toml-based projects
make: *** [Makefile:11:editable] 错误 1
@hlldy6858
Copy link
Author

I've fixed this error, thanks.

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