Dhruva Kumar Kaushal

Results 32 comments of Dhruva Kumar Kaushal

> I Only got a detect py file. Please Tell me where to make the necessary changes. I just want my object to be tracked while it's been detected. I...

> Hi! thanks for your repo I have troubles with the installation process... Can you give the steps to install this repo? Thank you! Hey! You can checkout [https://github.com/dhruvak001/real_time_object_detection_and_tracker](url) it...

@dcherian the failing tests seems to be unrelated to changes in the PR, right?

@williballenthin for now i have kept run to Warning instead of exit code 1(to pass the ci and also get debug files). Shall i change it to exit 1 or...

I have changed it to exit, but our master branch itself have many extra dependency which would conflict. Do we need to also remove it ?

@williballenthin output data https://github.com/mandiant/capa/actions/runs/13290227487/artifacts/2579953653 diff.txt -> > 0a1 > -e git+https://github.com/mandiant/capa@63b7062f4d2689ba64e5ccee26d566668be018be#egg=flare_capa 2a4 > altgraph==0.17.4 3a6 > build==1.2.2 18c21,22 < pefile==2024.8.26 > packaging==24.2 > pefile==2023.2.7 25a30,32 > pyinstaller-hooks-contrib==2025.1 > pyinstaller==6.11.1 >...

@williballenthin all of the above dependency are expected packages. I have ignored them, but after numerous methods and tries > -e git+https://github.com/mandiant/capa@9aed266094a1e75258908d73802487b201c850f4#egg=flare_capa can't be ignored.

@williballenthin PR is almost done, there are some dependencies which i added especially in the code to get bypassed. These dependencies are expected according to me, if you can please...

@v1bh475u oh okay! you can check the changes if it may help.

@v1bh475u btw this https://github.com/mandiant/capa/pull/2595 now passes "build / PyInstaller for ubuntu-20.04 / Py 3.13 (pull_request)" Action. @williballenthin is this all for this issue or it needs more updates (@v1bh475u)