You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
This seems like it should be an easy fix:
The text was updated successfully, but these errors were encountered: