# PackageCompiler do not works

**URL:** https://discourse.julialang.org/t/packagecompiler-do-not-works/35142
**Category:** General Usage
**Tags:** package, binarybuilder, package-compiler
**Created:** [February 25, 2020, 10:08pm UTC](https://discourse.julialang.org/t/packagecompiler-do-not-works/35142 "2020-02-25T22:08:44Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![non-Jedi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/non-jedi/32/3645_2.png) [@non-Jedi](https://discourse.julialang.org/u/non-Jedi)
#### Post date: [February 26, 2020, 12:04am UTC](https://discourse.julialang.org/t/packagecompiler-do-not-works/35142/3 "2020-02-26T00:04:56Z")

</div>

Could you post the output of running

```julia
using Pkg
Pkg.PlatformEngines.probe_platform_engines!(; verbose=true)
mktempdir() do dir
    url = "https://github.com/JuliaComputing/PackageCompilerX.jl/releases/download/v0.1/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.tar.gz"
    Pkg.PlatformEngines.download(url, joinpath(dir, "test.tar.gz"); verbose=true)
end

```

(Taken from [Julia 1.3.1 cannot automatically install - #4 by staticfloat](https://discourse.julialang.org/t/julia-1-3-1-cannot-automatically-install/33869/4))

---

_[View the full topic](https://discourse.julialang.org/t/packagecompiler-do-not-works/35142)._
