-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
This seems like it should be an easy fix:
julia> Pkg.clone("https://github.com/JuliaBerry/PiGPIO.jl")
INFO: Cloning PiGPIO from https://github.com/JuliaBerry/PiGPIO.jl
INFO: Computing changes...
INFO: No packages to install, update or remove
julia> using PiGPIO
LoadError: ArgumentError: Module StrPack not found in current path.
Run `Pkg.add("StrPack")` to install the StrPack package.
while loading /home/pi/.julia/v0.5/PiGPIO/src/PiGPIO.jl, in expression starting on line 276
julia> Pkg.add("StrPack")
INFO: Cloning cache of StrPack from https://github.com/pao/StrPack.jl.git
INFO: Installing StrPack v0.1.0
INFO: Package database updated
INFO: METADATA is out-of-date — you may not have the latest version of StrPack
INFO: Use `Pkg.update()` to get the latest versions of your packages
julia> using PiGPIO
LoadError: error in method definition: function Base.run must be explicitly imported to be extended
while loading /home/pi/.julia/v0.5/PiGPIO/src/PiGPIO.jl, in expression starting on line 480
julia> versioninfo()
Julia Version 0.5.1
Commit 6445c82* (2017-03-05 13:25 UTC)
Platform Info:
OS: Linux (arm-linux-gnueabihf)
CPU: ARMv7 Processor rev 4 (v7l)
WORD_SIZE: 32
BLAS: libblas
LAPACK: liblapack
LIBM: libm
LLVM: libLLVM-3.9.0 (ORCJIT, generic)
julia>
nodrygo
Metadata
Metadata
Assignees
Labels
No labels