stereolabs / zed-python-api

Python API for the ZED SDK
https://www.stereolabs.com/docs/app-development/python/install/
MIT License
209 stars 95 forks source link

No module named pyzed.sl on Jetson Nano #193

Closed keli95566 closed 2 years ago

keli95566 commented 3 years ago

HI there! I am trying to get the Python streaming_sender.py to run on my newly flashed Jetson Nano, however, I am getting a Segmentation fault (core dumped) error. If I ran on gdb python debugger, I got the following messages:

Traceback (most recent call last):
  File "streaming_sender.py", line 25, in <module>
    import pyzed.sl as sl
ImportError: No module named pyzed.sl
[Inferior 1 (process 28454) exited with code 01]```
telling me that they could not find the pyzed.sl file!
Other tool such as ZED_EXPLORE works fine.

System specifications:

1, Jetpack 4.5

  1. Zed SDK 3.5
  2. pyzed 3.5 ; downloaded with the get_pyzed.py script.

Anyone please help!! Thank you so much!!

qt-truong commented 3 years ago

Hello @keli95566,

Could you please paste the log you get when running the script get_python_api.py ? Also, if you used a virtual environment when installing the API, don't forget to activate it whenever you run a python script using pyzed.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days

fabrizioschiano commented 1 year ago

@keli95566 did you find a solution to your issue?