Replies: 2 comments 2 replies
-
Yes, |
Beta Was this translation helpful? Give feedback.
1 reply
-
For the state of crossbar Python 3.12 compatibility, see #1260. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I am Miguel Ángel, from https://jumpstarter.dev a really small project compared to yours; I presented it at last FOSDEM and people in the room directed me to look into LabGrid, which I am evaluating, it seems much more mature, with many more capabilities compared to what we built in a few months.
I was trying to setup the coordinator to test the distributed environment, and I hit an issue with crossbar:
File "/home/ajo/labgrid/crossbar-venv/lib/python3.12/site-packages/crossbar/common/reloader.py", line 40, in
from imp import reload
ModuleNotFoundError: No module named 'imp'
imp was deprecated, and I could switch it to importlib
Then I hit:
File "/home/ajo/labgrid/crossbar-venv/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
which I still need to figure out.
Then I looked at the crossbar project, which seemed inactive for the last 7 months, and their main website is down.
I guess crossbar is deeply ingrained in the project, is it possible to replace it? are there any action plans?
Best regards, and congratulations for the project.
Beta Was this translation helpful? Give feedback.
All reactions