lindahua / MixtureModels.jl

A Julia package for probabilistic mixture models
MIT License
13 stars 5 forks source link

fit_fmm not defined #6

Open ghost opened 8 years ago

ghost commented 8 years ago

Dear dev,

I'm using v0.4, and Julia doesn't understand fit_fmm as a function. I had update the metadata. Have you tested your package on v0.4. Am I doing something stupid?

thanks,

silenj commented 8 years ago

It seems the building process of the package does not work. Pkg.add("MixtureModels") is ok but when issuing using MixtureModels there are warnings and errors WARNING: could not import Base.add! into NumericExtensions and later: .julia/v0.4/NumericExtensions/src/common.jl, in expression starting on line 43 ERROR: LoadError: LoadError: LoadError: ArgumentError: invalid type for argument s1 in method definition for mapshape at .julia/v0.4/NumericExtensions/src/shapes.jl:44

Regards Johan

Microbiology commented 7 years ago

I am still getting the same problems with Julia 0.4.5 and 0.5. In 0.5, my metadata is updated but I am getting this error.

julia> Pkg.add("MixtureModels")

ERROR: MixtureModels can't be installed because it has no versions that support 0.5.0 of julia. You may need to update METADATA by running Pkg.update()