Mathematica.jl icon indicating copy to clipboard operation
Mathematica.jl copied to clipboard

Does not work on Julia 1.x?

Open BeastyBlacksmith opened this issue 6 years ago • 3 comments

I tried adding it today and got

ERROR: Unsatisfiable requirements detected for package Mathematica [253502cb]:
 Mathematica [253502cb] log:
 ├─possible versions are: [0.1.0-0.1.1, 0.2.0] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.1.0-0.1.1, 0.2.0]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

At least the README.md should be updated.

BeastyBlacksmith avatar Feb 18 '19 13:02 BeastyBlacksmith

it also does not work in my notebook .

Batmanabcdefg avatar Mar 17 '19 00:03 Batmanabcdefg

I also can not install it using Pkg.add("Mathematica"). The interface will be quite useful if it can works for Julia 1.x. But it seems the contributors do not make any update for more than two years.

AmplitudeGravity avatar Apr 14 '19 12:04 AmplitudeGravity

Your best bet is to use: https://github.com/JuliaInterop/MathLink.jl

logankilpatrick avatar Jan 29 '20 15:01 logankilpatrick