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

@compat not defined #144

Closed
huckl3b3rry87 opened this issue Mar 15, 2017 · 5 comments
Closed

@compat not defined #144

huckl3b3rry87 opened this issue Mar 15, 2017 · 5 comments

Comments

@huckl3b3rry87
Copy link

I am getting this error on a Windows machine

capture

@huckl3b3rry87 huckl3b3rry87 changed the title @compact not defined @compat not defined Mar 15, 2017
@ChrisRackauckas
Copy link
Member

https://discourse.julialang.org/t/nested-macros-bypass-package-dependencies/2683/4

The tl;dr is: the fix is in this METADATA PR:

JuliaLang/METADATA.jl#8343

Should be able to Pkg.update pretty soon.

@ChrisRackauckas
Copy link
Member

Dup of SciML/StochasticDiffEq.jl#16

@huckl3b3rry87
Copy link
Author

@ChrisRackauckas sorry did not see that one.

Thanks!

@ChrisRackauckas
Copy link
Member

Update: we are going with the route of just doing a long-term fix to Parameters.jl. I already submitted that PR: mauro3/Parameters.jl#28 . That should get through and we can tag probably by tomorrow.

In the meantime, you can get things working again by doing:

Pkg.pin("Parameters",v"0.6.0")

You'll have to remember in the future to Pkg.free("Parameters") so that way it will update properly though!

@ChrisRackauckas
Copy link
Member

Should be fixed now.

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

2 participants