Skip to content

v1.1 not installable in certain configurations #17

@tkluck

Description

@tkluck

As reported by @tautomer and @pkofod in #11, adding this package installs v1.0 for them.

I'm trying to reproduce as follows (Ubuntu linux, Julia master) but I get the correct version:

$ mkdir bla && cd bla && julia --project=. --startup-file=no
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.6.0-DEV.855 (2020-09-07)
 _/ |\__'_|_|_|\__'_|  |  Commit 31d72108ac* (3 days old master)
|__/                   |

(bla) pkg> add StatProfilerHTML
   Updating registry at `~/.julia/registries/General`
   Updating git-repo `https://github.com/JuliaRegistries/General.git`
  Resolving package versions...
  Installed Requires ───────── v1.0.2
  Installed StatProfilerHTML ─ v1.1.0
Updating `~/bla/Project.toml`
  [a8a75453] + StatProfilerHTML v1.1.0
Updating `~/bla/Manifest.toml`
  [1520ce14] + AbstractTrees v0.3.3
  [3da002f7] + ColorTypes v0.9.1
  [5ae59095] + Colors v0.11.2
  [864edb3b] + DataStructures v0.17.20
  [53c48c17] + FixedPointNumbers v0.7.1
  [08572546] + FlameGraphs v0.1.1
  [0bc81568] + HAML v0.3.3
  [9b13fd28] + IndirectArrays v0.5.1
  [1d6d02ad] + LeftChildRightSiblingTrees v0.1.2
  [bac558e1] + OrderedCollections v1.3.0
  [189a3867] + Reexport v0.2.0
  [ae029012] + Requires v1.0.2
  [a8a75453] + StatProfilerHTML v1.1.0
  [2a0f44e3] + Base64
  [ade2ca70] + Dates
  [8ba89e20] + Distributed
  [b77e0a4c] + InteractiveUtils
  [76f85450] + LibGit2
  [8f399da3] + Libdl
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [44cfe95a] + Pkg
  [de0858da] + Printf
  [9abbd945] + Profile
  [3fa0cd96] + REPL
  [9a3f8284] + Random
  [ea8e919c] + SHA
  [9e88b42a] + Serialization
  [6462fe0b] + Sockets
  [fa267f1f] + TOML
  [8dfed614] + Test
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode

@tautomer and/or @pkofod , could you paste the output that you are seeing? If you can, please also try it in a fresh project like I did above.

I suspect there is a compatibility problem between one of the new (possibly transitive) dependencies introduced in 1.1, and either your operating system or one of the other packages you have installed. I think in both cases we should be able to see it in the output from the packages resolver.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions