plotly / Plotly.jl

A Julia interface to the plot.ly plotting library and cloud services
Other
96 stars 15 forks source link

Failed to add in Julia JuliaPro 1.0.1.1 #40

Open chlech opened 5 years ago

chlech commented 5 years ago

Dear Community! I am new to Julia and not very experienced in programming. I use Julia pro JuliaPro 1.0.1.1 downloaded from Juliacomputing.com under Windows 10 Home and I am getting the following message:

Can yout help me or do you have any advice on how to proceed?


julia> Pkg.add("Plotly") Resolving package versions... ERROR: Unsatisfiable requirements detected for package Blink [ad839575]: Blink [ad839575] log: ├─possible versions are: [0.1.0-0.1.5, 0.2.0-0.2.1, 0.3.0-0.3.5, 0.4.0-0.4.4, 0.5.0-0.5.4, 0.6.0-0.6.2, 0.7.0, 0.8.0] or uninstalled ├─restricted by compatibility requirements with WebSockets [104b5d7c] to versions: 0.1.0-0.1.5 or uninstalled │ └─WebSockets [104b5d7c] log: │ ├─possible versions are: [0.0.1-0.0.6, 0.1.0-0.1.2, 0.2.0-0.2.3, 0.3.0, 0.4.0, 0.5.0, 1.0.0-1.0.3] or uninstalled │ ├─restricted by julia compatibility requirements to versions: 1.0.0-1.0.3 or uninstalled │ └─restricted by compatibility requirements with HTTP [cd3eb016] to versions: [0.0.1-0.0.6, 0.1.0-0.1.2, 0.2.0-0.2.3, 0.3.0, 0.4.0, 0.5.0] or uninstalled, leaving only versions: uninstalled │ └─HTTP [cd3eb016] log: │ ├─possible versions are: 0.7.0 or uninstalled │ └─restricted by compatibility requirements with Plotly [58dd65bb] to versions: 0.7.0 │ └─Plotly [58dd65bb] log: │ ├─possible versions are: [0.0.1-0.0.3, 0.1.0-0.1.1, 0.2.0] or uninstalled │ ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.3, 0.1.0-0.1.1, 0.2.0] │ └─restricted by julia compatibility requirements to versions: 0.2.0 or uninstalled, leaving only versions: 0.2.0 └─restricted by compatibility requirements with PlotlyJS [f0f68f2c] to versions: [0.3.3-0.3.5, 0.4.0-0.4.4, 0.5.0-0.5.4, 0.6.0-0.6.2, 0.7.0, 0.8.0] — no versions left └─PlotlyJS [f0f68f2c] log: ├─possible versions are: [0.1.0-0.1.4, 0.2.0, 0.3.0-0.3.3, 0.4.0-0.4.3, 0.5.0-0.5.2, 0.6.0-0.6.5, 0.7.0-0.7.1, 0.8.0-0.8.3, 0.9.0, 0.10.0-0.10.3, 0.11.0-0.11.1] or uninstalled ├─restricted by compatibility requirements with JSON [682c06a0] to versions: [0.3.2-0.3.3, 0.4.0-0.4.3, 0.5.0-0.5.2, 0.6.0-0.6.5, 0.7.0-0.7.1, 0.8.0-0.8.3, 0.9.0, 0.10.0-0.10.3, 0.11.0-0.11.1] or uninstalled │ └─JSON [682c06a0] log: │ ├─possible versions are: [0.1.0-0.1.1, 0.2.0-0.2.4, 0.3.0-0.3.9, 0.4.0-0.4.6, 0.5.0-0.5.4, 0.6.0-0.6.1, 0.7.0-0.7.1, 0.8.0-0.8.3, 0.9.0-0.9.1, 0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0-0.15.2, 0.16.0-0.16.4, 0.17.1-0.17.2, 0.18.0, 0.19.0] or uninstalled │ └─restricted to versions 0.19.0 by an explicit requirement, leaving only versions 0.19.0 ├─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: [0.8.0-0.8.3, 0.9.0, 0.10.0-0.10.3, 0.11.0-0.11.1] or uninstalled │ └─DataFrames [a93c6f00] log: │ ├─possible versions are: [0.1.0, 0.2.0-0.2.5, 0.3.0-0.3.16, 0.4.0-0.4.3, 0.5.0-0.5.12, 0.6.0-0.6.11, 0.7.0-0.7.8, 0.8.0-0.8.5, 0.9.0-0.9.1, 0.10.0-0.10.1, 0.11.0-0.11.7, 0.12.0, 0.13.0-0.13.1, 0.14.0-0.14.1] or uninstalled │ └─restricted to versions 0.14.1 by an explicit requirement, leaving only versions 0.14.1 └─restricted by compatibility requirements with Plotly [58dd65bb] to versions: [0.2.0, 0.3.0-0.3.3, 0.4.0-0.4.3, 0.5.0-0.5.2, 0.6.0-0.6.5, 0.7.0-0.7.1, 0.8.0-0.8.3, 0.9.0, 0.10.0-0.10.3, 0.11.0-0.11.1], leaving only versions: [0.8.0-0.8.3, 0.9.0, 0.10.0-0.10.3, 0.11.0-0.11.1] └─Plotly [58dd65bb] log: see above Stacktrace: [1] #propagate_constraints!#61(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\GraphType.jl:1005 [2] propagate_constraints! at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\GraphType.jl:946 [inlined] [3] #simplify_graph!#121(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\GraphType.jl:1460 [4] simplify_graph! at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\GraphType.jl:1460 [inlined] [5] macro expansion at .\logging.jl:319 [inlined] [6] resolve_versions!(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Nothing) at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\Operations.jl:343 [7] resolve_versions! at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\Operations.jl:306 [inlined] [8] #add_or_develop#60(::Array{Base.UUID,1}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\Operations.jl:1205 [9] #add_or_develop at .\none:0 [inlined] [10] #add_or_develop#13(::Symbol, ::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\API.jl:64 [11] #add_or_develop at .\none:0 [inlined] [12] #add_or_develop#12 at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\API.jl:29 [inlined] [13] #add_or_develop at .\none:0 [inlined] [14] #add_or_develop#11 at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\API.jl:28 [inlined] [15] #add_or_develop at .\none:0 [inlined] [16] #add_or_develop#10 at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\API.jl:27 [inlined] [17] #add_or_develop at .\none:0 [inlined] [18] #add#18 at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\API.jl:69 [inlined] [19] add(::String) at C:\Users\julia\AppData\Local\Julia-1.0.1\share\julia\stdlib\v1.0\Pkg\src\API.jl:69 [20] top-level scope at none:0