Hello everybody!
I hope someone here can help me. I'm a Julia-beginner and I have to connect
several devices in the lab with Julia (Serial/GPIB). I searched for packages
and found two: Instruments and SerialPorts. But while adding those, I just
get errors. I tried to Pkg.build("Instruments") but this is the error:
/julia> Pkg.build("Instruments")
INFO: Building Instruments
=============================[ ERROR: Instruments
]=============================
LoadError: None of the selected providers can install dependency visa.
Use BinDeps.debug(package_name) to see available providers
while loading
/home/iwsatlas1/ffischer/.julia/linux-ubuntu-14.04-x86_64/v0.4/Instruments/deps/build.jl,
in expression starting on line 6
================================================================================
===========================================[ BUILD ERRORS
]============================================
WARNING: Instruments had build errors.
- packages with build errors remain installed in
/home/iwsatlas1/ffischer/.julia/linux-ubuntu-14.04-x86_64/v0.4
- build the package(s) and all dependencies with `Pkg.build("Instruments")`
- build a single package by running its `deps/build.jl` script
=======================================================================================================
/
Any ideas what I can do? Or other ways to control the devices?
Greetings
Felix F
--
View this message in context:
http://julia-programming-language.2336112.n4.nabble.com/Cannot-add-Instruments-jl-tp47020.html
Sent from the Julia Users mailing list archive at Nabble.com.