Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

Pyrealsense setup error

GGabr4
Beginner
1,874 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
895 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
895 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
895 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