JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
278 stars 71 forks source link

How to solve unsatisfiable requirements detected for package error, that occurs while adding MAT? #136

Closed efmanu closed 4 years ago

efmanu commented 4 years ago

Hi , When I try to add MAT to my packages, I am getting the following error. I can't update DistributionsAD because this version required for my application. So, is there any other method to solve this? ERROR: Unsatisfiable requirements detected for package BufferedStreams [e1450e63]:

BufferedStreams [e1450e63] log:
 ├─possible versions are: 1.0.0 or uninstalled
 ├─restricted by compatibility requirements with MAT [23992714] to versions: 1.0.0
 │ └─MAT [23992714] log:
 │   ├─possible versions are: [0.5.0-0.5.1, 0.6.0, 0.7.0] or uninstalled
 │   └─restricted to versions * by an explicit requirement, leaving only versions [0.5.0-0.5.1, 0.6.0, 0.7.0]
 └─restricted by compatibility requirements with Compat [34da2185] to versions: uninstalled — no versions left
   └─Compat [34da2185] log:
     ├─possible versions are: [1.0.0-1.0.1, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0-1.5.1, 2.0.0, 2.1.0, 2.2.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0-3.3.1, 3.4.0, 3.5.0, 3.6.0] or uninstalled
     └─restricted to versions 3.6.0-3 by DistributionsAD [ced4e74d], leaving only versions 3.6.0
       └─DistributionsAD [ced4e74d] log:
         ├─possible versions are: 0.4.1 or uninstalled
         └─DistributionsAD [ced4e74d] is fixed to version 0.4.1
My packages are as follows:
  [4fba245c] ArrayInterface v2.4.1
  [c52e3926] Atom v0.12.6
  [6e4b80f9] BenchmarkTools v0.4.3
  [76274a88] Bijectors v0.5.3
  [336ed68f] CSV v0.5.24
  [49dc2e85] Calculus v0.5.1
  [da1fd8a2] CodeTracking v0.5.8
  [5b389179] CompressedSensing v0.0.0 #master (https://github.com/dahlend/CompressedSensing.jl.git)
  [3a865a2d] CuArrays v1.7.2
  [864edb3b] DataStructures v0.17.9
  [31c24e10] Distributions v0.22.4
  [ced4e74d] DistributionsAD v0.4.1
  [c87230d0] FFMPEG v0.2.4
  [5789e2e9] FileIO v1.2.2
  [1a297f60] FillArrays v0.8.4
  [f6369f11] ForwardDiff v0.10.9
  [f7f18e0c] GLFW v3.2.2
  [7869d1d1] IRTools v0.3.1
  [033835bb] JLD2 v0.1.12
  [aa1ae85d] JuliaInterpreter v0.7.12
  [e5e0dc1b] Juno v0.8.0
  [ece10b52] KissThreading v0.0.0 #master (https://github.com/mohamed82008/KissThreading.jl)
  [929cbde3] LLVM v1.3.3
  [4ff543c0] LSPECT v0.1.0 
  [6f1432cf] LoweredCodeUtils v0.4.3
  [429524aa] Optim v0.20.1
  [bac558e1] OrderedCollections v1.1.0
  [14b8a8f1] PkgTemplates v0.6.4
  [91a5bcdd] Plots v0.28.4
  [92933f4c] ProgressMeter v1.2.0
  [438e738f] PyCall v1.91.3
  [d330b81b] PyPlot v2.8.2
  [1fd47b50] QuadGK v2.3.1
  [295af30f] Revise v2.5.3
  [276daf66] SpecialFunctions v0.9.0
  [682df890] Stan v6.0.2
  [c1514b29] StanSample v2.1.1
  [90137ffa] StaticArrays v0.12.1
  [f3b207a7] StatsPlots v0.14.0
  [a759f4b9] TimerOutputs v0.5.3
  [028f657a] TotalLeastSquares v1.2.0
  [9f7883ad] Tracker v0.2.6
  [fce5fe82] Turing v0.8.3 
  [d9e3e1c4] VoxelRayTracers v0.1.3 #master (https://github.com/jw3126/VoxelRayTracers.jl.git)
  [e88e6eb3] Zygote v0.4.9
  [8bb1440f] DelimitedFiles
  [37e2e46d] LinearAlgebra
  [de0858da] Printf
  [9abbd945] Profile
  [9a3f8284] Random
  [8dfed614] Test
  [cf7118a7] UUIDs

Thanks in Advance Manu