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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`pip3 not found` when building box

smarbal opened this issue · comments

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
commented

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

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