

Is there a way to tell pip to automatically install all needed dependencies so I don't have to do it manually one by one?Īdd: This only happens in Ubuntu 12.04 BTW. So far I've had to manually install six, pytz, nose, and now it's complaining about needing mock.

When I run the second pip install command again, the process is stopped now complaining about another required package and I need to repeat the process again, ie: install the new required package manually (with the command above) and then run the second pip install command. Which I fix manually with: pip install -user Īnd then run the second pip install command again.īut that only works for that particular package. No matching distribution found for (from matplotlib=1.3.1->-r requirements.txt (line 2))
