-
Notifications
You must be signed in to change notification settings - Fork 34
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
First import fails, second import succeeds on julia 1.4.2 #153
Comments
I've attempted to reproduce this with Julia
|
Thanks @mattBrzezinski! Yes, I do see the same issue when doing Still using julia 1.4.2, I tried installing AWSS3 version 0.7.7 instead of 0.8.3. After doing that, here are the packages I have installed:
Interestingly, using that version, using AWS
using AWSS3
c = global_aws_config(; region="us-west-2")
r = s3_get(c, <my bucket>, <my key>)
|
Do you have any other versions of Julia that you use? I can setup |
Ah, thanks! I was able to successfully run my script when using
I deleted my
Haha so apparently this problem is very specific to julia 1.4.2 and AWSS3 0.8.3! |
Closing as this package is now at 0.11 and requires Julia 1.6 at a minimum. |
Hi! I noticed that on julia 1.4.2, the first time I attempt to
import AWSS3
, it fails, but the second time succeeds:Do you have any idea what might cause this? I did notice that the import succeeds the first time when using julia 1.6.0, but I'm unfortunately stuck on 1.4.2 due to unrelated factors for the moment.
The text was updated successfully, but these errors were encountered: