-
Notifications
You must be signed in to change notification settings - Fork 5
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
Broken argopy link #57
Comments
For context : the html that was linked in the docs is the last one I managed to make work. Update : I updated the GitHub link to https://github.com/euroargodev/argopy#readme and resurrected running the notebook example But : the test case returns this error :
How can we fix this issue? ps. I also get this error on MAC arm64, but the above ran via GitHub action on linux |
Hi @gaelforget |
while pydata/xarray#8909 is not solved we have to use xarray < 2024.3 |
Thanks for explaining. Will keep an eye out for 0.1.16 and try again when it's out |
I don't know how to do modify the install / use instruction of argopy to do this. Is there an argument that you can pass to If we can do this in python then we should be able to modify one of the relevant lines of Julia below : ArgoData.jl/ext/ArgoDataCondaExt.jl Line 7 in c3b53be
ArgoData.jl/ext/ArgoDataPyCallExt.jl Line 7 in c3b53be
ArgoData.jl/examples/Argo_argopy.jl Line 95 in c3b53be
I generally expect that dependencies enforce their own dependency compatibility restrictions. In Julia that's handled by the compat section in Project.toml. For Python / argopy I see it's done in requirement.txt I tried |
Indeed the restriction on xarray is done by requirements.txt |
rq: |
Hi Gael,
Looking at the last release, I noticed that the first argopy link at:
https://gaelforget.net/notebooks/Argo_argopy.html
is broken
it could point toward: https://github.com/euroargodev/argopy
The text was updated successfully, but these errors were encountered: