queryverse/TextParse.jl

Unable to Install TextParse with WeakRefStrings v0.6.1

Closed this issue · 2 comments

I run into an unsatisfiable requirements error when trying to install TextParse when WeakRefStrings v0.6.1 is present:

(v1.1) pkg> st WeakRefStrings
    Status `C:\Users\xxxxxx\.julia\environments\v1.1\Project.toml`
  [ea10d353] WeakRefStrings v0.6.1

(v1.1) pkg> add TextParse
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package WeakRefStrings [ea10d353]:
 WeakRefStrings [ea10d353] log:
 ├─possible versions are: [0.1.0-0.1.4, 0.2.0, 0.3.0-0.3.3, 0.4.0-0.4.7, 0.5.1-0.5.8, 0.6.0-0.6.1] or uninstalled
 ├─restricted to versions 0.6.1 by an explicit requirement, leaving only versions 0.6.1
 └─restricted by compatibility requirements with TextParse [e0df1984] to versions: [0.4.4-0.4.7, 0.5.1-0.5.8] — no versions left
   └─TextParse [e0df1984] log:
     ├─possible versions are: [0.1.0-0.1.1, 0.1.3-0.1.9, 0.2.0, 0.3.0-0.3.5, 0.4.0-0.4.1, 0.5.0, 0.6.0-0.6.2, 0.7.0-0.7.5, 0.8.0, 0.9.0] or uninstalled
     ├─restricted to versions * by an explicit requirement, leaving only versions [0.1.0-0.1.1, 0.1.3-0.1.9, 0.2.0, 0.3.0-0.3.5, 0.4.0-0.4.1, 0.5.0, 0.6.0-0.6.2, 0.7.0-0.7.5, 0.8.0, 0.9.0]
     └─restricted by julia compatibility requirements to versions: [0.6.0-0.6.2, 0.7.0-0.7.5, 0.8.0, 0.9.0] or uninstalled, leaving only versions: [0.6.0-0.6.2, 0.7.0-0.7.5, 0.8.0, 0.9.0]

For reference: JuliaData/WeakRefStrings.jl#61

I've just tagged a new release that has WeakRefStrings 0.6 in its compat list, just needs to go through the registration process and then this should be fixed.

Thanks. I've verified that the fix has been effective:

(v1.1) pkg> st WeakRefStrings
    Status `C:\Users\xxxxxx\.julia\environments\v1.1\Project.toml`
  [ea10d353] WeakRefStrings v0.6.1

(v1.1) pkg> add TextParse
 Resolving package versions...
 Installed TextParse ──── v0.9.1
 Installed DoubleFloats ─ v0.8.2
  Updating `C:\Users\xxxxxx\.julia\environments\v1.1\Project.toml`
  [e0df1984] + TextParse v0.9.1
  Updating `C:\Users\xxxxxx\.julia\environments\v1.1\Manifest.toml`
  [944b1d66] + CodecZlib v0.5.2
  [497a8b3b] + DoubleFloats v0.8.2
  [01680d73] + GenericSVD v0.2.1
  [c145ed77] + GenericSchur v0.2.3
  [4d1e1d77] + Nullables v0.0.8
  [be4d8f0f] + Quadmath v0.4.0
  [e0df1984] + TextParse v0.9.1
  [3bb67fe8] + TranscodingStreams v0.9.4