What Linux distribution is this and how did you install Python and PyInstaller?
Whilst it shouldn’t be raising assertion errors, generally whenever something goes wrong in get_python_library_path(), it means that your Python environment doesn’t provide libpython3.x.so so it’s unusable to PyInstaller anyway. If everything had gone smoothly, you’d probably just be looking at this error <https://github.com/pyinstaller/pyinstaller/blob/86087a5067b584eee7b68b47f50a85f9ead431fa/PyInstaller/exceptions.py#L55-L64> instead. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/7b7e74c4-3bef-4079-a430-f2a92e735264n%40googlegroups.com.
