dji-sdk / Tello-Python

This is a collection of python modules that interact with the Ryze Tello drone.
Other
1.34k stars 643 forks source link

Setting up in installation #37

Open hkpc0715 opened 4 years ago

hkpc0715 commented 4 years ago

I have followed the following steps:

Mac

Make sure you have the latest Xcode command line tools installed. If not, you might need to update your OS X and XCode to the latest version in order to compile the h264 decoder module Go to the "install\Mac" folder folder in command line, run chmod a+x ./mac_install.sh ./mac_install.sh

However, my installation said:

Configuring incomplete, errors occurred! See also ''User/hkpc/downloads/Tello-Python-master/Tello_Video/h264decoder/build/CMakeFiles/CMakeOutput.log''. make: *** No targets specified and no makefile found. Stop. cp: libh264decoder.so: No such file or directory Compilation and Installation Done!

Can I know what am I missing and how to fix this?

dji-dev commented 4 years ago

Public comment from Ho.Yan in Zendesk ticket #28330:

Dear Developer,

Thanks for reaching Ryze!

https://github.com/dji-sdk/Tello-Python/tree/master/Tello_Video/install/Mac You can download the files in this directory and automatically install the test environment.

Best Regards,

Ho Yan RYZE TECHNICAL SUPPORT

hkpc0715 commented 4 years ago

Public comment from Ho.Yan in Zendesk ticket #28330:

Dear Developer,

Thanks for reaching Ryze!

https://github.com/dji-sdk/Tello-Python/tree/master/Tello_Video/install/Mac You can download the files in this directory and automatically install the test environment.

Best Regards,

Ho Yan RYZE TECHNICAL SUPPORT

Hi Ho Yan,

Thank you for your reply. However, I think you have misunderstand my meaning. I have tried to download the above files and run in my terminal. Where I have got the following errors:

Configuring incomplete, errors occurred! See also ''User/hkpc/downloads/Tello-Python-master/Tello_Video/h264decoder/build/CMakeFiles/CMakeOutput.log''. make: *** No targets specified and no makefile found. Stop. cp: libh264decoder.so: No such file or directory Compilation and Installation Done!

georgegoglodze commented 4 years ago

Same error here on OS X and XCode

manujimele commented 4 years ago

Public comment from Ho.Yan in Zendesk ticket #28330: Dear Developer, Thanks for reaching Ryze! https://github.com/dji-sdk/Tello-Python/tree/master/Tello_Video/install/Mac You can download the files in this directory and automatically install the test environment. Best Regards, Ho Yan RYZE TECHNICAL SUPPORT

Hi Ho Yan,

Thank you for your reply. However, I think you have misunderstand my meaning. I have tried to download the above files and run in my terminal. Where I have got the following errors:

Configuring incomplete, errors occurred! See also ''User/hkpc/downloads/Tello-Python-master/Tello_Video/h264decoder/build/CMakeFiles/CMakeOutput.log''. make: *** No targets specified and no makefile found. Stop. cp: libh264decoder.so: No such file or directory Compilation and Installation Done!

@hkpc0715 same issue here... did you solve it?