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

Adding the Package #1

Closed
drambow opened this issue Jul 19, 2018 · 2 comments
Closed

Adding the Package #1

drambow opened this issue Jul 19, 2018 · 2 comments

Comments

@drambow
Copy link

drambow commented Jul 19, 2018

I tried to add this package, but I get the error message

"resolve is unable to satisfy package requirements. The problem was detected when trying to find a feasible version for package DataFrames. However, this only means that package DataFrames is involved in an unsatisfiable or difficult dependency relation, and the root of the problem may be elsewhere."

I think this might be because your package depends on a now-out-of-date version of DataFrames. Could you possibly update the package to work with the current release of DataFrames (0.11.6). If that isn't why I'm getting this error message, can you please help me out. Thanks.

@johannspies
Copy link

I have DataFrames version 0.11.7
I am also not able to use this package. In 0.6.4 I get:
`
julia> Pkg.add("DBFTables")
ERROR: resolve is unable to satisfy package requirements.
The problem was detected when trying to find a feasible version
for package NullableArrays.
However, this only means that package NullableArrays is involved in an
unsatisfiable or difficult dependency relation, and the root of
the problem may be elsewhere.

resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}) at ./pkg/resolve.jl:48
resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Tuple{VersionNumber,Bool}}, ::Dict{String,Base.Pkg.Types.Fixed}, ::Dict{String,VersionNumber}, ::Set{String}) at ./pkg/entry.jl:501
resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Tuple{VersionNumber,Bool}}, ::Dict{String,Base.Pkg.Types.Fixed}) at ./pkg/entry.jl:479
edit(::Function, ::String, ::Base.Pkg.Types.VersionSet, ::Vararg{Base.Pkg.Types.VersionSet,N} where N) at ./pkg/entry.jl:30
(::Base.Pkg.Entry.##1#3{String,Base.Pkg.Types.VersionSet})() at ./task.jl:335
Stacktrace:
[1] sync_end() at ./task.jl:287
[2] macro expansion at ./task.jl:303 [inlined]
[3] add(::String, ::Base.Pkg.Types.VersionSet) at ./pkg/entry.jl:51
[4] (::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}})() at ./pkg/dir.jl:36
[5] cd(::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}}, ::String) at ./file.jl:70
[6] #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{String,N} where N) at ./pkg/dir.jl:36
[7] add(::String) at ./pkg/pkg.jl:117

`
And in 1.0.0:

julia> using DBFTables [ Info: Precompiling DBFTables [75c7ada1-017a-5fb6-b8c7-2125ff2d6c93] ERROR: LoadError: syntax: try without catch or finally Stacktrace: [1] include at ./boot.jl:317 [inlined] [2] include_relative(::Module, ::String) at ./loading.jl:1038 [3] include(::Module, ::String) at ./sysimg.jl:29 [4] top-level scope at none:2 [5] eval at ./boot.jl:319 [inlined] [6] eval(::Expr) at ./client.jl:389 [7] top-level scope at ./none:3 in expression starting at /home/js/.julia/packages/Nulls/vwQMh/src/Nulls.jl:173 ERROR: LoadError: Failed to precompile Nulls [b445afb1-442e-5c68-b1e3-25f929a46de2] to /home/js/.julia/compiled/v1.0/Nulls/IlyUL.ji. Stacktrace: [1] error(::String) at ./error.jl:33 [2] macro expansion at ./logging.jl:313 [inlined] [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184 [4] _require(::Base.PkgId) at ./logging.jl:311 [5] require(::Base.PkgId) at ./loading.jl:852 [6] macro expansion at ./logging.jl:311 [inlined] [7] require(::Module, ::Symbol) at ./loading.jl:834 [8] include at ./boot.jl:317 [inlined] [9] include_relative(::Module, ::String) at ./loading.jl:1038 [10] include(::Module, ::String) at ./sysimg.jl:29 [11] top-level scope at none:2 [12] eval at ./boot.jl:319 [inlined] [13] eval(::Expr) at ./client.jl:389 [14] top-level scope at ./none:3 in expression starting at /home/js/.julia/packages/DBFTables/9PAZ3/src/DBFTables.jl:3 ERROR: Failed to precompile DBFTables [75c7ada1-017a-5fb6-b8c7-2125ff2d6c93] to /home/js/.julia/compiled/v1.0/DBFTables/P7Qdk.ji. Stacktrace: [1] error(::String) at ./error.jl:33 [2] macro expansion at ./logging.jl:313 [inlined] [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184 [4] _require(::Base.PkgId) at ./logging.jl:311 [5] require(::Base.PkgId) at ./loading.jl:852 [6] macro expansion at ./logging.jl:311 [inlined] [7] require(::Module, ::Symbol) at ./loading.jl:834

@nalimilan
Copy link
Member

#2 should help.

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

3 participants