Can pyinstaller work with any recent version of ubuntu ? #7925
Unanswered
peter1john
asked this question in
PyInstaller
Replies: 1 comment 22 replies
-
See docs. tl;dr is that if you build on 18.04 it will usually work on 20.04 whereas it will generally not work the other way around. It does depend on the complexity of your dependencies and how many versions you consider recent. There are always exceptions though -- I vaguely recall it being impossible to support many versions in one build when PyQt is a dependency for example. |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
I am new to this and while exploring how to create executable for python script i found pyinstaller is very popular and from command line installed this package and started creating executable it is working fine on my laptop. But while going throgh documentaion i found below infromation, if any of below three situation comes then we need build for that platform,
a different OS
a different version of Python
a 32-bit or 64-bit OS
My aim is to create executable for atleast 18.04 and 20.04 with any of python package.
Is there any way to crack this?
Thank You.
Beta Was this translation helpful? Give feedback.
All reactions