Hi all,

I have experience and very odd behaviour.
when executing the setup.py with the following CUSTOM COMMAND
CUSTOM_COMMANDS = [['echo', 'Custom command worked!'],
                   ['apt-get', 'update'],
                   ['apt-get', 'install', '-y', 'unzip']]
everything works great.
when executing:
CUSTOM_COMMANDS = [['echo', 'Custom command worked!'],
                   ['apt-get', 'update'],
                   ['apt-get', 'install', '-y', 'unzip'],
                   ['apt-get', 'install', '-y', 'perl'],
                   ['apt-get', 'install', '-y', 'default-jre']]
unzip install return error:
RuntimeError: Command ['apt-get', 'install', '-y', 'unzip'] failed: exit
code: 100

Any idea what is the issue? it is either something super simple or
workaround for some issue that I am not aware of .
I am using the format of
https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples/complete/juliaset
Thanks,
-- 
Eila
<http://www.orielresearch.com>
Meetup <https://www.meetup.com/Deep-Learning-In-Production/>

Reply via email to