Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function Base.run must be explicitly imported to be extended #3

Closed
standarddeviant opened this issue Nov 13, 2017 · 1 comment
Closed

Comments

@standarddeviant
Copy link

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> 
Alexander-Barth added a commit that referenced this issue Nov 12, 2024
@Alexander-Barth
Copy link
Contributor

Alexander-Barth commented Nov 12, 2024

This should be fixed via
559e6ea

Please reopen if the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants