Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributions.jl dependency #16

Closed
karanbudhraja-uw opened this issue Apr 21, 2021 · 3 comments
Closed

Distributions.jl dependency #16

karanbudhraja-uw opened this issue Apr 21, 2021 · 3 comments

Comments

@karanbudhraja-uw
Copy link

I'm not sure if this was something I missed during the installation, but the Distributions.jl dependency seemed to not be taken care of when using Distributions.jl. I was only able to compile it after manually adding Distributions.jl to my environment first.

Error (without adding Distributions.jl manually), Warning after adding Distributions.jl manually:

[ Info: Precompiling EffectSizes [e248de7e-9197-5860-972e-353a2af44d75]
ERROR: LoadError: ArgumentError: Package EffectSizes does not have Distributions in its dependencies:
- If you have EffectSizes checked out for development and have
  added Distributions 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 EffectSizes

julia> using EffectSizes
[ Info: Precompiling EffectSizes [e248de7e-9197-5860-972e-353a2af44d75]
┌ Warning: Package EffectSizes does not have Distributions in its dependencies:
│ - If you have EffectSizes checked out for development and have
│   added Distributions 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 EffectSizes
└ Loading Distributions into EffectSizes from project dependency, future warnings for EffectSizes are suppressed.
@harryscholes
Copy link
Owner

I've only just seen this issue. How did you install EffectSizes? Which Julia version?

I cannot repro this issue on a fresh install of the package

(@v1.6) pkg> add EffectSizes
...

julia> using EffectSizes

julia> HedgeG
HedgeG

@rikhuijzer
Copy link
Collaborator

Distributions is clearly in Project.toml and I also cannot reproduce the issue. Feel free to open the issue again if it is still there for you.

@karanbudhraja-uw
Copy link
Author

thank you for checking on this! I had gotten the error for 1.3.0 and 1.5.0. I do not get this error in a clean installation of 1.6.0, so the problem was at my end (maybe the installation environment is dirty).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants