-
Notifications
You must be signed in to change notification settings - Fork 56
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
PreCompilation errors #228
Comments
The error impacts the precompilation every time Julia is restarted.
Please fix. Thank you! |
Are there plans to fix this? The error slows down the julia restarts big time. thank you! |
|
Thanks for the bug report. Unfortunately, this doesn't happen for me so hard to debug. I'll fix as soon as I can reproduce and debug. This seems to be in an old part of the code that is optional and probably not used by many/all so one option might be to just skip it. |
Tried also on a fresh install of Julia 1.10 now and no problems with the precompile there either. Hmm, I need some more info to delve deeper into this. If others are having problems, please share. |
@montyvesselinov can you rm your current BlackBoxOptim install and instead install current master and report back what happens during pre-compilation? |
i did removed. I did ✗ BlackBoxOptim → BlackBoxOptimRealtimePlotServerExt |
using the latest with |
actually it did not:
|
Hmm, strange one. Ok, I commented out the code loading the gui extension part so please try again with "dev BlackBoxOptim" and report back if you still get pre-compilation errors. Still no errors on my end neither with 1.9.5 nor with 1.10. |
I never used the GUI. Can you send me simple steps to follow? Is it
possible that all is due to version issues?!
<https://envitrace.com/>
Velimir “monty” Vesselinov
Co-Founder & CTO - Envitrace
+1 505-473-4150
***@***.***> <https://calendly.com/montyv>
<https://github.com/montyvesselinov>
<https://www.linkedin.com/in/montyvesselinov> <https://montyv.github.io/>
…On Sun, Feb 4, 2024 at 4:41 AM Robert Feldt ***@***.***> wrote:
Hmm, strange one. Ok, I commented out the code loading the gui extension
part so please try again with "dev BlackBoxOptim" and report back if you
still get pre-compilation errors. Still no errors on my end neither with
1.9.5 nor with 1.10.
—
Reply to this email directly, view it on GitHub
<#228 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK7C6D5AKPO6AEM7FHVO73YR5XYHAVCNFSM6AAAAABBPB542GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVG4YTQOJQGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
[a0f608ac] AffineInvariantMCMC v1.2.3 |
Error: Error during loading of extension BlackBoxOptimRealtimePlotServerExt of BlackBoxOptim, use |
Ok, I tried taking away the whole extensions now. Please try again but make sure BBO is totally removed from your Julia install and then install by giving the http url, i.e.: add https://github.com/robertfeldt/BlackBoxOptim.jl and see if the same problem happens. |
Now it compiles. Maybe the GUI should be in a separate repo. Thank you!
|
I get the following compilation errors with v 0.6.3. All works well wth 0.6.2.
This occurs under julia versions 1.9.2, 1.9.3, and 1.10.
The text was updated successfully, but these errors were encountered: