Closed Tranthanhbao198 closed 5 months ago
Can you try: omni_python -m pip install opencv-python
?
Can you try:
omni_python -m pip install opencv-python
? CMake Error at CMakeLists.txt:32 (find_package): By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Torch", but CMake did not find one.
Could not find a package configuration file provided by "Torch" with any of the following names:
TorchConfig.cmake
torch-config.cmake
Add the installation prefix of "Torch" to CMAKE_PREFIX_PATH or set "Torch_DIR" to a directory containing one of the above files. If "Torch" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred! hello, i am reinstalling, but at step8, i got this error, can you help me?
and this error
Can you try:
omni_python -m pip install opencv-python
?
yes thank you it worked
I still got some error like that:
OSError: /home/apicoo/pkgs/nvblox_torch/src/nvblox_torch/bin/libpy_nvblox.so: cannot open shared object file: No such file or directory 2024-05-31 09:47:03 [23,610ms] [Warning] [carb.audio.context] 1 contexts were leaked /home/apicoo/.local/share/ov/pkg/isaac_sim-2022.2.1/python.sh: line 41: 125594 Segmentation fault (core dumped) $pythonexe "$@" $args There was an error running python **-> this error is appeared when i run omni_python realsense_collision.py_**
(PnP) apicoo@apicoo-pc:~/curobo/examples/isaac_sim$ omni_python realsense_viewer.py
Warning: running in conda env, please deactivate before executing this script
If conda is desired please source setup_conda_env.sh in your python 3.7 conda env and run python normally
Depth Scale is: 0.0010000000474974513
Traceback (most recent call last):
File "realsense_viewer.py", line 34, in
--> this error when i run step 7 in Installing nvblox for PRECXX11_ABI and Isaac Sim
I use 2 GPUs Nvidia gerforce rtx 4090
@balakumar-s bala please help me to fix them. thank you so much
Is it possible for you to use the provided docker?
In addition, python version in conda should match isaac sim python version of 3.8.
Also, check your cuda version. It should be 11.8.
Is it possible for you to use the provided docker?
Hello, i dont have many experiment with docker@.@
In addition, python version in conda should match isaac sim python version of 3.8.
Also, check your cuda version. It should be 11.8. How do I know version of python isaacsim? Because I don't see any information about it before? Please let me know. And, I read docs and it said that I should install cuda11.7, so I should need to reinstall it? Thank you so much.
If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
hello, i got this error. I installed opencv-python both in conda env (PnP) and base, but i always got error with cv2 when i ran omni_python realsense_viewer.py. Please help me to fix it. thank you so much