The command "sudo apt-get install python-dev, python3-dev" failed and exited with 100 during -
it seems like
sudo apt-get install build-essential
worked fine but, gets error while installing python-pip
.
based on error log, main issue apt-get
interpreting attempt install separate packages comma part of name of python-dev
. install multiple packages apt-get
separate them space.
however, based upon continued discussion in chat appears travis build still failing because of other issues had in configuration. packages such pip
python3 weren't being named properly.
Comments
Post a Comment