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
{{ message }}
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
julia> Pkg.add("Mathematica")
INFO: Cloning cache of Mathematica from git://github.com/one-more-minute/Mathematica.jl.git
INFO: Installing Mathematica v0.1.0
INFO: Package database updated
INFO: METADATA is out-of-date — you may not have the latest version of Mathematica
INFO: Use `Pkg.update()` to get the latest versions of your packages
julia> Pkg.update()
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove
julia> using Mathematica
WARNING: deprecated syntax "x[i:]" at /home/me/.julia/v0.3/Mathematica/src/MathLink.jl:43.
Use "x[i:end]" instead.
WARNING: deprecated syntax "x[i:]" at /home/me/.julia/v0.3/Mathematica/src/MathLink.jl:148.
Use "x[i:end]" instead.
WARNING: deprecated syntax "x[i:]" at /home/me/.julia/v0.3/Mathematica/src/MathLink.jl:181.
Use "x[i:end]" instead.
ERROR: error compiling Open: could not load module ml64i3: ml64i3: cannot open shared object file: No such file or directory
in include at boot.jl:244
while loading /home/me/.julia/v0.3/Mathematica/src/MathLink.jl, in expression starting on line 95
while loading /home/me/.julia/v0.3/Mathematica/src/Mathematica.jl, in expression starting on line 1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: