Using 
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"

python version used is python3.8, it breaks sometimes,but it also passes 
sometimes (50% chance of passing).

One change is python3.6 is uninstalled,

Thsi file sis present /usr/lib/x86_64-linux-gnu/libpython3.8.so.1.0

Some times it picks this file
2240 INFO: Caching module dependency graph...
2335 INFO: Running Analysis Analysis-00.toc
2336 INFO: Looking for Python shared library...
2405 INFO: Using Python shared library: 
/usr/lib/x86_64-linux-gnu/libpython3.8.so.1.0


On Friday, July 12, 2024 at 3:55:52 AM UTC+5:30 bwoodsend wrote:

> 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/8f8b187b-bf46-4a6c-b8df-25c60a6b1489n%40googlegroups.com.

Reply via email to