Closed johnfgibson closed 3 years ago
After a couple weeks work with other things on julia-1.6.0, Interact now precompiles and works fine. I'm not sure what changed, but since I am no longer experiencing any problems, I'll close this issue.
I can confirm this issue still happens in 1.6. After looking at the log above, it looks like julia is pulling in an old version of Interact
, namely version v0.8.0
. Adding the latest version manually (as of time of writing) seems to "solve" the issue
(@v1.6) pkg> add Interact@v0.10.3
Resolving package versions...
Installed Adapt ─────── v3.3.0
Installed Preferences ─ v1.2.1
Installed Tables ────── v1.4.2
Installed Interact ──── v0.10.3
Installed JLLWrappers ─ v1.3.0
Updating `~/.julia/environments/v1.6/Project.toml`
[c601a237] ↑ Interact v0.8.0 ⇒ v0.10.3
Updating `~/.julia/environments/v1.6/Manifest.toml`
[b99e7846] - BinaryProvider v0.5.10
[34da2185] - Compat v2.2.1
[864edb3b] - DataStructures v0.17.20
[c601a237] ↑ Interact v0.8.0 ⇒ v0.10.3
[7981ab7d] - InteractBulma v0.6.2
[692b3bcd] ↑ JLLWrappers v1.2.0 ⇒ v1.3.0
[21216c6a] + Preferences v1.2.1
[189a3867] ↓ Reexport v1.0.0 ⇒ v0.2.0
[322a6be2] - Sass v0.1.0
[bd369af6] ↑ Tables v1.4.1 ⇒ v1.4.2
[8bb1440f] - DelimitedFiles
[1a1011a3] - SharedArrays
Building Interact → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/381c584142ac744bcc23af64bff3e3dc44d7f632/build.log`
Progress [========================================>] 41/41
41 dependencies successfully precompiled in 72 seconds (49 already precompiled)
EDIT: This leads me to believe it's a registry or package server-related issue, not an issue with Interact
.
it looks like julia is pulling in an old version of Interact, namely version v0.8.0
same thing happened to me, using julia 1.6.2
When I run add Interact@v0.10.3
, I get
Installed Compat ─ v3.32.0
Updating `Project.toml`
[c601a237] ↑ Interact v0.8.0 ⇒ v0.10.3
[033835bb] ↓ JLD2 v0.4.13 ⇒ v0.4.3
[7f904dfe] ↓ PlutoUI v0.7.9 ⇒ v0.7.1
[189a3867] ↓ Reexport v1.1.0 ⇒ v0.2.0
Updating `Manifest.toml`
[b99e7846] - BinaryProvider v0.5.10
[944b1d66] + CodecZlib v0.7.0
[34da2185] ↑ Compat v2.2.1 ⇒ v3.32.0
[864edb3b] ↑ DataStructures v0.17.20 ⇒ v0.18.9
[c601a237] ↑ Interact v0.8.0 ⇒ v0.10.3
[7981ab7d] - InteractBulma v0.6.2
[033835bb] ↓ JLD2 v0.4.13 ⇒ v0.4.3
[7f904dfe] ↓ PlutoUI v0.7.9 ⇒ v0.7.1
[189a3867] ↓ Reexport v1.1.0 ⇒ v0.2.0
[322a6be2] - Sass v0.1.0
so it seems like something really wants the old Interact
Interact fails to precompile on Julia-1.6.0. I just downloaded 1.6.0, installed a few packages, and got the following error on
using Interact