You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following does not work, although the README.md file claims urls can be used instead:
julia> url = "https://raw.githubusercontent.com/queryverse/CSVFiles.jl/master/test/data.csv"
julia> load(url)
ERROR: ArgumentError: No file exists at given path: https://raw.githubusercontent.com/queryverse/CSVFiles.jl/master/test/data.csv
Stacktrace:
[1] load(::Formatted; options::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /Users/rpz/.julia/packages/FileIO/wN5rD/src/loadsave.jl:189
[2] load at /Users/rpz/.julia/packages/FileIO/wN5rD/src/loadsave.jl:184 [inlined]
[3] #load#14 at /Users/rpz/.julia/packages/FileIO/wN5rD/src/loadsave.jl:133 [inlined]
[4] load(::String) at /Users/rpz/.julia/packages/FileIO/wN5rD/src/loadsave.jl:133
[5] top-level scope at REPL[7]:1
The text was updated successfully, but these errors were encountered:
I had the same problem. I downgraded FileIO v1.3.0 and now it works fine! CSVFiles hasn't been updated since v1.0.0. The newer versions of FileIO is causing some errors! @davidanthoff: Is it possible to push an update to include the changes made in FileIO?
The following does not work, although the
README.md
file claims urls can be used instead:The text was updated successfully, but these errors were encountered: