rjurney / Agile_Data_Code_2

Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
http://bit.ly/agile_data_science
MIT License
456 stars 306 forks source link

fix obsolete Vagrant box search URL and box name #84

Closed pjhinton closed 5 years ago

pjhinton commented 5 years ago

Attempts to run vagrant up results in a timeout when downloading the box file.

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'precise64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'precise64' (v0) for provider: virtualbox
    default: Downloading: http://files.vagrantup.com/precise64.box
    default: Download redirected to host: hashicorp-files.hashicorp.com
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Failed to connect to hashicorp-files.hashicorp.com port 443: Operation timed out

This is because the name has been changed from precise64 to hashicorp/precise64. Also noticed that the URL for searching for boxes is not correct and updated that as well.

rjurney commented 5 years ago

Thanks!