dinhthihuyen
dinhthihuyen
I did try to solve this problem by override_dh_strip, override_dh_shlibdeps; using this link: https://dh-virtualenv.readthedocs.io/en/latest/howtos.html: override_dh_strip: dh_strip --exclude=/site-packages/ override_dh_shlibdeps: dh_shlibdeps --exclude=/site-packages/ Packaging process is done without errors, however, when I finished...
I realise that, when installed successfully package using sudo dpkg -i myscript_0.0.1_all.deb, I can activate debian environment and import package installed. However, I cannot get call command as entry_point in...
You can follow this link: https://uit-together.github.io/tutorials/mmdetection_step_by_step.html, I did and succeed.