[GH-ISSUE #259] Warning message comes up even though I am using Pyinstaller 4.10! #230

Closed
opened 2026-02-26 12:20:53 +03:00 by kerem · 4 comments
Owner

Originally created by @mcagriaksoy on GitHub (Apr 4, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/259

Hi, I got the message :
image

and it causes from the file: utils.py line: 72 somehow it goes in the condition line 73 should not!
image

Originally created by @mcagriaksoy on GitHub (Apr 4, 2022). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/259 Hi, I got the message : ![image](https://user-images.githubusercontent.com/20202577/161539590-0c8d5d88-1d4d-4a21-95e2-2504f0db4539.png) and it causes from the file: utils.py line: 72 somehow it goes in the condition line 73 should not! ![image](https://user-images.githubusercontent.com/20202577/161539542-302bcb9b-bb69-42da-a494-1a73b4e34ea7.png)
kerem closed this issue 2026-02-26 12:20:54 +03:00
Author
Owner

@brentvollebregt commented on GitHub (Apr 5, 2022):

Can you execute this and let me know what the output is:

from PyInstaller import __version__ as pyinstaller_version
print(f'pyinstaller_version: {pyinstaller_version}')
print(f'float(pyinstaller_version): {float(pyinstaller_version)}')
<!-- gh-comment-id:1088329353 --> @brentvollebregt commented on GitHub (Apr 5, 2022): Can you execute this and let me know what the output is: ```python from PyInstaller import __version__ as pyinstaller_version print(f'pyinstaller_version: {pyinstaller_version}') print(f'float(pyinstaller_version): {float(pyinstaller_version)}') ```
Author
Owner

@natura4917 commented on GitHub (Apr 5, 2022):

pyinstaller_version: 4.10
float(pyinstaller_version): 4.1

<!-- gh-comment-id:1088409620 --> @natura4917 commented on GitHub (Apr 5, 2022): pyinstaller_version: 4.10 float(pyinstaller_version): 4.1
Author
Owner

@brentvollebregt commented on GitHub (Apr 5, 2022):

@mcagriaksoy or @natura4917, can one of you (or someone else looking at this) checkout the branch feature/259-fix-pyinstaller-4.10-warnings and check this is fixed please?

PR is at https://github.com/brentvollebregt/auto-py-to-exe/pull/260

<!-- gh-comment-id:1088514640 --> @brentvollebregt commented on GitHub (Apr 5, 2022): @mcagriaksoy or @natura4917, can one of you (or someone else looking at this) checkout the branch `feature/259-fix-pyinstaller-4.10-warnings` and check this is fixed please? PR is at https://github.com/brentvollebregt/auto-py-to-exe/pull/260
Author
Owner

@mcagriaksoy commented on GitHub (Apr 5, 2022):

congratz. it is fixed. thanks for quick response.
image

<!-- gh-comment-id:1089158432 --> @mcagriaksoy commented on GitHub (Apr 5, 2022): congratz. it is fixed. thanks for quick response. ![image](https://user-images.githubusercontent.com/20202577/161824653-5009d080-cf54-4365-a54a-3eeb1b56a4c2.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#230
No description provided.