LoadError: ArgumentError: Package PDMats does not have IterativeEigensolvers in its dependencies:

Hey, I’m new to Julia.

I’m trying to load PDMats in Julia.

using PDMats

and I get the following error:

ERROR: LoadError: ArgumentError: Package PDMats does not have IterativeEigensolvers in its dependencies:
- If you have PDMats checked out for development and have
  added IterativeEigensolvers as a dependency but haven't updated your primary
  environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with PDMats

My versioninfo()

Julia Version 1.7.3
Commit 742b9abb4d (2022-05-06 12:58 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-12.0.1 (ORCJIT, skylake)

I have tried updating my packages. And still to no avail.

Because of the error, I am unable to load StatsPlots or Distributions packages.

SOLVED: Was able to solve the issue by deleting /home/user/.julia folder and reinstalling the packages.