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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -