Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cormullion/2282e543426db27022f5bbc8ee3a6c65 to your computer and use it in GitHub Desktop.

Select an option

Save cormullion/2282e543426db27022f5bbc8ee3a6c65 to your computer and use it in GitHub Desktop.
Trying to install Plots.jl on julia v0.6 rc-1
MacBook-Pro ~ $ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0-rc1.0 (2017-05-07 00:00 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> Pkg.add("Plots")
INFO: Initializing package repository /Users/me/.julia/v0.6
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
INFO: Updating cache of Compat...
INFO: Cloning cache of DataStructures from https://github.com/JuliaCollections/DataStructures.jl.git
INFO: Cloning cache of FixedSizeArrays from https://github.com/SimonDanisch/FixedSizeArrays.jl.git
INFO: Cloning cache of Measures from https://github.com/JuliaGraphics/Measures.jl.git
INFO: Cloning cache of PlotThemes from https://github.com/JuliaPlots/PlotThemes.jl.git
INFO: Cloning cache of PlotUtils from https://github.com/JuliaPlots/PlotUtils.jl.git
INFO: Cloning cache of Plots from https://github.com/JuliaPlots/Plots.jl.git
INFO: Cloning cache of RecipesBase from https://github.com/JuliaPlots/RecipesBase.jl.git
INFO: Cloning cache of Showoff from https://github.com/JuliaGraphics/Showoff.jl.git
INFO: Cloning cache of SpecialFunctions from https://github.com/JuliaMath/SpecialFunctions.jl.git
INFO: Cloning cache of StatsBase from https://github.com/JuliaStats/StatsBase.jl.git
INFO: Installing ColorTypes v0.5.0
INFO: Installing Colors v0.7.3
INFO: Installing Compat v0.25.2
INFO: Installing DataStructures v0.5.3
INFO: Installing FixedPointNumbers v0.3.7
INFO: Installing FixedSizeArrays v0.2.5
INFO: Installing Measures v0.1.0
INFO: Installing PlotThemes v0.1.4
INFO: Installing PlotUtils v0.4.1
INFO: Installing Plots v0.11.2
INFO: Installing RecipesBase v0.1.0
INFO: Installing Reexport v0.0.3
INFO: Installing Showoff v0.1.1
INFO: Installing SpecialFunctions v0.1.1
INFO: Installing StatsBase v0.14.1
INFO: Building Plots
INFO: Cannot find deps/plotly-latest.min.js... downloading latest version.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2194k 100 2194k 0 0 3353k 0 --:--:-- --:--:-- --:--:-- 3350k
INFO: Package database updated
julia> Pkg.add("PyPlot")
INFO: Cloning cache of Conda from https://github.com/JuliaPy/Conda.jl.git
INFO: Cloning cache of LaTeXStrings from https://github.com/stevengj/LaTeXStrings.jl.git
INFO: Cloning cache of MacroTools from https://github.com/MikeInnes/MacroTools.jl.git
INFO: Cloning cache of PyCall from https://github.com/JuliaPy/PyCall.jl.git
INFO: Cloning cache of PyPlot from https://github.com/JuliaPy/PyPlot.jl.git
INFO: Installing BinDeps v0.5.0
INFO: Installing Conda v0.5.3
INFO: Installing JSON v0.12.0
INFO: Installing LaTeXStrings v0.2.1
INFO: Installing MacroTools v0.3.6
INFO: Installing PyCall v1.12.0
INFO: Installing PyPlot v2.3.2
INFO: Installing SHA v0.3.2
INFO: Installing URIParser v0.1.8
INFO: Building Conda
INFO: Building PyCall
INFO: Using the Python distribution in the Conda package by default.
To use a different Python version, set ENV["PYTHON"]="pythoncommand" and re-run Pkg.build("PyCall").
INFO: Downloading miniconda installer ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 21.1M 100 21.1M 0 0 5166k 0 0:00:04 0:00:04 --:--:-- 5167k
INFO: Installing miniconda ...
Python 2.7.13 :: Continuum Analytics, Inc.
Warning: 'defaults' already in 'channels' list, moving to the top
INFO: PyCall is using /Users/me/.julia/v0.6/Conda/deps/usr/bin/python (Python 2.7.13) at /Users/me/.julia/v0.6/Conda/deps/usr/bin/python, libpython = /Users/me/.julia/v0.6/Conda/deps/usr/lib/libpython2.7
INFO: /Users/me/.julia/v0.6/PyCall/deps/deps.jl has been updated
INFO: /Users/me/.julia/v0.6/PyCall/deps/PYTHON has been updated
INFO: Package database updated
julia> Pkg.add("GR")
INFO: Cloning cache of GR from https://github.com/jheinen/GR.jl.git
INFO: Installing GR v0.20.0
INFO: Building GR
INFO: Downloading pre-compiled GR 0.23.0 Darwin binary
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20.8M 100 20.8M 0 0 4974k 0 0:00:04 0:00:04 --:--:-- 4975k
INFO: Package database updated
julia> using Plots
WARNING: deprecated syntax "typealias BBox Measures.Absolute2DBox" at /Users/me/.julia/v0.6/Plots/src/Plots.jl:112.
Use "const BBox = Measures.Absolute2DBox" instead.
INFO: Precompiling module Reexport.
WARNING: deprecated syntax "abstract Functor{N}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/FixedSizeArrays.jl:23.
Use "abstract type Functor{N} end" instead.
INFO: Precompiling module FixedSizeArrays.
WARNING: deprecated syntax "abstract Functor{N}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/FixedSizeArrays.jl:23.
Use "abstract type Functor{N} end" instead.
WARNING: deprecated syntax "abstract FixedArray{T,NDim,SIZE}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:2.
Use "abstract type FixedArray{T,NDim,SIZE} end" instead.
WARNING: deprecated syntax "abstract MutableFixedArray{T,NDim,SIZE}<:FixedArray{T,NDim,SIZE}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:3.
Use "abstract type MutableFixedArray{T,NDim,SIZE}<:FixedArray{T,NDim,SIZE} end" instead.
WARNING: deprecated syntax "typealias MutableFixedVector{T,CARDINALITY} MutableFixedArray{T,1,Tuple{CARDINALITY}}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:5.
Use "MutableFixedVector{T,CARDINALITY} = MutableFixedArray{T,1,Tuple{CARDINALITY}}" instead.
WARNING: deprecated syntax "typealias MutableFixedMatrix{T,M,N} MutableFixedArray{T,2,Tuple{M,N}}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:6.
Use "MutableFixedMatrix{T,M,N} = MutableFixedArray{T,2,Tuple{M,N}}" instead.
WARNING: deprecated syntax "typealias FixedVector{CARDINALITY,T} FixedArray{T,1,Tuple{CARDINALITY}}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:8.
Use "FixedVector{CARDINALITY,T} = FixedArray{T,1,Tuple{CARDINALITY}}" instead.
WARNING: deprecated syntax "typealias FixedMatrix{Row,Column,T} FixedArray{T,2,Tuple{Row,Column}}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:9.
Use "FixedMatrix{Row,Column,T} = FixedArray{T,2,Tuple{Row,Column}}" instead.
WARNING: deprecated syntax "abstract FixedVectorNoTuple{CARDINALITY,T}<:FixedVector{CARDINALITY,T}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:11.
Use "abstract type FixedVectorNoTuple{CARDINALITY,T}<:FixedVector{CARDINALITY,T} end" instead.
WARNING: Base.linearindexing is deprecated, use Base.IndexStyle instead.
likely near /Users/me/.julia/v0.6/FixedSizeArrays/src/destructure.jl:13
WARNING: Base.linearindexing is deprecated, use Base.IndexStyle instead.
likely near /Users/me/.julia/v0.6/FixedSizeArrays/src/destructure.jl:13
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
INFO: Precompiling module RecipesBase.
INFO: Precompiling module PlotUtils.
INFO: Precompiling module PlotThemes.
INFO: Precompiling module Showoff.
INFO: Precompiling module StatsBase.
WARNING: deprecated syntax "typealias AVec AbstractVector" at /Users/me/.julia/v0.6/Plots/src/types.jl:6.
Use "const AVec = AbstractVector" instead.
WARNING: deprecated syntax "typealias AMat AbstractMatrix" at /Users/me/.julia/v0.6/Plots/src/types.jl:7.
Use "const AMat = AbstractMatrix" instead.
WARNING: deprecated syntax "typealias KW Dict{Symbol,Any}" at /Users/me/.julia/v0.6/Plots/src/types.jl:8.
Use "const KW = Dict{Symbol,Any}" instead.
WARNING: deprecated syntax "abstract AbstractBackend" at /Users/me/.julia/v0.6/Plots/src/types.jl:12.
Use "abstract type AbstractBackend end" instead.
WARNING: deprecated syntax "abstract AbstractPlot{T<:AbstractBackend}" at /Users/me/.julia/v0.6/Plots/src/types.jl:13.
Use "abstract type AbstractPlot{T<:AbstractBackend} end" instead.
WARNING: deprecated syntax "abstract AbstractLayout" at /Users/me/.julia/v0.6/Plots/src/types.jl:14.
Use "abstract type AbstractLayout end" instead.
WARNING: deprecated syntax "typealias SubplotMap Dict{Any,Subplot}" at /Users/me/.julia/v0.6/Plots/src/types.jl:66.
Use "const SubplotMap = Dict{Any,Subplot}" instead.
WARNING: deprecated syntax "typealias P2 FixedSizeArrays.Vec{2,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:4.
Use "const P2 = FixedSizeArrays.Vec{2,Float64}" instead.
WARNING: deprecated syntax "typealias P3 FixedSizeArrays.Vec{3,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:5.
Use "const P3 = FixedSizeArrays.Vec{3,Float64}" instead.
WARNING: deprecated syntax "abstract AbstractSurface" at /Users/me/.julia/v0.6/Plots/src/components.jl:511.
Use "abstract type AbstractSurface end" instead.
WARNING: deprecated syntax "typealias FuncOrFuncs{F} Union{F,Vector{F},Matrix{F}}" at /Users/me/.julia/v0.6/Plots/src/series.jl:10.
Use "FuncOrFuncs{F} = Union{F,Vector{F},Matrix{F}}" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "_ as an rvalue around /Users/me/.julia/v0.6/Plots/src/subplots.jl:35".
julia> plot(sin)
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
INFO: Precompiling module PyPlot.
INFO: Installing matplotlib via the Conda matplotlib package...
Fetching package metadata .........
Solving package specifications: .
Package plan for installation in environment /Users/me/.julia/v0.6/Conda/deps/usr:
The following NEW packages will be INSTALLED:
cycler: 0.10.0-py27_0
freetype: 2.5.5-2
functools32: 3.2.3.2-py27_0
icu: 54.1-0
libpng: 1.6.27-0
matplotlib: 2.0.2-np112py27_0
pyparsing: 2.1.4-py27_0
pyqt: 5.6.0-py27_2
python-dateutil: 2.6.0-py27_0
pytz: 2017.2-py27_0
qt: 5.6.2-2
sip: 4.18-py27_0
subprocess32: 3.2.7-py27_0
icu-54.1-0.tar 100% |#############################################| Time: 0:00:02 5.71 MB/s
libpng-1.6.27- 100% |#############################################| Time: 0:00:00 5.81 MB/s
qt-5.6.2-2.tar 100% |#############################################| Time: 0:00:11 5.93 MB/s
freetype-2.5.5 100% |#############################################| Time: 0:00:00 5.97 MB/s
functools32-3. 100% |#############################################| Time: 0:00:00 15.32 MB/s
pyparsing-2.1. 100% |#############################################| Time: 0:00:00 6.79 MB/s
pytz-2017.2-py 100% |#############################################| Time: 0:00:00 5.94 MB/s
sip-4.18-py27_ 100% |#############################################| Time: 0:00:00 5.86 MB/s
subprocess32-3 100% |#############################################| Time: 0:00:00 9.29 MB/s
cycler-0.10.0- 100% |#############################################| Time: 0:00:00 14.77 MB/s
pyqt-5.6.0-py2 100% |#############################################| Time: 0:00:00 5.45 MB/s
python-dateuti 100% |#############################################| Time: 0:00:00 6.22 MB/s
matplotlib-2.0 100% |#############################################| Time: 0:00:01 5.90 MB/s
WARNING: Couldn't initialize pyplot. (might need to install it?)
INFO: To do a standard install of pyplot, copy and run this:
if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
ERROR: MethodError: no method matching ioff()
The applicable method may be too new: running in world age 23854, while current world is 23874.
Closest candidates are:
ioff(::Any...; kws...) at /Users/me/.julia/v0.6/PyPlot/src/PyPlot.jl:169 (method too new to be called from this world context.)
julia> exit()
MacBook-Pro ~ $ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0-rc1.0 (2017-05-07 00:00 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> using Plots
WARNING: deprecated syntax "typealias BBox Measures.Absolute2DBox" at /Users/me/.julia/v0.6/Plots/src/Plots.jl:112.
Use "const BBox = Measures.Absolute2DBox" instead.
WARNING: deprecated syntax "typealias AVec AbstractVector" at /Users/me/.julia/v0.6/Plots/src/types.jl:6.
Use "const AVec = AbstractVector" instead.
WARNING: deprecated syntax "typealias AMat AbstractMatrix" at /Users/me/.julia/v0.6/Plots/src/types.jl:7.
Use "const AMat = AbstractMatrix" instead.
WARNING: deprecated syntax "typealias KW Dict{Symbol,Any}" at /Users/me/.julia/v0.6/Plots/src/types.jl:8.
Use "const KW = Dict{Symbol,Any}" instead.
WARNING: deprecated syntax "abstract AbstractBackend" at /Users/me/.julia/v0.6/Plots/src/types.jl:12.
Use "abstract type AbstractBackend end" instead.
WARNING: deprecated syntax "abstract AbstractPlot{T<:AbstractBackend}" at /Users/me/.julia/v0.6/Plots/src/types.jl:13.
Use "abstract type AbstractPlot{T<:AbstractBackend} end" instead.
WARNING: deprecated syntax "abstract AbstractLayout" at /Users/me/.julia/v0.6/Plots/src/types.jl:14.
Use "abstract type AbstractLayout end" instead.
WARNING: deprecated syntax "typealias SubplotMap Dict{Any,Subplot}" at /Users/me/.julia/v0.6/Plots/src/types.jl:66.
Use "const SubplotMap = Dict{Any,Subplot}" instead.
WARNING: deprecated syntax "typealias P2 FixedSizeArrays.Vec{2,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:4.
Use "const P2 = FixedSizeArrays.Vec{2,Float64}" instead.
WARNING: deprecated syntax "typealias P3 FixedSizeArrays.Vec{3,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:5.
Use "const P3 = FixedSizeArrays.Vec{3,Float64}" instead.
WARNING: deprecated syntax "abstract AbstractSurface" at /Users/me/.julia/v0.6/Plots/src/components.jl:511.
Use "abstract type AbstractSurface end" instead.
WARNING: deprecated syntax "typealias FuncOrFuncs{F} Union{F,Vector{F},Matrix{F}}" at /Users/me/.julia/v0.6/Plots/src/series.jl:10.
Use "FuncOrFuncs{F} = Union{F,Vector{F},Matrix{F}}" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "_ as an rvalue around /Users/me/.julia/v0.6/Plots/src/subplots.jl:35".
julia> plot(sin)
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Couldn't initialize pyplot. (might need to install it?)
INFO: To do a standard install of pyplot, copy and run this:
if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
ERROR: MethodError: no method matching ioff()
The applicable method may be too new: running in world age 23854, while current world is 23874.
Closest candidates are:
ioff(::Any...; kws...) at /Users/me/.julia/v0.6/PyPlot/src/PyPlot.jl:169 (method too new to be called from this world context.)
julia> exit()
MacBook-Pro ~ $ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0-rc1.0 (2017-05-07 00:00 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> Pkg.add("Plots")
INFO: Initializing package repository /Users/me/.julia/v0.6
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
INFO: Updating cache of Compat...
INFO: Cloning cache of DataStructures from https://github.com/JuliaCollections/DataStructures.jl.git
INFO: Cloning cache of FixedSizeArrays from https://github.com/SimonDanisch/FixedSizeArrays.jl.git
INFO: Cloning cache of Measures from https://github.com/JuliaGraphics/Measures.jl.git
INFO: Cloning cache of PlotThemes from https://github.com/JuliaPlots/PlotThemes.jl.git
INFO: Cloning cache of PlotUtils from https://github.com/JuliaPlots/PlotUtils.jl.git
INFO: Cloning cache of Plots from https://github.com/JuliaPlots/Plots.jl.git
INFO: Cloning cache of RecipesBase from https://github.com/JuliaPlots/RecipesBase.jl.git
INFO: Cloning cache of Showoff from https://github.com/JuliaGraphics/Showoff.jl.git
INFO: Cloning cache of SpecialFunctions from https://github.com/JuliaMath/SpecialFunctions.jl.git
INFO: Cloning cache of StatsBase from https://github.com/JuliaStats/StatsBase.jl.git
INFO: Installing ColorTypes v0.5.0
INFO: Installing Colors v0.7.3
INFO: Installing Compat v0.25.2
INFO: Installing DataStructures v0.5.3
INFO: Installing FixedPointNumbers v0.3.7
INFO: Installing FixedSizeArrays v0.2.5
INFO: Installing Measures v0.1.0
INFO: Installing PlotThemes v0.1.4
INFO: Installing PlotUtils v0.4.1
INFO: Installing Plots v0.11.2
INFO: Installing RecipesBase v0.1.0
INFO: Installing Reexport v0.0.3
INFO: Installing Showoff v0.1.1
INFO: Installing SpecialFunctions v0.1.1
INFO: Installing StatsBase v0.14.1
INFO: Building Plots
INFO: Cannot find deps/plotly-latest.min.js... downloading latest version.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2194k 100 2194k 0 0 3353k 0 --:--:-- --:--:-- --:--:-- 3350k
INFO: Package database updated
julia> Pkg.add("PyPlot")
INFO: Cloning cache of Conda from https://github.com/JuliaPy/Conda.jl.git
INFO: Cloning cache of LaTeXStrings from https://github.com/stevengj/LaTeXStrings.jl.git
INFO: Cloning cache of MacroTools from https://github.com/MikeInnes/MacroTools.jl.git
INFO: Cloning cache of PyCall from https://github.com/JuliaPy/PyCall.jl.git
INFO: Cloning cache of PyPlot from https://github.com/JuliaPy/PyPlot.jl.git
INFO: Installing BinDeps v0.5.0
INFO: Installing Conda v0.5.3
INFO: Installing JSON v0.12.0
INFO: Installing LaTeXStrings v0.2.1
INFO: Installing MacroTools v0.3.6
INFO: Installing PyCall v1.12.0
INFO: Installing PyPlot v2.3.2
INFO: Installing SHA v0.3.2
INFO: Installing URIParser v0.1.8
INFO: Building Conda
INFO: Building PyCall
INFO: Using the Python distribution in the Conda package by default.
To use a different Python version, set ENV["PYTHON"]="pythoncommand" and re-run Pkg.build("PyCall").
INFO: Downloading miniconda installer ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 21.1M 100 21.1M 0 0 5166k 0 0:00:04 0:00:04 --:--:-- 5167k
INFO: Installing miniconda ...
Python 2.7.13 :: Continuum Analytics, Inc.
Warning: 'defaults' already in 'channels' list, moving to the top
INFO: PyCall is using /Users/me/.julia/v0.6/Conda/deps/usr/bin/python (Python 2.7.13) at /Users/me/.julia/v0.6/Conda/deps/usr/bin/python, libpython = /Users/me/.julia/v0.6/Conda/deps/usr/lib/libpython2.7
INFO: /Users/me/.julia/v0.6/PyCall/deps/deps.jl has been updated
INFO: /Users/me/.julia/v0.6/PyCall/deps/PYTHON has been updated
INFO: Package database updated
julia> Pkg.add("GR")
INFO: Cloning cache of GR from https://github.com/jheinen/GR.jl.git
INFO: Installing GR v0.20.0
INFO: Building GR
INFO: Downloading pre-compiled GR 0.23.0 Darwin binary
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20.8M 100 20.8M 0 0 4974k 0 0:00:04 0:00:04 --:--:-- 4975k
INFO: Package database updated
julia> using Plots
WARNING: deprecated syntax "typealias BBox Measures.Absolute2DBox" at /Users/me/.julia/v0.6/Plots/src/Plots.jl:112.
Use "const BBox = Measures.Absolute2DBox" instead.
INFO: Precompiling module Reexport.
WARNING: deprecated syntax "abstract Functor{N}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/FixedSizeArrays.jl:23.
Use "abstract type Functor{N} end" instead.
INFO: Precompiling module FixedSizeArrays.
WARNING: deprecated syntax "abstract Functor{N}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/FixedSizeArrays.jl:23.
Use "abstract type Functor{N} end" instead.
WARNING: deprecated syntax "abstract FixedArray{T,NDim,SIZE}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:2.
Use "abstract type FixedArray{T,NDim,SIZE} end" instead.
WARNING: deprecated syntax "abstract MutableFixedArray{T,NDim,SIZE}<:FixedArray{T,NDim,SIZE}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:3.
Use "abstract type MutableFixedArray{T,NDim,SIZE}<:FixedArray{T,NDim,SIZE} end" instead.
WARNING: deprecated syntax "typealias MutableFixedVector{T,CARDINALITY} MutableFixedArray{T,1,Tuple{CARDINALITY}}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:5.
Use "MutableFixedVector{T,CARDINALITY} = MutableFixedArray{T,1,Tuple{CARDINALITY}}" instead.
WARNING: deprecated syntax "typealias MutableFixedMatrix{T,M,N} MutableFixedArray{T,2,Tuple{M,N}}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:6.
Use "MutableFixedMatrix{T,M,N} = MutableFixedArray{T,2,Tuple{M,N}}" instead.
WARNING: deprecated syntax "typealias FixedVector{CARDINALITY,T} FixedArray{T,1,Tuple{CARDINALITY}}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:8.
Use "FixedVector{CARDINALITY,T} = FixedArray{T,1,Tuple{CARDINALITY}}" instead.
WARNING: deprecated syntax "typealias FixedMatrix{Row,Column,T} FixedArray{T,2,Tuple{Row,Column}}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:9.
Use "FixedMatrix{Row,Column,T} = FixedArray{T,2,Tuple{Row,Column}}" instead.
WARNING: deprecated syntax "abstract FixedVectorNoTuple{CARDINALITY,T}<:FixedVector{CARDINALITY,T}" at /Users/me/.julia/v0.6/FixedSizeArrays/src/core.jl:11.
Use "abstract type FixedVectorNoTuple{CARDINALITY,T}<:FixedVector{CARDINALITY,T} end" instead.
WARNING: Base.linearindexing is deprecated, use Base.IndexStyle instead.
likely near /Users/me/.julia/v0.6/FixedSizeArrays/src/destructure.jl:13
WARNING: Base.linearindexing is deprecated, use Base.IndexStyle instead.
likely near /Users/me/.julia/v0.6/FixedSizeArrays/src/destructure.jl:13
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .-(...)".
Use "function Base.broadcast(::typeof(-), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function .*(...)".
Use "function Base.broadcast(::typeof(*), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function ./(...)".
Use "function Base.broadcast(::typeof(/), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .\(...)".
Use "function Base.broadcast(::typeof(\), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .^(...)".
Use "function Base.broadcast(::typeof(^), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .==(...)".
Use "function Base.broadcast(::typeof(==), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .!=(...)".
Use "function Base.broadcast(::typeof(!=), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<(...)".
Use "function Base.broadcast(::typeof(<), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .<=(...)".
Use "function Base.broadcast(::typeof(<=), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>(...)".
Use "function Base.broadcast(::typeof(>), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .>=(...)".
Use "function Base.broadcast(::typeof(>=), ...)" instead.
WARNING: deprecated syntax "function .+(...)".
Use "function Base.broadcast(::typeof(+), ...)" instead.
INFO: Precompiling module RecipesBase.
INFO: Precompiling module PlotUtils.
INFO: Precompiling module PlotThemes.
INFO: Precompiling module Showoff.
INFO: Precompiling module StatsBase.
WARNING: deprecated syntax "typealias AVec AbstractVector" at /Users/me/.julia/v0.6/Plots/src/types.jl:6.
Use "const AVec = AbstractVector" instead.
WARNING: deprecated syntax "typealias AMat AbstractMatrix" at /Users/me/.julia/v0.6/Plots/src/types.jl:7.
Use "const AMat = AbstractMatrix" instead.
WARNING: deprecated syntax "typealias KW Dict{Symbol,Any}" at /Users/me/.julia/v0.6/Plots/src/types.jl:8.
Use "const KW = Dict{Symbol,Any}" instead.
WARNING: deprecated syntax "abstract AbstractBackend" at /Users/me/.julia/v0.6/Plots/src/types.jl:12.
Use "abstract type AbstractBackend end" instead.
WARNING: deprecated syntax "abstract AbstractPlot{T<:AbstractBackend}" at /Users/me/.julia/v0.6/Plots/src/types.jl:13.
Use "abstract type AbstractPlot{T<:AbstractBackend} end" instead.
WARNING: deprecated syntax "abstract AbstractLayout" at /Users/me/.julia/v0.6/Plots/src/types.jl:14.
Use "abstract type AbstractLayout end" instead.
WARNING: deprecated syntax "typealias SubplotMap Dict{Any,Subplot}" at /Users/me/.julia/v0.6/Plots/src/types.jl:66.
Use "const SubplotMap = Dict{Any,Subplot}" instead.
WARNING: deprecated syntax "typealias P2 FixedSizeArrays.Vec{2,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:4.
Use "const P2 = FixedSizeArrays.Vec{2,Float64}" instead.
WARNING: deprecated syntax "typealias P3 FixedSizeArrays.Vec{3,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:5.
Use "const P3 = FixedSizeArrays.Vec{3,Float64}" instead.
WARNING: deprecated syntax "abstract AbstractSurface" at /Users/me/.julia/v0.6/Plots/src/components.jl:511.
Use "abstract type AbstractSurface end" instead.
WARNING: deprecated syntax "typealias FuncOrFuncs{F} Union{F,Vector{F},Matrix{F}}" at /Users/me/.julia/v0.6/Plots/src/series.jl:10.
Use "FuncOrFuncs{F} = Union{F,Vector{F},Matrix{F}}" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "_ as an rvalue around /Users/me/.julia/v0.6/Plots/src/subplots.jl:35".
julia> plot(sin)
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
INFO: Precompiling module PyPlot.
INFO: Installing matplotlib via the Conda matplotlib package...
Fetching package metadata .........
Solving package specifications: .
Package plan for installation in environment /Users/me/.julia/v0.6/Conda/deps/usr:
The following NEW packages will be INSTALLED:
cycler: 0.10.0-py27_0
freetype: 2.5.5-2
functools32: 3.2.3.2-py27_0
icu: 54.1-0
libpng: 1.6.27-0
matplotlib: 2.0.2-np112py27_0
pyparsing: 2.1.4-py27_0
pyqt: 5.6.0-py27_2
python-dateutil: 2.6.0-py27_0
pytz: 2017.2-py27_0
qt: 5.6.2-2
sip: 4.18-py27_0
subprocess32: 3.2.7-py27_0
icu-54.1-0.tar 100% |#############################################| Time: 0:00:02 5.71 MB/s
libpng-1.6.27- 100% |#############################################| Time: 0:00:00 5.81 MB/s
qt-5.6.2-2.tar 100% |#############################################| Time: 0:00:11 5.93 MB/s
freetype-2.5.5 100% |#############################################| Time: 0:00:00 5.97 MB/s
functools32-3. 100% |#############################################| Time: 0:00:00 15.32 MB/s
pyparsing-2.1. 100% |#############################################| Time: 0:00:00 6.79 MB/s
pytz-2017.2-py 100% |#############################################| Time: 0:00:00 5.94 MB/s
sip-4.18-py27_ 100% |#############################################| Time: 0:00:00 5.86 MB/s
subprocess32-3 100% |#############################################| Time: 0:00:00 9.29 MB/s
cycler-0.10.0- 100% |#############################################| Time: 0:00:00 14.77 MB/s
pyqt-5.6.0-py2 100% |#############################################| Time: 0:00:00 5.45 MB/s
python-dateuti 100% |#############################################| Time: 0:00:00 6.22 MB/s
matplotlib-2.0 100% |#############################################| Time: 0:00:01 5.90 MB/s
WARNING: Couldn't initialize pyplot. (might need to install it?)
INFO: To do a standard install of pyplot, copy and run this:
if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
ERROR: MethodError: no method matching ioff()
The applicable method may be too new: running in world age 23854, while current world is 23874.
Closest candidates are:
ioff(::Any...; kws...) at /Users/me/.julia/v0.6/PyPlot/src/PyPlot.jl:169 (method too new to be called from this world context.)
julia> exit()
MacBook-Pro ~ $ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0-rc1.0 (2017-05-07 00:00 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> using Plots
WARNING: deprecated syntax "typealias BBox Measures.Absolute2DBox" at /Users/me/.julia/v0.6/Plots/src/Plots.jl:112.
Use "const BBox = Measures.Absolute2DBox" instead.
WARNING: deprecated syntax "typealias AVec AbstractVector" at /Users/me/.julia/v0.6/Plots/src/types.jl:6.
Use "const AVec = AbstractVector" instead.
WARNING: deprecated syntax "typealias AMat AbstractMatrix" at /Users/me/.julia/v0.6/Plots/src/types.jl:7.
Use "const AMat = AbstractMatrix" instead.
WARNING: deprecated syntax "typealias KW Dict{Symbol,Any}" at /Users/me/.julia/v0.6/Plots/src/types.jl:8.
Use "const KW = Dict{Symbol,Any}" instead.
WARNING: deprecated syntax "abstract AbstractBackend" at /Users/me/.julia/v0.6/Plots/src/types.jl:12.
Use "abstract type AbstractBackend end" instead.
WARNING: deprecated syntax "abstract AbstractPlot{T<:AbstractBackend}" at /Users/me/.julia/v0.6/Plots/src/types.jl:13.
Use "abstract type AbstractPlot{T<:AbstractBackend} end" instead.
WARNING: deprecated syntax "abstract AbstractLayout" at /Users/me/.julia/v0.6/Plots/src/types.jl:14.
Use "abstract type AbstractLayout end" instead.
WARNING: deprecated syntax "typealias SubplotMap Dict{Any,Subplot}" at /Users/me/.julia/v0.6/Plots/src/types.jl:66.
Use "const SubplotMap = Dict{Any,Subplot}" instead.
WARNING: deprecated syntax "typealias P2 FixedSizeArrays.Vec{2,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:4.
Use "const P2 = FixedSizeArrays.Vec{2,Float64}" instead.
WARNING: deprecated syntax "typealias P3 FixedSizeArrays.Vec{3,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:5.
Use "const P3 = FixedSizeArrays.Vec{3,Float64}" instead.
WARNING: deprecated syntax "abstract AbstractSurface" at /Users/me/.julia/v0.6/Plots/src/components.jl:511.
Use "abstract type AbstractSurface end" instead.
WARNING: deprecated syntax "typealias FuncOrFuncs{F} Union{F,Vector{F},Matrix{F}}" at /Users/me/.julia/v0.6/Plots/src/series.jl:10.
Use "FuncOrFuncs{F} = Union{F,Vector{F},Matrix{F}}" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "_ as an rvalue around /Users/me/.julia/v0.6/Plots/src/subplots.jl:35".
julia> plot(sin)
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Couldn't initialize pyplot. (might need to install it?)
INFO: To do a standard install of pyplot, copy and run this:
if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
ERROR: MethodError: no method matching ioff()
The applicable method may be too new: running in world age 23854, while current world is 23874.
Closest candidates are:
ioff(::Any...; kws...) at /Users/me/.julia/v0.6/PyPlot/src/PyPlot.jl:169 (method too new to be called from this world context.)
julia> exit()
MacBook-Pro ~ $ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0-rc1.0 (2017-05-07 00:00 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
ERROR: UndefVarError: Plots not defined
julia> withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
INFO: Building Conda
INFO: Building PyCall
INFO: Using the Python distribution in the Conda package by default.
To use a different Python version, set ENV["PYTHON"]="pythoncommand" and re-run Pkg.build("PyCall").
INFO: PyCall is using /Users/me/.julia/v0.6/Conda/deps/usr/bin/python (Python 2.7.13) at /Users/me/.julia/v0.6/Conda/deps/usr/bin/python, libpython = /Users/me/.julia/v0.6/Conda/deps/usr/lib/libpython2.7
INFO: /Users/me/.julia/v0.6/PyCall/deps/deps.jl has not changed
INFO: /Users/me/.julia/v0.6/PyCall/deps/PYTHON has not changed
julia> import Conda
julia> Conda.add("qt=4.8.5")
Fetching package metadata .........
Solving package specifications: .
Package plan for installation in environment /Users/me/.julia/v0.6/Conda/deps/usr:
The following packages will be DOWNGRADED due to dependency conflicts:
matplotlib: 2.0.2-np112py27_0 --> 1.5.1-np111py27_0
numpy: 1.12.1-py27_0 --> 1.11.3-py27_0
pyqt: 5.6.0-py27_2 --> 4.10.4-py27_0
qt: 5.6.2-2 --> 4.8.5-3
sip: 4.18-py27_0 --> 4.15.5-py27_0
qt-4.8.5-3.tar 100% |#############################################| Time: 0:00:06 5.72 MB/s
numpy-1.11.3-p 100% |#############################################| Time: 0:00:00 6.03 MB/s
sip-4.15.5-py2 100% |#############################################| Time: 0:00:00 6.51 MB/s
pyqt-4.10.4-py 100% |#############################################| Time: 0:00:00 6.11 MB/s
matplotlib-1.5 100% |#############################################| Time: 0:00:01 5.74 MB/s
julia> using Plots
WARNING: deprecated syntax "typealias BBox Measures.Absolute2DBox" at /Users/me/.julia/v0.6/Plots/src/Plots.jl:112.
Use "const BBox = Measures.Absolute2DBox" instead.
WARNING: deprecated syntax "typealias AVec AbstractVector" at /Users/me/.julia/v0.6/Plots/src/types.jl:6.
Use "const AVec = AbstractVector" instead.
WARNING: deprecated syntax "typealias AMat AbstractMatrix" at /Users/me/.julia/v0.6/Plots/src/types.jl:7.
Use "const AMat = AbstractMatrix" instead.
WARNING: deprecated syntax "typealias KW Dict{Symbol,Any}" at /Users/me/.julia/v0.6/Plots/src/types.jl:8.
Use "const KW = Dict{Symbol,Any}" instead.
WARNING: deprecated syntax "abstract AbstractBackend" at /Users/me/.julia/v0.6/Plots/src/types.jl:12.
Use "abstract type AbstractBackend end" instead.
WARNING: deprecated syntax "abstract AbstractPlot{T<:AbstractBackend}" at /Users/me/.julia/v0.6/Plots/src/types.jl:13.
Use "abstract type AbstractPlot{T<:AbstractBackend} end" instead.
WARNING: deprecated syntax "abstract AbstractLayout" at /Users/me/.julia/v0.6/Plots/src/types.jl:14.
Use "abstract type AbstractLayout end" instead.
WARNING: deprecated syntax "typealias SubplotMap Dict{Any,Subplot}" at /Users/me/.julia/v0.6/Plots/src/types.jl:66.
Use "const SubplotMap = Dict{Any,Subplot}" instead.
WARNING: deprecated syntax "typealias P2 FixedSizeArrays.Vec{2,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:4.
Use "const P2 = FixedSizeArrays.Vec{2,Float64}" instead.
WARNING: deprecated syntax "typealias P3 FixedSizeArrays.Vec{3,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:5.
Use "const P3 = FixedSizeArrays.Vec{3,Float64}" instead.
WARNING: deprecated syntax "abstract AbstractSurface" at /Users/me/.julia/v0.6/Plots/src/components.jl:511.
Use "abstract type AbstractSurface end" instead.
WARNING: deprecated syntax "typealias FuncOrFuncs{F} Union{F,Vector{F},Matrix{F}}" at /Users/me/.julia/v0.6/Plots/src/series.jl:10.
Use "FuncOrFuncs{F} = Union{F,Vector{F},Matrix{F}}" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "_ as an rvalue around /Users/me/.julia/v0.6/Plots/src/subplots.jl:35".
julia> plot(sin)
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
/Users/me/.julia/v0.6/Conda/deps/usr/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
WARNING: Couldn't initialize pyplot. (might need to install it?)
INFO: To do a standard install of pyplot, copy and run this:
if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
ERROR: MethodError: no method matching ioff()
The applicable method may be too new: running in world age 23860, while current world is 23875.
Closest candidates are:
ioff(::Any...; kws...) at /Users/me/.julia/v0.6/PyPlot/src/PyPlot.jl:169 (method too new to be called from this world context.)
julia> if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
julia> withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
INFO: Building Conda
INFO: Building PyCall
INFO: Using the Python distribution in the Conda package by default.
To use a different Python version, set ENV["PYTHON"]="pythoncommand" and re-run Pkg.build("PyCall").
INFO: PyCall is using /Users/me/.julia/v0.6/Conda/deps/usr/bin/python (Python 2.7.13) at /Users/me/.julia/v0.6/Conda/deps/usr/bin/python, libpython = /Users/me/.julia/v0.6/Conda/deps/usr/lib/libpython2.7
INFO: /Users/me/.julia/v0.6/PyCall/deps/deps.jl has not changed
INFO: /Users/me/.julia/v0.6/PyCall/deps/PYTHON has not changed
julia> import Conda
julia> Conda.add("qt=4.8.5")
Fetching package metadata .........
Solving package specifications: .
Package plan for installation in environment /Users/me/.julia/v0.6/Conda/deps/usr:
The following packages will be DOWNGRADED due to dependency conflicts:
matplotlib: 2.0.2-np112py27_0 --> 1.5.1-np111py27_0
numpy: 1.12.1-py27_0 --> 1.11.3-py27_0
pyqt: 5.6.0-py27_2 --> 4.10.4-py27_0
qt: 5.6.2-2 --> 4.8.5-3
sip: 4.18-py27_0 --> 4.15.5-py27_0
julia> using Plots
julia> plot(sin)
WARNING: Couldn't initialize pyplot. (might need to install it?)
INFO: To do a standard install of pyplot, copy and run this:
if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
ERROR: invalid redefinition of constant pycolors
julia> exit()
MacBook-Pro ~ $ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0-rc1.0 (2017-05-07 00:00 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> using Plots
WARNING: deprecated syntax "typealias BBox Measures.Absolute2DBox" at /Users/me/.julia/v0.6/Plots/src/Plots.jl:112.
Use "const BBox = Measures.Absolute2DBox" instead.
WARNING: deprecated syntax "typealias AVec AbstractVector" at /Users/me/.julia/v0.6/Plots/src/types.jl:6.
Use "const AVec = AbstractVector" instead.
WARNING: deprecated syntax "typealias AMat AbstractMatrix" at /Users/me/.julia/v0.6/Plots/src/types.jl:7.
Use "const AMat = AbstractMatrix" instead.
WARNING: deprecated syntax "typealias KW Dict{Symbol,Any}" at /Users/me/.julia/v0.6/Plots/src/types.jl:8.
Use "const KW = Dict{Symbol,Any}" instead.
WARNING: deprecated syntax "abstract AbstractBackend" at /Users/me/.julia/v0.6/Plots/src/types.jl:12.
Use "abstract type AbstractBackend end" instead.
WARNING: deprecated syntax "abstract AbstractPlot{T<:AbstractBackend}" at /Users/me/.julia/v0.6/Plots/src/types.jl:13.
Use "abstract type AbstractPlot{T<:AbstractBackend} end" instead.
WARNING: deprecated syntax "abstract AbstractLayout" at /Users/me/.julia/v0.6/Plots/src/types.jl:14.
Use "abstract type AbstractLayout end" instead.
WARNING: deprecated syntax "typealias SubplotMap Dict{Any,Subplot}" at /Users/me/.julia/v0.6/Plots/src/types.jl:66.
Use "const SubplotMap = Dict{Any,Subplot}" instead.
WARNING: deprecated syntax "typealias P2 FixedSizeArrays.Vec{2,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:4.
Use "const P2 = FixedSizeArrays.Vec{2,Float64}" instead.
WARNING: deprecated syntax "typealias P3 FixedSizeArrays.Vec{3,Float64}" at /Users/me/.julia/v0.6/Plots/src/components.jl:5.
Use "const P3 = FixedSizeArrays.Vec{3,Float64}" instead.
WARNING: deprecated syntax "abstract AbstractSurface" at /Users/me/.julia/v0.6/Plots/src/components.jl:511.
Use "abstract type AbstractSurface end" instead.
WARNING: deprecated syntax "typealias FuncOrFuncs{F} Union{F,Vector{F},Matrix{F}}" at /Users/me/.julia/v0.6/Plots/src/series.jl:10.
Use "FuncOrFuncs{F} = Union{F,Vector{F},Matrix{F}}" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "function Base..*(...)".
Use "function Base.broadcast(::typeof(Base.*), ...)" instead.
WARNING: deprecated syntax "_ as an rvalue around /Users/me/.julia/v0.6/Plots/src/subplots.jl:35".
julia> plot(sin)
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Base.cycle is deprecated, use Base.Iterators.cycle instead.
likely near no file:0
WARNING: Couldn't initialize pyplot. (might need to install it?)
INFO: To do a standard install of pyplot, copy and run this:
if !Plots.is_installed("PyPlot")
Pkg.add("PyPlot")
end
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
ERROR: MethodError: no method matching ioff()
The applicable method may be too new: running in world age 23854, while current world is 23874.
Closest candidates are:
ioff(::Any...; kws...) at /Users/me/.julia/v0.6/PyPlot/src/PyPlot.jl:169 (method too new to be called from this world context.)
julia>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment