Skip to content

About menu not opening from the GUI #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JosepFanals opened this issue Mar 9, 2025 · 0 comments
Open

About menu not opening from the GUI #345

JosepFanals opened this issue Mar 9, 2025 · 0 comments

Comments

@JosepFanals
Copy link
Collaborator

JosepFanals commented Mar 9, 2025

Describe the bug
When clicking to "About Python" an error is thrown and no window pops up

Traceback (most recent call last):
File "/Users/josep/Desktop/gridcal/src/GridCal/Gui/Main/SubClasses/base_gui.py", line 526, in about_box
self.about_msg_window = AboutDialogueGuiGUI(self)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/josep/Desktop/gridcal/src/GridCal/Gui/AboutDialogue/about_dialogue.py", line 89, in init
version_code, latest_version = check_version()
^^^^^^^^^^^^^^^
File "/Users/josep/Desktop/gridcal/src/GridCal/update.py", line 46, in check_version
pipy_version = pkg.parse(latest_version)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/josep/Desktop/gridcal/.venv/lib/python3.12/site-packages/packaging/version.py", line 56, in parse
return Version(version)
^^^^^^^^^^^^^^^^
File "/Users/josep/Desktop/gridcal/.venv/lib/python3.12/site-packages/packaging/version.py", line 202, in init
raise InvalidVersion(f"Invalid version: {version!r}")
packaging.version.InvalidVersion: Invalid version: 'stderr="ERROR:Invalidrequirement:'GridCal==random':Expectedendorsemicolon(afternameandnovalidversionspecifier'

Screenshots

Image

Desktop (please complete the following information):

  • macOS 15.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant