Mr.Fire
Mr.Fire
> Thanks for the feedback, the online pip is compiled based on ubuntu20, and we will fix this bug for ubuntu 18 later. > > Now, you can try to...
also, after cross build as readme, when I open app and choose a video, it just crash with "Caused by: java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make...
And I have catkin_make Onboard-SDK-ROS, if I ignore the UserConfig.txt, when I run > roslaunch dji_osdk_ros dji_sdk_node.launch I will get this error ```setting /run_id to 307ad436-3bbc-11ec-91b0-18c04d2cbd6b process[rosout-1]: started with pid...
可以了,现在的问题是 roslaunch dji_osdk_ros dji_sdk_node.launch ```auto-starting new master process[master]: started with pid [22530] ROS_MASTER_URI=http://localhost:11311 setting /run_id to 0213f356-3bbd-11ec-91b0-18c04d2cbd6b process[rosout-1]: started with pid [22541] started core service [/rosout] process[dji_sdk-2]: started with pid...
Maybe not support .ppt but .pptx?
balanced data + loss weights
Same error, and I've add this: ``` - ../mnt/libssl.so.10:/usr/lib/x86_64-linux-gnu/libssl.so.10 - ../mnt/libcrypto.so.1.1:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 - ../mnt/libgdiplus.so.0:/usr/local/lib/libgdiplus.so.0 - ../mnt/libexif.so.12:/usr/lib/x86_64-linux-gnu/libexif.so.12 ``` and I am sure I have these 4 file in host linux. But still...
It seems I midunderstand the host and docker order, so I try to change to: ``` - /usr/lib/x86_64-linux-gnu/libssl.so.10:/usr/lib/x86_64-linux-gnu/libssl.so.10 - /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 - /usr/local/lib/libgdiplus.so.0:/usr/lib/x86_64-linux-gnu/liblibgdiplus - /usr/lib/x86_64-linux-gnu/libexif.so.12:/usr/lib/x86_64-linux-gnu/libexif.so.12 ``` But sitll got same error.
emm... docker -v should be dir, so why you can mount file? > It is because the shared libraries are missing in the ragflow-server container, and the issue can be...
Finally work it out by change the code from v0.7.0 to dev...