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
2020-04-24 12:37:49 lts-debug pip.utils[24552] INFO Complete output from command python setup.py egg_info:
2020-04-24 12:37:49 lts-debug pip.utils[24552] INFO Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi
----------------------------------------
2020-04-24 12:37:49 lts-debug py2deb.cli[24552] ERROR Caught an unhandled exception!
So the problem that buildbot-www is depend on buildbot.
I create requirements.txt: requirements.txt.zip
with buildbot and buildbot-www and all dependicies:
I get such error if I run:
~/.local/bin/py2deb -r /tmp -- buildbot-www
So the problem that buildbot-www is depend on buildbot.
I create requirements.txt:
requirements.txt.zip
with buildbot and buildbot-www and all dependicies:
but I got the same error during:
~/.local/bin/py2deb -r /tmp -- -r /tmp/requirements.txt
So how can I can I help py2deb find buildbot package?
The text was updated successfully, but these errors were encountered: