Git Product home page Git Product logo

Comments (4)

SimonDanisch avatar SimonDanisch commented on September 26, 2024

This is actually an error in ImageMagick! You can ignore it, if you don't plan to load images.
The error is surprising though, since this was fixed at some point.
Did you already have an ImageMagick installation on your computer, before adding GLVisualize?
Maybe because of earlier versions of Images.jl?

from glvisualize.jl.

musm avatar musm commented on September 26, 2024

Ahh looks to be an error with ImageMagick, I pulled the latest master (I already had ImageMagick installed on my PC in program files folder)

julia> Pkg.build("ImageMagick")
INFO: Building ImageMagick
At line:1 char:3
+ --help
+   ~
Missing expression after unary operator '--'.
At line:1 char:3
+ --help
+   ~~~~
Unexpected token 'help' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingExpressionAfterOperator

from glvisualize.jl.

SimonDanisch avatar SimonDanisch commented on September 26, 2024

Have you tried removing it and then Pkg.add("ImageMagick");Pkg.build("ImageMagick")
So far, I was able to ignore the error above, and it still worked for me.

from glvisualize.jl.

musm avatar musm commented on September 26, 2024

Yes I have, the output of the error is shown above.

I have tested on a new commit on master and on v0.4, in both cases I get the same error, however, I cannot ignore the errors since it basically crashes the script, i.e. no output.

EDIT:

Error identified. First if you already have ImageMagick in path before installing ImageMagick.jl, you have to first make sure you remove it from path (probably also safe to move it to load after julia environment variable is loaded). Then it will work if you call Pkg.build("ImageMagick") despite still showing the error

julia> Pkg.build("ImageMagick")
INFO: Building ImageMagick
At line:1 char:3
+ --help
+   ~
Missing expression after unary operator '--'.
At line:1 char:3
+ --help
+   ~~~~
Unexpected token 'help' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingExpressionAfterOperator

INFO: Installing ImageMagick library

from glvisualize.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.