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

using Symata fails for Julia 1.0.0 on Windows #155

Closed
metanoid opened this issue Aug 11, 2018 · 3 comments
Closed

using Symata fails for Julia 1.0.0 on Windows #155

metanoid opened this issue Aug 11, 2018 · 3 comments

Comments

@metanoid
Copy link

I know I'm being too eager expecting this to be working 2 days after Julia 1.0.0 is created. Just thought I'd create the issue in the meantime.

julia> using Symata
[ Info: Precompiling Symata [a906b1d5-d016-55c4-aab3-8a20cba0db2a]
ERROR: LoadError: LoadError: UndefVarError: start not defined
Stacktrace:
 [1] getproperty(::Module, ::Symbol) at .\sysimg.jl:13
 [2] top-level scope at none:0
 [3] eval(::Module, ::Any) at .\boot.jl:319
 [4] top-level scope at C:\Users\colin37\.julia\packages\Symata\wzfoQ\src\mxpr.jl:1318
 [5] include at .\boot.jl:317 [inlined]
 [6] include_relative(::Module, ::String) at .\loading.jl:1038
 [7] include at .\sysimg.jl:29 [inlined]
 [8] include(::String) at C:\Users\colin37\.julia\packages\Symata\wzfoQ\src\Symata.jl:3
 [9] top-level scope at none:0
 [10] include at .\boot.jl:317 [inlined]
 [11] include_relative(::Module, ::String) at .\loading.jl:1038
 [12] include(::Module, ::String) at .\sysimg.jl:29
 [13] top-level scope at none:2
 [14] eval at .\boot.jl:319 [inlined]
 [15] eval(::Expr) at .\client.jl:389
 [16] top-level scope at .\none:3
in expression starting at C:\Users\colin37\.julia\packages\Symata\wzfoQ\src\mxpr.jl:1317
in expression starting at C:\Users\colin37\.julia\packages\Symata\wzfoQ\src\Symata.jl:47
ERROR: Failed to precompile Symata [a906b1d5-d016-55c4-aab3-8a20cba0db2a] to C:\Users\metanoid\.julia\compiled\v1.0\Symata\fwwrC.ji.
Stacktrace:
 [1] error(::String) at .\error.jl:33
 [2] macro expansion at .\logging.jl:313 [inlined]
 [3] compilecache(::Base.PkgId, ::String) at .\loading.jl:1184
 [4] _require(::Base.PkgId) at .\logging.jl:311
 [5] require(::Base.PkgId) at .\loading.jl:852
 [6] macro expansion at .\logging.jl:311 [inlined]
 [7] require(::Module, ::Symbol) at .\loading.jl:834
@jlapeyre
Copy link
Owner

1.0.0 and Windows at the same time! This is brutal. Thanks for the issue, please open anything else you see fit.

Symata passed CI on 0.7 while I was packing for JuliaCon; broken by the time I gave my talk.

@jlapeyre
Copy link
Owner

Most of Symata works now on Linux under Julia 1.0. This is Symata v4.4.5. It is tagged but not in registered in METADATA.

There are some changes in... PyCall probably that cause some tests to fail. These remain to be fixed.

I have not tried on Windows yet.

@jlapeyre
Copy link
Owner

The most recently registered version v0.4.5 works for me with Julia 1.0. This is on linux. Please open another issue or comment if loading still fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants