Closed caiyongrt closed 2 weeks ago
This is probably a variation of the git issue in #1106, but it looks like this version of ultralytics doesn't have any obvious workaround for git
being missing. And since you've already created #1285 for ultralytics 8.0.16, let's focus on that for now.
1.The environment used is chaquopy 16.0.0, and the Python version is 3.12.7. 2.The code in the build.gradle of the app is:
3.python代码为:
4.The above code cannot import the ultralytics library. The print statement 'import ultralytics successfully' is not printed.。 5.The error prompt for program running is:【Caused by: com.chaquo.python.PyException: FileNotFoundError: [Errno 2] No such file or directory: 'git'】 6.The complete error prompt is as follows: