Skip to content

julia v1.4.1 breaks script? #3

@peej03

Description

@peej03

Hi,
Just trying to run the example on Ubuntu 20.10
Julia Version 1.4.1
Installed julia packages

This is what I get when I run the example:

~/CAMEOS-master/main$ julia main.jl example.txt

┌ Warning: `@add_arg_table` is deprecated, use `@add_arg_table!` instead
└ @ ArgParse :-1
The random barcode on this run is: EXkVziIh
CAMEOS tensor built
Evaluating HMM seeds
Error encountered while load FileIO.File{FileIO.DataFormat{:JLD},String}("jlds/infA.jld").

When I modify the one instance of '@add_arg_table' to '@add_arg_table!' in the main.jl file (renaming to main2.jl), I get this.

~/CAMEOS-master/main$ julia main2.jl example.txt

The random barcode on this run is: HXRNIMN9
CAMEOS tensor built
Evaluating HMM seeds
Error encountered while load FileIO.File{FileIO.DataFormat{:JLD},String}("jlds/infA.jld").

Fatal error:

Any ideas what is going wrong for me?
Thanks!
Paul

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions