Giter Club home page Giter Club logo

Comments (9)

baggepinnen avatar baggepinnen commented on May 29, 2024 1

You can always create a new environment and add the packages that are relevant to what you are currently doing, that way you minimize the risk of conflicts between packages.

from lowlevelparticlefilters.jl.

baggepinnen avatar baggepinnen commented on May 29, 2024 1

I tagged anew release with updated compat for PDMats.jl, thus might make it easier for you to install the latest version. If not, one of the packages the package manager highlighted as incompatible needs updated compat bounds.

from lowlevelparticlefilters.jl.

baggepinnen avatar baggepinnen commented on May 29, 2024

Yeppp has not been a dependency of this package for a very long time
https://github.com/baggepinnen/LowLevelParticleFilters.jl/blob/master/Project.toml
Which version of LowLevelParticleFilters.jl did you install?

from lowlevelparticlefilters.jl.

Sinansi avatar Sinansi commented on May 29, 2024

I was trying to install the latest version released today 0.4.8

from lowlevelparticlefilters.jl.

baggepinnen avatar baggepinnen commented on May 29, 2024

Well, Yeppp is not a dependency and I am not seeing the problem you reported, so without knowing what versions of packages you actually have installed I can't really guide you. What does pkg> st -m LowLevelParticleFilters say?

You can also try installing LowLevelParticleFilters.jl in a new environment to see if it works better, if it does, one of the other packages you had installed was holding it back.

from lowlevelparticlefilters.jl.

Sinansi avatar Sinansi commented on May 29, 2024

(@v1.5) pkg> st -m LowLevelParticleFilters
Status C:\Users\Sannan\.julia\environments\v1.5\Manifest.toml
[d9d29d28] LowLevelParticleFilters v0.2.3

from lowlevelparticlefilters.jl.

Sinansi avatar Sinansi commented on May 29, 2024

And I get the following when I install the package:

julia> Pkg.add("LowLevelParticleFilters")
Updating registry at C:\Users\Sannan\.julia\registries\General
Updating git-repo https://github.com/JuliaRegistries/General.git
Resolving package versions...
Updating C:\Users\Sannan\.julia\environments\v1.5\Project.toml
[d9d29d28] + LowLevelParticleFilters v0.2.3
Updating C:\Users\Sannan\.julia\environments\v1.5\Manifest.toml
[9e28174c] + BinDeps v0.8.10
[34da2185] ↓ Compat v3.15.0 ⇒ v2.2.1
[5732040d] ↓ DelayEmbeddings v1.10.1 ⇒ v1.9.0
[31c24e10] ↓ Distributions v0.23.8 ⇒ v0.22.6
[50d2b5c4] ↓ Lazy v0.15.1 ⇒ v0.14.0
[d9d29d28] + LowLevelParticleFilters v0.2.3
[429524aa] ↓ Optim v0.22.0 ⇒ v0.20.1
[90014a1f] ↓ PDMats v0.10.0 ⇒ v0.9.12
[6310b701] + Yeppp v0.4.0

from lowlevelparticlefilters.jl.

baggepinnen avatar baggepinnen commented on May 29, 2024

Yeah, so it installed a very old version of this package. There is probably another package in your environment that has conflicting dependencies. Try pkg> add [email protected] and the package manager will tell you why it can't.

from lowlevelparticlefilters.jl.

Sinansi avatar Sinansi commented on May 29, 2024

Several packages are conflicting. Now, I know what is causing the error. I am glad to learn these new tips!

(@v1.5) pkg> add [email protected]
Updating registry at C:\Users\Sannan\.julia\registries\General
Updating git-repo https://github.com/JuliaRegistries/General.git
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package RecipesBase [3cdcf5f2]:
RecipesBase [3cdcf5f2] log:
├─possible versions are: [0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 1.0.0-1.0.2, 1.1.0] or uninstalled
├─restricted by compatibility requirements with LowLevelParticleFilters [d9d29d28] to
versions: [0.8.0, 1.0.0-1.0.2, 1.1.0]
│ └─LowLevelParticleFilters [d9d29d28] log:
│ ├─possible versions are: [0.1.0-0.1.2, 0.2.0-0.2.3, 0.3.0, 0.4.0-0.4.8] or uninstalled
│ └─restricted to versions 0.4.8 by an explicit requirement, leaving only versions 0.4.8
└─restricted by compatibility requirements with Temporal [a110ec8f] to versions: [0.4.0, 0.5.0, 0.6.0, 0.7.0] — no versions left
└─Temporal [a110ec8f] log:
├─possible versions are: [0.5.0-0.5.7, 0.6.0-0.6.1, 0.7.0] or uninstalled
└─restricted by compatibility requirements with Indicators [70c4c096] to versions: [0.5.0-0.5.7, 0.6.0-0.6.1, 0.7.0]
└─Indicators [70c4c096] log:
├─possible versions are: [0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0] or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions [0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0]

from lowlevelparticlefilters.jl.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.