Skip to content

Conversation

msherman
Copy link

Please see https://discussions.udacity.com/t/pip-install-error-during-vagrant-up-on-macos/668380

In a nutshell, pip is failing to install packages for the version of python installed on the box. By adjusting the command from pip to pip2 they install successfully.

pip2 install werkzeug==0.8.3
pip2 install flask==0.9
pip2 install Flask-Login==0.1.3
pip2 install oauth2client
pip2 install requests
pip2 install httplib2

@jerrychong25
Copy link

This fixes is important for successful installation of PIP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants