Closed rluta closed 4 years ago
This merge request fixes some simple build issues with current master:
setup.py fails because it depends on README.md that has been converted to README.adoc
setup.py
the binary client in Dockerfile doesn't return any output on docker run -it gio apim apis ps.
docker run -it gio apim apis ps
I couldn't find a way to make the binary work with Python-3.6 but it works fine with Python-3.7.
Thank you for the PR
This merge request fixes some simple build issues with current master:
setup.py
fails because it depends on README.md that has been converted to README.adocthe binary client in Dockerfile doesn't return any output on
docker run -it gio apim apis ps
.I couldn't find a way to make the binary work with Python-3.6 but it works fine with Python-3.7.