-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello, first of all thank you for the repo, it is a great tool! With regards to the setup steps, apart from the pip command being outdated (pip setup.py install (legacy) vs pip install .), after running the updated pip and the test code and error is launched, "Unable to load the system C library". I think that the issue is related to how the plugin files are saved in setup.py, as they dont appear to be called. When calling pip uninstall it shows that they are being saved in different locations, which could perhaps lead to the issue above "c:\users\USER\anaconda3\envs\python310\lib\site-packages\thermal_parser-20240327.dist-info*
c:\users\USER\anaconda3\envs\python310\lib\site-packages\thermal_parser*
c:\users\USER\anaconda3\envs\python310\plugins\dji_thermal_sdk_v1.5_20240507\history.txt
" Could you verify if there is an issue with the setup?