Skip to content
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

ERROR: Func not defined #639

Closed
diegozea opened this issue Jun 28, 2014 · 1 comment
Closed

ERROR: Func not defined #639

diegozea opened this issue Jun 28, 2014 · 1 comment

Comments

@diegozea
Copy link

I'm getting this error on Ubuntu 14.04 (using julia-nightlies) after a Pkg.update()

julia> using DataFrames
Warning: could not import Base.Func into StatsBase
Warning: could not import Base.evaluate into StatsBase
Warning: could not import Base.IdFun into StatsBase
Warning: could not import Base.Abs2Fun into StatsBase
ERROR: Func not defined
 in anonymous at no file (repeats 2 times)
 in include at boot.jl:244
while loading /home/dzea/.julia/v0.3/StatsBase/src/weights.jl, in expression starting on line 134
while loading /home/dzea/.julia/v0.3/StatsBase/src/StatsBase.jl, in expression starting on line 140
while loading /home/dzea/.julia/v0.3/DataFrames/src/DataFrames.jl, in expression starting on line 11

julia> versioninfo(true)

Julia Version 0.3.0-prerelease
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
  WORD_SIZE: 64
           Ubuntu 14.04 LTS
  uname: Linux 3.13.0-30-generic #54-Ubuntu SMP Mon Jun 9 22:45:01 UTC 2014 x86_64 x86_64

@johnmyleswhite
Copy link
Contributor

I can't reproduce this on my machine. It looks like it might be a StatsBase issue. Let's move the issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants