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

[BUG] Javis.Background and Javis.@JShape undefined #499

Open
XLin0mu opened this issue Mar 16, 2023 · 3 comments
Open

[BUG] Javis.Background and Javis.@JShape undefined #499

XLin0mu opened this issue Mar 16, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@XLin0mu
Copy link

XLin0mu commented Mar 16, 2023

Julia Version 1.9.0-beta4
Operating system is Windows10
Javis v0.1.5

(v1.9) pkg> rm Javis
...
(v1.9) pkg> gc
...
(v1.9) pkg> add Javis
...
(v1.9) pkg> build Javis

julia> using Javis

julia> Background
ERROR: UndefVarError: `Background` not defined

julia> Javis.Background
ERROR: UndefVarError: `Background` not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base .\Base.jl:31
 [2] top-level scope
   @ REPL[136]:1

julia> @JShape
ERROR: LoadError: UndefVarError: `@JShape` not defined
in expression starting at REPL[137]:1

only these two thing strange up to now, not sure if there're other thing missing.
at least, function background and color is sfine.

@XLin0mu XLin0mu added the bug Something isn't working label Mar 16, 2023
@Wikunia
Copy link
Member

Wikunia commented Mar 16, 2023

Thanks for trying out Javis. You're using a very old version of Javis. Please make sure to use a fresh local environment
A description of what those are and how to use them if necessary: https://opensourc.es/blog/all-about-pkg/#environments
In your global environment seems to have some other package installed that limits Javis to that version and in that version those functions didn't exist

@raju-bitter
Copy link

raju-bitter commented Oct 20, 2023

I had the same experience going through installation and tutorial 1. Would be good to add to the installation instructions the step to activate a new local environment. With that step Javis 0.9.0 was installed for me instead of 0.1.5

I can confirm that with a fresh Julia install the latest Javis release is installed.

@XLin0mu
Copy link
Author

XLin0mu commented Oct 20, 2023

The actually bug is that the version installed is 0.1.5 by default on my machine, everyone I owned.
I only seen this thing at Javis.jl, and I don't know what makie it happend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants