Coder Social home page Coder Social logo

Comments (4)

timholy avatar timholy commented on July 28, 2024

What does Pkg.status() say? Does Pkg.update() fix the problem?

from imageview.jl.

andrewadare avatar andrewadare commented on July 28, 2024

I had run Pkg.update() just before my example. If I run it again, it says INFO: No packages to install, update or remove.

julia> Pkg.status()
7 required packages:
 - IJulia                        0.2.1
 - ImageView                     0.1.11
 - Images                        0.4.31
 - MAT                           0.2.9
 - MNIST                         0.0.1
 - NLopt                         0.2.0
 - TestImages                    0.0.7
23 additional packages:
 - BinDeps                       0.3.7
 - Blosc                         0.1.1
 - Cairo                         0.2.24
 - Color                         0.4.2
 - Compat                        0.2.12
 - FixedPointNumbers             0.0.6
 - Graphics                      0.1.0
 - HDF5                          0.4.11
 - Homebrew                      0.1.13
 - IniFile                       0.2.4
 - JSON                          0.4.1
 - MathProgBase                  0.3.9
 - Nettle                        0.1.8
 - REPLCompletions               0.0.3
 - SHA                           0.0.3
 - SIUnits                       0.0.2
 - TexExtensions                 0.0.2
 - Tk                            0.3.0
 - URIParser                     0.0.4
 - Winston                       0.11.8
 - ZMQ                           0.1.16
 - ZipFile                       0.2.3
 - Zlib                          0.1.7

For good measure, I repeated the example after running Pkg.update() again, and got the same error. FWIW, I also tried the same example on my work machine (ubuntu trusty using v0.3.6 and freshly updated packages). I got the same exact error. So this doesn't appear specific to the configuration on my mac.

from imageview.jl.

rsrock avatar rsrock commented on July 28, 2024

I can reproduce this here. It's something that slipped in recently.

Before this morning's Pkg.update(), everything worked with this Pkg.status():

63 required packages:
...
 - Cairo                         0.2.24
 - ImageView                     0.1.10             master
 - Images                        0.4.30             master
 - Tk                            0.2.17
53 additional packages:
...
 - Homebrew                      0.1.13

After Pkg.update(), the broken versions are:

63 required packages:
...
 - Cairo                         0.2.24
 - ImageView                     0.1.11             master
 - Images                        0.4.31+            master
 - Tk                            0.3.0
53 additional packages:
...
 - Homebrew                      0.1.13

Julia after the update is Version 0.3.7-pre+15 (2015-03-02 23:43 UTC)

from imageview.jl.

timholy avatar timholy commented on July 28, 2024

It got introduced with JuliaGraphics/Tk.jl@7f45f9a. Basically, all graphics packages either have to use Base.Graphics or Graphics; you can't have some of each.

from imageview.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.