Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load() doesn't support URLs #86

Closed
nijibabulu opened this issue Sep 8, 2020 · 2 comments
Closed

load() doesn't support URLs #86

nijibabulu opened this issue Sep 8, 2020 · 2 comments

Comments

@nijibabulu
Copy link

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
@Bondan000
Copy link

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?

@davidanthoff
Copy link
Member

The latest version of FileIO should fix this.

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

No branches or pull requests

3 participants