Skip to content

Non-Beta recurrence of "WARNING: could not import DistributionsAD._mv_categorical_logpdf into ReverseDiffX" #219

Closed
@EngrStudent

Description

@EngrStudent

I have the error in non-beta Julia.

I found this, and though it is closed, and relates to beta, I have the same problem in non-beta.
#199

When I use this code:

using DifferentialEquations
using Plots
using Flux
using DiffEqFlux

I get the following warning:
WARNING: could not import DistributionsAD._mv_categorical_logpdf into ReverseDiffX

Here is my versioninfo:

julia> versioninfo()
Julia Version 1.7.2
Commit bf53498635 (2022-02-06 15:21 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 12th Gen Intel(R) Core(TM) i9-12900KF
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-12.0.1 (ORCJIT, goldmont)

Here is the statuses for my packages:

julia> Pkg.status("DifferentialEquations")
      Status `C:\Users\julia> Pkg.status("DifferentialEquations")
      Status `C:\Users\<snip>\.julia\environments\v1.7\Project.toml`
  [0c46a032] DifferentialEquations v7.1.0

julia> Pkg.status("Plots")
      Status `C:\Users\<snip>\.julia\environments\v1.7\Project.toml`
  [91a5bcdd] Plots v1.27.6

julia> Pkg.status("Flux")
      Status `C:\Users\<snip>\.julia\environments\v1.7\Project.toml`
  [587475ba] Flux v0.12.10

julia> Pkg.status("DiffEqFlux")
      Status `C:\Users\<snip>\.julia\environments\v1.7\Project.toml`
  [aae7a2af] DiffEqFlux v1.44.0\.julia\environments\v1.7\Project.toml`
  [0c46a032] DifferentialEquations v7.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions