-
Notifications
You must be signed in to change notification settings - Fork 22
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 steps do not work #73
Comments
@rlegarda thanks for the issue, I will look into it. |
I'm not able to reproduce. |
+1, when installed a package (not github) |
Running in a Docker container (clean environment), I can't reproduce this error. docker run -it --rm julia -e 'using Pkg; Pkg.add("AlphaVantage"); using AlphaVantage; AlphaVantage.GLOBAL[]' Can you share more information about your setup? |
macOS Sonoma 14.5
julia installed via asdf Issue, potentially related to https://stackoverflow.com/questions/56789914/julia-error-undefvarerror-not-defined Output: Resolving package versions...
No Changes to `~/.julia/environments/v1.10/Project.toml`
No Changes to `~/.julia/environments/v1.10/Manifest.toml`
┌ Warning: No API key found
└ @ AlphaVantage ~/.julia/packages/AlphaVantage/GV8DN/src/AlphaVantage.jl:15
ERROR: UndefVarError: `GLOBAL` not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:31
[2] top-level scope
@ none:1 |
I also have this same bug, running in macOS Sequoia 15.1.1
|
Also can confirm that I can see my environment variable is set properly and retrievable in the |
Hi,
I'm using Version 1.10.3 (2024-04-30). I tried to run the first steps and doesn't work.
julia> using AlphaVantage
julia> AlphaVantage.GLOBAL[]
ERROR: UndefVarError:
GLOBAL
not definedStacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:31
[2] top-level scope
@ REPL[2]:1
However, when I export the API Key, I can read the data
The text was updated successfully, but these errors were encountered: