-
Notifications
You must be signed in to change notification settings - Fork 14
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
Problems with Installation #12
Comments
When you run |
yep after installing all the packages listed above i now have I'm now running into a problem when I load the package telling me it has failed to precompile the StochasticDiffEq module. I assume this is all due to the switching to the new differential equation solver |
This is actually an issue in You can temporarily work using Pkg.pin("BioEnergeticFoodWebs", v"0.2.0") when this will be fixed, just go through Pkg.free("BioEnergeticFoodWebs")
Pkg.update() |
@TomClegg94 The issue is in |
This should be fixed now. Sorry for the wait! |
The package is all working now and i'm on version However, in order to get the new version I re-added the package |
@TomClegg94 I'm unable to reproduce. How did you install Julia? |
I used the .dmg on julialang.org. I also use the Juno IDE on atom. |
OK -- I see nothing in the code here that could trigger this error, and I'm unable to reproduce. |
@TomClegg94 can you post your Pkg.status()? Pinned packages can sometimes do this. |
Expected behavior
Installation of the package
Actual behavior
Julia returns an error stating:
unsatisfiable package requirements detected: no feasible version could be found for package: ChunkedArrays
after this package is installed and the BEFW package is installed again it returns the same error as above for the following packages:
Parameters ResettableStacks DataStructures Iterators
After this it finally allows installation.
Steps to reproduce
1.Start with clean install of Julia 0.5.1
2.Run
Pkg.add("BioEnergeticFoodWebs")
3.Add the packages that are returned by the error
System information
julia 0.5.1
Pkg.status("BioEnergeticFoodWebs")
- NAOSX 10.10.5
The text was updated successfully, but these errors were encountered: