Skip to content

Examples not running - "NoneType" error for binary object #143

@raistlinJ

Description

@raistlinJ

Describe the bug
I installed zelos using pip on multiple platforms: Windows 10, Kali Linux 2022.1, Ubuntu 16, using python versions 3.5-3.9 and in all cases, the examples error out when executed.

To Reproduce
Steps to reproduce the behavior:

  1. Install zelos using pip (e.g., python 3.8)
  2. cd into examples/hello directory
  3. Either run the python test program or zelos directly on the binary
  4. Notice the following errors:
    "parse_____:NOTICE:Requested interpreter is blank
    Unknown format"
    "AttributeError: 'NoneType' object has no attribute 'static_symbols'
    (a similar "NoneType" object error occurs when trying to run zelos with the other examples)"

Expected behavior
Examples should execute as described in README

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