Skip to content

invalid ELF header  #2

@TomGarside

Description

@TomGarside

Hi I was attempting to follow your instructions for building python 3.8 and I am getting the following error

    from decimal import Decimal
  File "/home/tom/python/3.8/build/Python-3.8.3/Lib/decimal.py", line 8, in <module>
    from _pydecimal import *
  File "/home/tom/python/3.8/build/Python-3.8.3/Lib/_pydecimal.py", line 440, in <module>
    import contextvars
  File "/home/tom/python/3.8/build/Python-3.8.3/Lib/contextvars.py", line 1, in <module>
    from _contextvars import Context, ContextVar, Token, copy_context
ImportError: /home/tom/python/3.8/build/Python-3.8.3/emscripten/build/lib.emscripten-3.8/_contextvars.so: invalid ELF header

I tried building using the latest emscripten as well as 2.0.2 and 1.39.18 mentioned in the closed thread
I am trying to build on Ubuntu 20.04.2 LTS my system python3 is Python 3.8.5

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