>
> No. Ref https://github.com/JuliaLang/julia/issues/13200. Just try again. 
>

Sorry, but


julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating cache of Clang...
INFO: Updating CodeTools...
INFO: Updating GMT...
INFO: Updating MutateIt...
INFO: Updating Atom...
INFO: Updating jlcall...
INFO: Updating cache of Clang...
INFO: Computing changes...
INFO: No packages to install, update or remove

julia> using PyCall
INFO: Precompiling module PyCall...
ERROR: LoadError: PyCall not properly installed. Please run 
Pkg.build("PyCall")
 in error at error.jl:21
while loading C:\j\.julia\v0.4\PyCall\src\PyCall.jl, in expression starting 
on line 36
ERROR: Failed to precompile PyCall to C:\j\.julia\lib\v0.4\PyCall.ji
 in compilecache at loading.jl:383

julia> Pkg.build("PyCall")
INFO: Building PyCall
INFO: Recompiling stale cache file C:\j\.julia\lib\v0.4\Conda.ji for module 
Conda.
WARNING: Module BinDeps uuid did not match cache file
WARNING: deserialization checks failed while attempting to load cache from 
C:\j\.julia\lib\v0.4\Conda.ji
INFO: Precompiling module Conda...
INFO: Recompiling stale cache file C:\j\.julia\lib\v0.4\Conda.ji for module 
Conda.
WARNING: Module BinDeps uuid did not match cache file
============================================================[ ERROR: PyCall 
]============================================================

LoadError: __precompile__(true) but require failed to create a precompiled 
cache file
while loading C:\j\.julia\v0.4\PyCall\deps\build.jl, in expression starting 
on line 12



 

>
> > 
> >     INFO: Building PyCall 
> >     INFO: Recompiling stale cache file C:\j\.julia\lib\v0.4\Conda.ji for 
> > module Conda. 
> >     WARNING: Module BinDeps uuid did not match cache file 
> >     WARNING: deserialization checks failed while attempting to load 
> cache 
> > from C:\j\.julia\lib\v0.4\Conda.ji 
> >     INFO: Precompiling module Conda... 
> >     INFO: Recompiling stale cache file C:\j\.julia\lib\v0.4\Conda.ji for 
> > module Conda. 
> >     WARNING: Module BinDeps uuid did not match cache file 
> >     ============================================================[ ERROR: 
> > PyCall ]============================================================ 
> > 
> >     LoadError: __precompile__(true) but require failed to create a 
> > precompiled cache file 
> >     while loading C:\j\.julia\v0.4\PyCall\deps\build.jl, in expression 
> > starting on line 12 
>

Reply via email to