You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use dh_virtualenv to package my project. when I run command 'dpkg-buildpackage -b', I got this error
"No .dynamic section in dynamic segment" when running to dh_strip.
Does anyone else get the same problem?
Thanks so much for your support!!!
The text was updated successfully, but these errors were encountered:
Packaging process is done without errors, however, when I finished packaging my package, I installed it using this command:
sudo dpkg -i myscript_0.0.1_all.deb. But when I call entry point of setup.py, it returned: command not found.
I have searched for some websites, forums but still cannot handle it.
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 setup.py.
So my question is, when I installed successfully debian package, how could I use this .deb file to activate virtual environment and call entry_point in setup.py?
Thanks so much for your support!!!
I use dh_virtualenv to package my project. when I run command 'dpkg-buildpackage -b', I got this error
"No .dynamic section in dynamic segment" when running to dh_strip.
Does anyone else get the same problem?
Thanks so much for your support!!!
The text was updated successfully, but these errors were encountered: