TransWikia.com

¿Por qué Docker me devuelve el error "returned a non-zero code: 127"?

Stack Overflow en español Asked by AbatwaelQuitol on August 26, 2021

Muy buenos días estoy intentando hacer mi primera imagen en docker usando el siguiente código:

#With the next line will be installd the operative system
FROM ubuntu

#Is the actualization of repository
RUN apt update
RUN apt-get update

#The next command help you to install git for can clone a repository from GitHub
RUN apt install git -y

#Installing Python and pip
RUN apt-get install python3.6 -y
RUN apt-get install python3-pip -y

#install stringMLST
RUN pip install stringMLST

sin embargo cuando quiero continuar me sale el siguiente error:

/bin/sh: 1: pip: not found
The command '/bin/sh -c pip install stringMLST' returned a non-zero code: 127

Ojalá me puedan ayudar

One Answer

Normalmente hay algunos enredos al hacer que pip se ejecute como comando.

Para ir a la fija, siempre se puede usar

python -m pip install stringsMLST

O para especificar aún más que se quiere usar python3 (cuando pueda estar python2 por ahí)

python3 -m pip install stringsMLST

Answered by Alfabravo on August 26, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP