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

Pkg.update() in Julia 0.6.x gets you an incompatible version of Flux #341

Closed
philtomson opened this issue Aug 6, 2018 · 2 comments
Closed

Comments

@philtomson
Copy link

After doing a Pkg.update() in 0.6.3, I got a version of Flux that was incompatible with Julia 0.6:

ERROR: LoadError: ArgumentError: Module Statistics not found in current path.
Run `Pkg.add("Statistics")` to install the Statistics package.

Then when I tried to Pkg.add("Statistics") as suggested, It reported that the package was not found.

I found that I had to do:

Pkg.pin("Flux", v"0.5.4")

to get Flux to work in Julia 0.6.3 again.

@philtomson philtomson changed the title If you do a Pkg.update() in Julia 0.6.x you get an incompatible version of Flux Pkg.update() in Julia 0.6.x gets you an incompatible version of Flux Aug 6, 2018
@MikeInnes
Copy link
Member

I'm not seeing this; is it possible that you ran Pkg.checkout("Flux") at some point? What happens if you do Pkg.free("Flux")?

@philtomson
Copy link
Author

philtomson commented Aug 7, 2018

Ah, yes, looking back through the history it looks like I did do a Pkg.checkout("Flux") a few months back.

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