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

invalid type in method definition for mapshape

Open baggepinnen opened this issue 8 years ago • 5 comments

On Julia Version 0.4.1-pre+16 (2015-10-24 06:33 UTC) Commit 2cdef5d (5 days old release-0.4) x86_64-redhat-linux

I get the error below as soon as I type julia> using NumericExtensions

ERROR: LoadError: LoadError: ArgumentError: invalid type for argument s1 in method definition for mapshape at /local/home/fredrikb/.julia/v0.4/NumericExtensions/src/shapes.jl:44 in include at ./boot.jl:261 in include_from_node1 at ./loading.jl:304 in include at ./boot.jl:261 in include_from_node1 at ./loading.jl:304 in require at ./loading.jl:243 while loading /local/home/fredrikb/.julia/v0.4/NumericExtensions/src/shapes.jl, in expression starting on line 44 while loading /local/home/fredrikb/.julia/v0.4/NumericExtensions/src/NumericExtensions.jl, in expression starting on line 117

Any ideas?

Best regards, Fredrik

baggepinnen avatar Oct 29 '15 21:10 baggepinnen

Having the same problem.

kyle-pena-nlp avatar Jan 21 '16 20:01 kyle-pena-nlp

+1

dioptre avatar Jan 29 '16 01:01 dioptre

You need to go into ./julia and git checkout master

dioptre avatar Jan 29 '16 02:01 dioptre

dioptre - could you expand on this? I'm having same problem (with Julia v0.4.5)

davidzentlermunro avatar Jun 03 '16 09:06 davidzentlermunro

You need to go into the downloaded module directory in .Julia and get the latest (git pull master)

On Fri, Jun 3, 2016, 02:32 davidzentlermunro [email protected] wrote:

dioptre - could you expand on this? I'm having same problem (with Julia v0.4.5)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lindahua/NumericExtensions.jl/issues/63#issuecomment-223534347, or mute the thread https://github.com/notifications/unsubscribe/AAuZmL-T0cFpsmH2KZGAhAALVdOG9nNCks5qH_TAgaJpZM4GYk2A .

dioptre avatar Jun 03 '16 22:06 dioptre