Thanks to visit codestin.com
Credit goes to github.com

Skip to content

invalid ELF header #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
TomGarside opened this issue Jun 8, 2021 · 1 comment
Open

invalid ELF header #2

TomGarside opened this issue Jun 8, 2021 · 1 comment

Comments

@TomGarside
Copy link

TomGarside commented Jun 8, 2021

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

@williamstein
Copy link

I also hit the same problem, building on Ubuntu 20.04.02 (a default project on https://cocalc.com), using the latest emscripten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants