sql-machine-learning / playground

Deploy SQLFlow service mesh on Windows, macOS, and Linux desktop computers
https://sqlflow.org
12 stars 7 forks source link

Setup playground as develop role failed #33

Open Yancey1989 opened 4 years ago

Yancey1989 commented 4 years ago

After run ./play.sh, it's failed with the following error message:

    default:
    default: Guest Additions Version: 5.2.8_KernelUbuntu r120774
    default: VirtualBox Version: 6.0
==> default: Mounting shared folders...
    default: /vagrant => /Users/yancey/workspace/playground
    default: /home/vagrant/desktop => /Users/yancey/workspace/playground
==> default: Running provisioner: shell...
    default: Running: /var/folders/b6/z4_jzhqs3fg4_5ndn0szcyd80000gp/T/vagrant-shell20200610-9881-difb2.bash
    default: Setting apt-get mirror...
    default: E: Type 'tware' is not known on line 11 in source list /etc/apt/sources.list
    default: E: The list of sources could not be read.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
lhw362950217 commented 4 years ago

It is a weird problem, we use get_fastest_resource.sh > /etc/apt/source.list, we expect the file content is a list of apt-get source. However, we finally got an incomplete file with original content mixed with the get_fastest_resource.sh command. It happens by chance. I will keep refining it.