-
Notifications
You must be signed in to change notification settings - Fork 17
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
Updated to julia-1.10.2 giving errors with using TSML
including failure during precompile
#211
Comments
thanks for raising the issue. ill take a look. |
Hi, I don't see any problem. Can you try these steps?
you can also check if the unit-testing is successful or fails:
|
I cloned TSML.jl into a clean directory and ran both your suggestions. They completed normally, without errors. I then went to my original directory and removed the I then removed the Then I created a new notebook with julia-1.10.2 in a clean project directory, added TSML, and That seems to indicate that the problem is an incompatibility with my jupyter interface and/or IJulia.jl As a complete neophyte in this stuff, I added When I revert the new notebook to julia-1.10.1 and cleared the project, the Thanks for looking into the issue. |
Just a note that you should not remove |
Aside from |
I diffed the two log files I included, and they both list the same versions for all of the packages. I use IJulia over Pluto because it allows me to control when code cells get executed. I frequently have lots of partially completed code cells that I'm working on, and Pluto tries to execute them all the time. I now think that this issue is probably not with the TSML package, but probably with something in the underlying plots packages. Again thanks for looking into it with me. |
No worries. Just open another issue if you think TSML is involved. You can try running other packages with the jupyter notebook or install the Plots.jl package and see if jupyter breaks. Thanks also for reporting the issue. |
By the way, if you think this is caused by the new Julia version, you may raise an issue to the Julia github. I just checked and installed IJulia with the latest kernel and it seems that the kernel fails to run. You may have found a bug with IJulia or the latest Julia. |
Updated to julia-1.10.2 and found several errors with
using TSML
including failure during precompile:Code is copied from main TSML.jl github page: Main Workflow
Kernel Linux 5.15.0-92-generic x86_64
julia-1.10.2
jupyter IJulia
[7073ff75] IJulia v1.24.2
[198dc43e] TSML v2.7.7
[ Info: Precompiling TSML [198dc43e-9e51-5cd7-9d40-d9794d335912] ERROR: LoadError: InitError: UndefVarError:
GR_jllnot defined
during initialization of module GRPreferences in expression starting at /home/gary/.julia/packages/Plots/HyyIK/src/init.jl:91
ERROR: LoadError: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to "/home/gary/.julia/compiled/v1.10/Plots/jl_9uj3Oq".
I've included the entire notebook file (with added .log for github):
TSML02workflow.ipynb.log
The text was updated successfully, but these errors were encountered: