packing-box / docker-packing-box

Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
GNU General Public License v3.0
49 stars 10 forks source link

`pip3 not found` when building box #40

Closed smarbal closed 1 year ago

smarbal commented 1 year ago

The following error occurs when building the box on the latest Dockerfile :

Step 51/62 : RUN pip3 -qq install --user --no-warn-script-location /tmp/lib/  && rm -rf /tmp/lib
 ---> Running in cc63eb0b2ef6
/bin/sh: 1: pip3: not found
The command '/bin/sh -c pip3 -qq install --user --no-warn-script-location /tmp/lib/  && rm -rf /tmp/lib' returned a non-zero code: 127
dhondta commented 1 year ago

@smarbal Does it happen systematically ? Did you try to rebuild ?

smarbal commented 1 year ago

Rebuilding with the --no-cache flag solved the problem.