-
Notifications
You must be signed in to change notification settings - Fork 29
Dashboard: Wait for Inputs, Fix Python 3.14 #1204
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
Closed
ax3l
wants to merge
8
commits into
BLAST-ImpactX:development
from
ax3l:topic-fix-dashboard-wait-initial
Closed
Dashboard: Wait for Inputs, Fix Python 3.14 #1204
ax3l
wants to merge
8
commits into
BLAST-ImpactX:development
from
ax3l:topic-fix-dashboard-wait-initial
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```
File "impactx/src/python/impactx/dashboard/start.py", line 45, in start
server.start()
File "/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/trame_server/core.py", line 716, in start
task = CoreServer.server_start(
...
File "/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/wslink/protocol.py", line 33, in __init__
self._completion = asyncio.get_event_loop().create_future()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/events.py", line 715, in get_event_loop
raise RuntimeError('There is no current event loop in thread %r.'
% threading.current_thread().name)
RuntimeError: There is no current event loop in thread 'MainThread'.
```
ax3l
commented
Oct 31, 2025
ax3l
commented
Oct 31, 2025
ax3l
commented
Nov 1, 2025
for more information, see https://pre-commit.ci
In case it is not visible...
3a7c5ad to
e7b4d4a
Compare
ax3l
commented
Nov 1, 2025
d5accb7 to
80fed10
Compare
|
Fixed via #1208 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug: affects latest release
Bug also exists in latest release version
bug
Something isn't working
component: dashboard
our browser based trame dashboard
component: python
Python bindings
component: tests
examples, tests and benchmarks
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Try to fix CI by asking Cursor to fix it.
Wait for Inputs
Try to fix the failing Ubuntu test
test_python_import.py::test_python_importsayingThat one also passes on my local pc
Fix Python 3.14 (macOS CI)
Dashboard never started up: