bcgov / aries-vcr-issuer-controller

indy-catalyst-agent
Apache License 2.0
8 stars 31 forks source link

Build failed with ensurepip #81

Open manolaz opened 1 year ago

manolaz commented 1 year ago

I got error when build

aries-vcr-issuer-controller/docker$ ./manage build

=> CACHED [myorg-pipeline 11/15] WORKDIR /data-pipeline 0.0s => ERROR [myorg-pipeline 12/15] RUN make install-packages 0.8s

[myorg-pipeline 12/15] RUN make install-packages: 0.812 The virtual environment was not created successfully because ensurepip is not 0.812 available. On Debian/Ubuntu systems, you need to install the python3-venv 0.812 package using the following command. 0.812 0.812 apt-get install python3-venv 0.812 0.812 You may need to use sudo with that command. After installing the python3-venv 0.812 package, recreate your virtual environment. 0.812 0.812 Failing command: ['/data-pipeline/.venv/bin/python3.8', '-Im', 'ensurepip', '--upgrade', '--default-pip'] 0.812 0.816 make[1]: [.venv/bin/python] Error 1 0.816 .scripts/mara-app/install.mk:35: recipe for target '.venv/bin/python' failed 0.816 .scripts/mara-app/install.mk:15: recipe for target 'install-packages' failed 0.816 make: [install-packages] Error 2

failed to solve: process "/bin/sh -c make install-packages" did not complete successfully: exit code: 2

jamesclark011 commented 7 months ago

Hi, were you ever able to solve this problem?