BioJulia / Bio.jl

[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
http://biojulia.dev
MIT License
261 stars 65 forks source link

when i try using bio julia i get this error message: #499

Closed waweruk2001 closed 4 years ago

waweruk2001 commented 5 years ago
 Precompiling Bio [3637df68-df41-5d16-b00c-95ac8c2142c5]
ERROR: LoadError: LoadError: OverflowError: binomial(59, 8) overflows
Stacktrace:
 [1] binomial(::Int32, ::Int32) at .\intfuncs.jl:886
 [2] #1 at .\none:0 [inlined]
 [3] iterate at .\generator.jl:47 [inlined]
 [4] collect_to! at .\array.jl:651 [inlined]
 [5] collect_to_with_first!(::Array{Int32,2}, ::Int32, ::Base.Generator{Base.Iterators.ProductIterator{Tuple{UnitRange{Int32},UnitRange{Int32}}},getfield(IndexableBitVectors, Symbol("##1#2"))}, ::Tuple{Tuple{Int32,Int32},Tuple{Int32,Int32}}) at .\array.jl:630
 [6] collect(::Base.Generator{Base.Iterators.ProductIterator{Tuple{UnitRange{Int32},UnitRange{Int32}}},getfield(IndexableBitVectors, Symbol("##1#2"))}) at .\array.jl:611
 [7] top-level scope at none:0
 [8] include at .\boot.jl:326 [inlined]
 [9] include_relative(::Module, ::String) at .\loading.jl:1038
 [10] include at .\sysimg.jl:29 [inlined]
 [11] include(::String) at C:\Users\admin\.julia\packages\IndexableBitVectors\f1TQ4\src\IndexableBitVectors.jl:1
 [12] top-level scope at none:0
 [13] include at .\boot.jl:326 [inlined]
 [14] include_relative(::Module, ::String) at .\loading.jl:1038
 [15] include(::Module, ::String) at .\sysimg.jl:29
 [16] top-level scope at none:2
 [17] eval at .\boot.jl:328 [inlined]
 [18] eval(::Expr) at .\client.jl:404
 [19] top-level scope at .\none:3
in expression starting at C:\Users\admin\.julia\packages\IndexableBitVectors\f1TQ4\src\rrr.jl:397
in expression starting at C:\Users\admin\.julia\packages\IndexableBitVectors\f1TQ4\src\IndexableBitVectors.jl:28
ERROR: LoadError: Failed to precompile IndexableBitVectors [1cb3b9ac-1ffd-5777-9e6b-a3d42300664d] to C:\Users\admin\.julia\compiled\v1.1\IndexableBitVectors\CFT4U.ji.

I am using a windows 10 laptop and am a complete newbie at this so apologies in advance for silly questions

kescobo commented 5 years ago

FYI - I took the liberty of editing your question to format the code part, and remove the parts of the template that seemed irrelevant.

To your question - please note the top of the README:

NOTICE:

Since julia version 1.0 and the new Pkg system, the purpose of this package has become moot. You can still download and use this package as a conveinience, but consider instead managing the BioJulia packages you're using with Pkg and its support for isolated projects. See the list below to find the BioJulia packages that provide this package's modules now.

This package is inactive, meaning that updates to it will only be made as and when time allows.

Assuming you're on Julia 1.0+, you should instead use one or more of the federated packages, depending on what you're trying to do. See here, and if you let us know what you're trying to do, we can probably point you to the right place :-).