[issue42446] Assertion error os.path.exists(pyc_path) while building Python 3.8.6 with-ensurepip

2020-11-23 Thread Thoradia Quack
Thoradia Quack added the comment: I build Python with the LibreELEC toolchain. I removed the --disable-pyc-build and a patch to generate legacy bytecode. That fixed the issue. Thank you for the fast answer and for pointing me to the solution. Closing. -- stage: -> resolved sta

[issue42446] Assertion error os.path.exists(pyc_path) while building Python 3.8.6 with-ensurepip

2020-11-23 Thread Thoradia Quack
Thoradia Quack added the comment: I get the same error when I build without -disable-pyc-build. I could create the missing directory if only I knew what directory ensurepip is expecting. -- ___ Python tracker <https://bugs.python.org/issue42

[issue42446] Assertion error os.path.exists(pyc_path) while building Python 3.8.6 with-ensurepip

2020-11-23 Thread Thoradia Quack
New submission from Thoradia Quack : I try building Python 3.8.6 with-ensurepip (see configuration below) but this fails with an assertion error (see error below). I do not understand the error and I do not know how to fix it. For what it is worth, I used to successfully build Python 3.8.5