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.

here's log of failed build.

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

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -