Skip to content
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

Build issue in Julia 1.6.0-rc1 #36

Closed
Mattriks opened this issue Mar 2, 2021 · 3 comments
Closed

Build issue in Julia 1.6.0-rc1 #36

Mattriks opened this issue Mar 2, 2021 · 3 comments

Comments

@Mattriks
Copy link

Mattriks commented Mar 2, 2021

Julia 1.6.0-rc1, in a fresh env (on a windows pc):

(@gsbase) pkg> add SplitApplyCombine
    Updating registry at `~\.julia\registries\General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Resolving package versions...
    Updating `~\.julia\environments\gsbase\Project.toml`
  [03a91e81] + SplitApplyCombine v1.1.4
    Updating `~\.julia\environments\gsbase\Manifest.toml`
  [85a47980] + Dictionaries v0.3.7
  [313cdc1a] + Indexing v1.1.0
  [03a91e81] + SplitApplyCombine v1.1.4
  [2a0f44e3] + Base64
  [b77e0a4c] + InteractiveUtils
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [9a3f8284] + Random
  [9e88b42a] + Serialization
  [8dfed614] + Test
0 dependencies successfully precompiled in 1 seconds (, 2 skipped during auto due to previous errors)
1 dependency errored

julia> using SplitApplyCombine
[ Info: Precompiling SplitApplyCombine [03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66]
ERROR: LoadError: ArgumentError: Package Indexing [313cdc1a-70c2-5d6a-ae34-0150d3930a38]
 is required but does not seem to be installed:
 - Run `Pkg.instantiate()` to install all recorded dependencies.

instantiate doesn't help here because Indexing.jl doesn't have a Project.toml.

@juliohm
Copy link

juliohm commented Mar 2, 2021

And this issue is affecting the installation of the GeoStats.jl stack as well since we moved from DataFrames.jl to TypedTables.jl

cc: @quinnj

@andyferris
Copy link
Member

We released Indexing v1.1.1 - does this fix your problem?

@Mattriks
Copy link
Author

Mattriks commented Mar 4, 2021

Yes thank you!

@Mattriks Mattriks closed this as completed Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants