-
The error I got was:
```
Julia program file:
"/Users/ranjan/graph/static/buzz.jl"
C program file:
"/Users/ranjan/.julia/v0.6/PackageCompiler/examples/program.c"
Build directory:
"/Users/…
-
I am using Julia 1.4.1 and `GPUArrays v.3.4.1`.
I have no problem precompiling `GPUArrays` on REPL or Atom but on Jupyter I get the following error:
```
using GPUArrays
┌ Info: Precompiling GPUA…
-
REPL modes from `IPython` and `Rcall` don't work after the packages are compiled with the stable version of `PackageCompiler` (0.3.1). For example:
```julia
# compilation
using PackageCompiler
com…
-
Version:
* Julia 1.1.0
```Shell
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
[?25l[2K[?25h Resolving package vers…
aqzas updated
4 years ago
-
```julia
(v1.1) pkg> st
Status `C:\Users\Mus\.julia\environments\v1.1\Project.toml`
[537997a7] AbstractPlotting v0.9.4
[79e6a3ab] Adapt v0.4.2
[7d9fca2a] Arpack v0.3.0
[39de3d68] A…
-
My toml file is
```julia
DataFrames
````
my `code.jl` is
```julia
using Plots
gr()
plot(1:3)
```
Then I run to compile them
```julia
using PackageCompiler
compile_incremental("tom…
-
I apologize if this is fuzzily-stated or setup-specific. I've done my best to describe below.
### Initial Baseline
```
arnavsood@mbp:~$ sysctl machdep.cpu.brand_string
machdep.cpu.brand_strin…
-
Sorry to bother you again with such issues, but `test DSGE` fails on Julia 1.0.5 (Manjaro Linux) with a segfault:
```
(v1.0) pkg> develop DSGE
Updating git-repo `https://github.com/FRBNY-DSGE/D…
-
I was trying to compile PyPlot with
```julia
julia> compile_package("PyPlot"; force=false, reuse=false)
```
but got the following error message:
```julia
Please submit a bug report wit…
-
Segfault occur when updating julia packages. The problem happen after update of archlinux.
```
julia> versioninfo()
Julia Version 1.3.1
Commit 2d5741174c (2019-12-30 21:36 UTC)
Platform Info:
…