JuliaAcademy / DataScience

Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
https://juliaacademy.com/p/julia-for-data-science
MIT License
488 stars 256 forks source link

01. Data IOError: could not spawn `wget ... #16

Closed rleyvasal closed 3 years ago

rleyvasal commented 3 years ago

Notebook 01. Data shows the following error when running command ;wget "https://raw.githubusercontent.com/nassarhuda/easy_data/master/programming_languages.csv"

IOError: could not spawn wget https://raw.githubusercontent.com/nassarhuda/easy_data/master/programming_languages.csv: no such file or directory (ENOENT)

Running: JuliaPro_v1.5.1-1 Windows 10 Pro 64-bit

mahsanghani commented 3 years ago

download("https://raw.githubusercontent.com/nassarhuda/easy_data/master/programming_languages.csv", "programminglanguages.csv") works but ;wget does not

Redmusk888 commented 3 years ago

I don't why this happend and how to fix it.

IOError: could not spawn head programminglanguages.csv: no such file or directory (ENOENT)

Running: Julia v1.6.1 on jupyternote Windows 10 64-bit

logankilpatrick commented 3 years ago

I removed this from the notebook so we should be good now!