Jonathan Conder
Jonathan Conder
I had this error because my libjulia.so.1 and libjulia.so were different files (not symlinks). Not sure how they got like that but it was easy enough to fix.
backported part of https://github.com/conan-io/conan-center-index/pull/12056 to fix the patching issue
related https://github.com/aws/containers-roadmap/issues/1675
the multiprocessing issue can be solved setting `sys.executable = "path/to/python"` in your main script. Although this kinda defeats the purpose of using pyinstaller in the first place...
I've seen this as well with `Docs.doc(::Docs.Binding)`. Think it's because `Docs.doc` is defined in `Base` but all of its methods are implemented in `REPL`.
I'm happy to change this to only keep SIGSEGV. Hopefully will have time to rebase it as well in the next week or so
Updated now. I haven't tested yet or thought as hard about this as the previous iteration, probably won't get a chance to test until next week. However, it's a lot...