Items with no label
3335 Discussions

Pyrealsense setup error

GGabr4
Beginner
1,240 Views

Hi! We have encountered the error below in running setup.py of pyrealsense. How can we solve it? Where is the stdint.h and librealsense binary location?

0 Kudos
3 Replies
idata
Employee
261 Views

Hello Gretchen_SMG-Team,

 

 

Thanks for contacting Intel customer support.

 

 

We are investigating on your issue, as soon as we have a new update regarding this issue we will let you know.

 

 

Best Regards,

 

Juan N.
0 Kudos
idata
Employee
261 Views

Hello Gretchen_SMG-Team,

 

 

Pyrealsense is not Intel-developed software, therefore, we cannot support it. Please file an issue at https://github.com/toinsson/pyrealsense/issues/ https://github.com/toinsson/pyrealsense/issues/.

 

 

Regards,

 

Jesus

 

Intel Customer Support
0 Kudos
MWnuk
Novice
261 Views

I had this issue as well, pyrealsense is looking for dependencies located in the usr/local/lib. If you edit the setup.py you will find a declaration of inc_dirs, you can either edit this to point to the location of the dependencies or create a link. At that point it should run and examples should work.

0 Kudos
Reply