Docker build for docker-mendix-buildpack fails: ModuleNotFoundError: No module named ‘requests’”

0
While using the official deployment tool to deploy a Mendix project on Ubuntu, I downloaded the docker-mendix-buildpack, but running docker build throws an error. I’ve tried many approaches without success and currently have no idea where the problem lies.   problem:   Traceback (most recent call last):  File "/opt/mendix/buildpack/compilation.py", line 10, in <module>    from buildpack import util  File "/opt/mendix/buildpack/buildpack/util.py", line 13, in <module>    import requestsModuleNotFoundError: No module named 'requests'
asked
0 answers