-
Notifications
You must be signed in to change notification settings - Fork 26
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
ArchGDAL test fails #335
Comments
I expect you're using an old Julia version, because you also have an old ArchGDAL version. Could you update both to see if the problem persists? |
Julia --version " |
GriddingaMachine.jl doesn't depend on ArchGDAL.jl, so the problem seems to be lower in your error. Can you post the whole thing? Oh maybe it did previously? You seem to be stuck on an old GriddingMachine version. |
test ArchGDAL |
Here is the error when I use update, and above you can see the error when I use test ArchGDAL |
Can you please check what is holding back ArchGDAL from updating? To do that use |
Sorry @MitraAMitra I'm not able to reproduce this either; can you try the suggestion in #335 (comment) ? |
Hi,
I have installed ArchGDAL using the mac (M2) terminal, when I use the command "status ArchGDAL" I get the following
"⌅ [c9ce4bd3] ArchGDAL v0.6.0". However, when I run "test ArchGDAL". I receive the following errors:
"
ERROR: LoadError: UndefVarError: probe_platform_engines! not defined
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/ArchGDAL/CUiBS/test/remotefiles.jl:6
[2] include(fname::String)
@ Base.MainInclude ./client.jl:476
[3] top-level scope
@ ~/.julia/packages/ArchGDAL/CUiBS/test/runtests.jl:6
[4] include(fname::String)
@ Base.MainInclude ./client.jl:476
[5] top-level scope
@ none:6
in expression starting at /Users/myname/.julia/packages/ArchGDAL/CUiBS/test/remotefiles.jl:6
in expression starting at /Users/myname/.julia/packages/ArchGDAL/CUiBS/test/runtests.jl:6
ERROR: Package ArchGDAL errored during testing
"
I would very much appreciate it if you can help me to overcome this problem. I also need the package GriddingMachine, but I encounter a similar issue. The command status also gives me the following info, in case it is needed.
"
⌅ [c9ce4bd3] ArchGDAL v0.6.0
[a93c6f00] DataFrames v1.4.1
[add2ef01] GDAL v1.4.0
⌅ [f20cf718] GriddingMachine v0.1.8
⌅ [0d262f2c] PkgUtility v0.1.13
[3a884ed6] UnPack v1.0.2
[4af54fe1] LazyArtifacts
[10745b16] Statistics
"
The text was updated successfully, but these errors were encountered: