Gao Qi
Gao Qi
@35selim Hello! Sorry, I do not know what is happening but it is still "No module named pyrealsense2". My Jetson module is Jetson Nano 4G (not Jetson Orin Nano). I...
Supplement: After finishing the bash script, I just tried "python3 _directory_/myscript.py" or "python _directory_/myscript.py". Does it need to cd to somewhere?
@35selim Thanks a lot! The default Python3 in the latest JetPack SDK 4.6 is 3.6.9, I didn't change it. I will try your suggestion later. Best regards, Gao
@MartyG-RealSense Hi, thanks for your reply. Sorry for not updating in time, since I was also working on other tasks. I have tried the command "which python3 && python3 -V",...
@35selim Thanks again! I believe the problem definitely will be solved because indeed there are success cases. But now I am busy in another city. I will update the issue...
@35selim Hi Today, I reinstalled the latest Jetpack and followed your bash scripts without any additional operation, but it still doesn't work. Yes, I found 3 files with names of...
@35selim Thank you! For some reasons, now I set aside this RealSense work. Thanks again for your effort!
@35selim @MartyG-RealSense Good morning! Inspired by the topic "Not able to use pyrealsense2. "No Module named pyrealsense2" #12377", my issue has been solved. Actually, the CMake built pyrealsense2 package files...
Hi, @Pragadesh-45 Did you run the lines in the `build_pyrealsense2_and_SDK.sh` below? > echo 'PYTHONPATH="/usr/local/lib:/usr/local/lib/python3.6/pyrealsense2:$PYTHONPATH"' >> ~/.bashrc > echo 'export PYTHONPATH' >> ~/.bashrc I know they led to the problem that...