We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: