-
Notifications
You must be signed in to change notification settings - Fork 25
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
can't manage to install correctly, test fail on my computer #19
Comments
That is really strange. What version of Taro do you see when you do a |
Using OS X 10.10.5, Taro v0.2.0 ">using Taro" does not cause an error, but when I do "Taro.init()" it fails. |
What error do you see when you run |
init() not defined |
Also, I now realise I have to rebuild each time I launch julia to avoid an error when 'using Taro' See below julia> Pkg.build("Taro") julia> using Taro julia> Taro.init() julia> init() |
OK, so right there is your issue:
Please see http://aviks.github.io/JavaCall.jl/index.html for documentation relating to |
PS. I will look at making the |
I have a similar problem on Windows: julia> using Taro
ERROR: LoadError: LoadError: InitError: Cannot find java library jvm.dll
Search Path:
C:\Program Files\Julia-0.4.5 I never used JavaCall.jl, but noticed it was installed when I Pkg.add'ed Taro. It seems the installation instructions assume you have a working JavaCall. This package looks interesting, but not enough to get me to want to fiddle with getting a proper JVM installed at this time. Any chance to make the installation smoother? |
Just tried to install/use Taro on 0.62 on a Mac and got a seg fault:
|
I cannot use any of the Taro functions.
Pkg.test("Taro")
INFO: No packages to install, update or remove
ERROR: Taro did not provide a test/runtests.jl file
in error at error.jl:21
in test at pkg/entry.jl:718
in anonymous at pkg/dir.jl:28
in cd at /usr/local/Cellar/julia/0.3.10/lib/julia/sys.dylib
in cd at pkg/dir.jl:28
in test at pkg.jl:67
The text was updated successfully, but these errors were encountered: