-
Notifications
You must be signed in to change notification settings - Fork 226
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
run CMAKE_PREFIX_PATH=$CONDA_PREFIX/lib/python3.9/site-packages/pybind11/share/cmake/pybind11 bash build_all_conda.sh have errors #273
Comments
I use conda env |
(foundationpose) root@fc2188eee0fb:~/lanyun-tmp/FoundationPose# CMAKE_PREFIX_PATH=$CONDA_PREFIX/lib/python3.9/site-packages/pybind11/share/cmake/pybind11 bash build_all_conda.sh This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at /root/miniconda/envs/foundationpose/lib/python3.9/site-packages/cmake/data/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message): -- Configuring incomplete, errors occurred!
error: subprocess-exited-with-error × python setup.py develop did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. now is this error,seem a cmake error. |
I faced the same question,do you have solved it |
I have solved it just now.I think you should install eigen3.like this https://blog.csdn.net/p942005405/article/details/100653731 |
(foundationpose) root@790e385a94bd:~/lanyun-tmp/FoundationPose# CMAKE_PREFIX_PATH=$CONDA_PREFIX/lib/python3.9/site-packages/pybind11/share/cmake/pybind11 bash build_all_conda.sh
build_all_conda.sh: line 2: $'\r': command not found
build_all_conda.sh: line 4: cd: $'/root/lanyun-tmp/FoundationPose\r/mycpp/': No such file or directory
build_all_conda.sh: line 5: $'\r': command not found
CMake Warning:
Ignoring extra path from command line:
".."
CMake Error: The source directory "/root/lanyun-tmp/FoundationPose" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: the '-j' option requires a positive integer argument
Usage: make [options] [target] ...
Options:
-b, -m Ignored for compatibility.
-B, --always-make Unconditionally make all targets.
-C DIRECTORY, --directory=DIRECTORY
Change to DIRECTORY before doing anything.
-d Print lots of debugging information.
--debug[=FLAGS] Print various types of debugging information.
-e, --environment-overrides
Environment variables override makefiles.
--eval=STRING Evaluate STRING as a makefile statement.
-f FILE, --file=FILE, --makefile=FILE
Read FILE as a makefile.
-h, --help Print this message and exit.
-i, --ignore-errors Ignore errors from recipes.
-I DIRECTORY, --include-dir=DIRECTORY
Search DIRECTORY for included makefiles.
-j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.
-k, --keep-going Keep going when some targets can't be made.
-l [N], --load-average[=N], --max-load[=N]
Don't start multiple jobs unless load is below N.
-L, --check-symlink-times Use the latest mtime between symlinks and target.
-n, --just-print, --dry-run, --recon
Don't actually run any recipe; just print them.
-o FILE, --old-file=FILE, --assume-old=FILE
Consider FILE to be very old and don't remake it.
-O[TYPE], --output-sync[=TYPE]
Synchronize output of parallel jobs by TYPE.
-p, --print-data-base Print make's internal database.
-q, --question Run no recipe; exit status says if up to date.
-r, --no-builtin-rules Disable the built-in implicit rules.
-R, --no-builtin-variables Disable the built-in variable settings.
-s, --silent, --quiet Don't echo recipes.
-S, --no-keep-going, --stop
Turns off -k.
-t, --touch Touch targets instead of remaking them.
--trace Print tracing information.
-v, --version Print the version number of make and exit.
-w, --print-directory Print the current directory.
--no-print-directory Turn off -w, even if it was turned on implicitly.
-W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
Consider FILE to be infinitely new.
--warn-undefined-variables Warn when an undefined variable is referenced.
This program built for x86_64-pc-linux-gnu
Report bugs to [email protected]
build_all_conda.sh: line 8: $'\r': command not found
build_all_conda.sh: line 10: cd: $'/root/lanyun-tmp/FoundationPose\r/bundlesdf/mycuda': No such file or directory
build_all_conda.sh: line 11: $'\r': command not found
ERROR: . is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
build_all_conda.sh: line 13: $'\r': command not found
build_all_conda.sh: line 14: cd: $'/root/lanyun-tmp/FoundationPose\r\r': No such file or directory
The text was updated successfully, but these errors were encountered: