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
But during execution (via gitlab ci/cd), I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/builds/myteam/myproject/debian/myteam-service-myproject/opt/myproject/bin/python'
make[1]: *** [debian/rules:10: override_dh_virtualenv] Error 1
make[1]: Leaving directory '/builds/myteam/myproject'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
I will need to know what part of the process should create the virtual environment including the python program? And how can I make sure this part works well?
Thanks for your help,
Axel
The text was updated successfully, but these errors were encountered:
Good morning,
I made a debian/rules file that uses dh-virtualenv (I followed the advice in the documentation):
But during execution (via gitlab ci/cd), I get the following error:
I will need to know what part of the process should create the virtual environment including the python program? And how can I make sure this part works well?
Thanks for your help,
Axel
The text was updated successfully, but these errors were encountered: