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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -