Hello everybody,
I’m new on Julia Discourse, used Julia from version 0.6.4, 1.0 and after 1.6.x LTS
I tried to jump to one of the last stable versions, so I installed a portable version 1.9.
My goal was essentially to make functional use of the packages Interact inside a IJulia notebook or labserver.
Unfortunately, it was really impossible to install no one of the implied packages or their dependencies. More exactly, I may add them to Julia, but when I try to charge them by “using…”, I have a lot of precompilation errors, and specific other errors for each case.
BTW, I want to specify the fact that my context is a little bit particular: I’m using Windows 7 SP1, because of legacy constraints with respect to some essential software in my personal development. I have many hardware contexts already using Win 7 SP1 (on laptops or desktops) which work perfectly with Julia 1.6.7 for example.
On the other hand, exasperated because of impossibility for using Conda.jl, I installed Anaconda3 in my system, and also Python v3.7 (working with Win 7 SP1, versions highers than 3.8 have issues for working with, and needs at least Windows 10).
FIRST QUESTION, before detailing my error messages (if not, I will open a too much post there…): it is a ‘common knowledge’ in the Julia community that last versions of Julia are incompatible with the cited packages?
NB: In the past, I have seen already incompatibilities of CUDAnative and CuArrays, CUDAdrv etc with versions of Julia higher than 1.6.x, because of the new ‘unified’ replacement: CUDA.jl (their creator unified them inside this package).
SECOND QUESTION: Maybe I need to downgrade the versions of some packages, or dependencies? This was a solution for being able to make functional CUDA.jl and other packages in Julia v1.6.7 for example…
I will add the message errors for each package in the next post.
Thank you by advance.