I tried this on windows, it worked: delete the directory Nemo (found with Pkg.dir() subdir Nemo)) delete the corresponding directory METADATA/Nemo (Pkg.dir("METADATA") subdir Nemo) and if they exist, .cache/Nemo, METADATA/.cache/Nemo restart Julia, do Pkg.update() > Pkg.clone("https://github.com/Nemocas/Nemo.jl") when its done, quit and restart Julia > Pkg.build("Nemo") when its done, restart Julia > using Nemo # a bunch of warnings, then Welcome to Nemo ... restart Julia > using Nemo Welcome to Nemo ... (without the warnings)
On Monday, October 24, 2016 at 1:24:30 PM UTC-4, digxx wrote: > > Hey, > Thx for ur reply. I tried both deleting all the files and run Pkg.build > again... > It however did not work as are all the files present too :-( > Julia in cygwin is correct... >