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: MinimalPerfectHash not found in require at loading.jl:47 #4

Open
paulanalyst opened this issue Dec 22, 2014 · 0 comments
Open

Comments

@paulanalyst
Copy link

           _

_ _ ()_ | A fresh approach to technical computing
() | () () | Documentation: http://docs.julialang.org
_ _ | | __ _ | Type "help()" for help.
| | | | | | |/ ` | |
| | |
| | | | (
| | | Version 0.3.3 (2014-11-23 20:19 UTC)
/ |_'|||__'| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32

julia>
julia> using MinimalPerfectHashes
ERROR: too many parameters for type GenericGraph
in include at boot.jl:245
in include_from_node1 at loading.jl:128
while loading C:\Users\SAMSUNG2.julia\v0.3\MinimalPerfectHashes\src\minperfhash.jl, in expression starting on lin
e 15
while loading C:\Users\SAMSUNG2.julia\v0.3\MinimalPerfectHashes\src\MinimalPerfectHashes.jl, in expression starti
ng on line 5

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating cache of MinimalPerfectHashes...
INFO: Updating cache of MinimalPerfectHashes...
INFO: Computing changes...
INFO: No packages to install, update or remove

julia> using MinimalPerfectHashes

julia> months = ["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"]
12-element Array{ASCIIString,1}:
"jan"
"feb"
"mar"
"apr"
"may"
"jun"
"jul"
"aug"
"sep"
"oct"
"nov"
"dec"

julia> mph = MinimalPerfectHash(months)
ERROR: MinimalPerfectHash not defined

julia> mph = MinimalPerfectHash(months)
ERROR: MinimalPerfectHash not defined

julia> mph = MinimalPerfectHash
ERROR: MinimalPerfectHash not defined

julia> using MinimalPerfectHash
ERROR: MinimalPerfectHash not found
in require at loading.jl:47

julia> using MinimalPerfectHash
ERROR: MinimalPerfectHash not found
in require at loading.jl:47

julia>

Paul

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

No branches or pull requests

1 participant