grongierisc / interoperability-embedded-python

Hack of PEX Python but for Embedded Python
MIT License
13 stars 6 forks source link

iop not found #13

Closed evshvarov closed 1 year ago

evshvarov commented 1 year ago

While building a docker image

evshvarov commented 1 year ago

0 7.558

0 7.558 %SYS>

0 7.558

0 7.558 %SYS>

0 7.558

0 7.558 %SYS>

0 7.565 /bin/sh: 1: iop: not found


failed to solve: executor failed running [/bin/sh -c iris start IRIS && iris session IRIS < /tmp/iris.script && iop -M /irisdev/app/demo/python/reddit/settings.py && iris stop IRIS quietly]: exit code: 127

grongierisc commented 1 year ago

Hi for now, this repo is not suppose to be for build or demo, this is the core source code. For demo, use this repo : https://github.com/grongierisc/iris-python-interoperability-template

Never the less, this is still an issue, and i will fixe it in the next days

evshvarov commented 1 year ago

I see! Thank you, @grongierisc