Probe Basic - startup error on new installation
08 Sep 2024 15:06 - 08 Sep 2024 15:08 #309672
by spumco
Probe Basic - startup error on new installation was created by spumco
Just installed a fresh load of Debian 13 and followed the APT-installation instructions for Probe Basic.
One error reported during install (gpg keys, 'server error).
LCNC starts no problem.
On first run of the Probe Basic sim I get the following:
One error reported during install (gpg keys, 'server error).
LCNC starts no problem.
On first run of the Probe Basic sim I get the following:
Warning: Spoiler!
Traceback (most recent call last):File "/usr/bin/probe_basic", line 8, in <module>sys.exit(main())^^^^^^File "/usr/lib/python3/dist-packages/probe_basic/__init__.py", line 20, in mainqtpyvcp.run_vcp(opts, VCP_CONFIG_FILE)File "/usr/lib/python3/dist-packages/qtpyvcp/__init__.py", line 26, in run_vcprun(*args, **kwargs)File "/usr/lib/python3/dist-packages/qtpyvcp/app/__init__.py", line 129, in runlaunch_application(opts, config)File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 70, in launch_applicationapp = _initialize_object_from_dict(config)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 203, in _initialize_object_from_dictobj = _get_object_by_referance(provider)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 191, in _get_object_by_referancereturn getattr(importlib.import_module(modname), attrname)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_modulereturn _bootstrap._gcd_import(name[level:], package, level)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "<frozen importlib._bootstrap>", line 1387, in _gcd_importFile "<frozen importlib._bootstrap>", line 1360, in _find_and_loadFile "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlockedFile "<frozen importlib._bootstrap>", line 935, in _load_unlockedFile "<frozen importlib._bootstrap_external>", line 995, in exec_moduleFile "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removedFile "/usr/lib/python3/dist-packages/qtpyvcp/app/application.py", line 7, in <module>import impModuleNotFoundError: No module named 'imp'
Switched from Development to Stable, same error.
Any ideas?
Last edit: 08 Sep 2024 15:08 by spumco.
Please Log in or Create an account to join the conversation.
08 Sep 2024 17:17 #309684
by Aciera
Replied by Aciera on topic Probe Basic - startup error on new installation
According to this the 'imp' module has been removed with python 3.12:
stackoverflow.com/questions/77274572/mul...-no-module-named-imp
But according to this Debian 13 is on python 3.11.2:
www.debian.org/releases/trixie/release-notes/whats-new.en.html
might want to check what python version you are running.
stackoverflow.com/questions/77274572/mul...-no-module-named-imp
But according to this Debian 13 is on python 3.11.2:
www.debian.org/releases/trixie/release-notes/whats-new.en.html
might want to check what python version you are running.
The following user(s) said Thank You: spumco
Please Log in or Create an account to join the conversation.
08 Sep 2024 17:27 #309687
by spumco
Replied by spumco on topic Probe Basic - startup error on new installation
I wonder if using Deb 13 is the problem. Deb 12 doesn't like my nic's or wi-fi hardware.
Assuming it's a python issue, any suggestions on what to do about it?
Assuming it's a python issue, any suggestions on what to do about it?
Please Log in or Create an account to join the conversation.
08 Sep 2024 17:48 #309688
by Aciera
Replied by Aciera on topic Probe Basic - startup error on new installation
what does this give you:
$ python3 --version
$ python3 --version
Please Log in or Create an account to join the conversation.
08 Sep 2024 18:24 #309692
by spumco
Replied by spumco on topic Probe Basic - startup error on new installation
Python 3.12.5
The 'whats-new' link you posted appears to be outdated. Deb trixie is now shipping with Python 3.12 exclusively.
Trying to figure out how to install 3.11, but I'm getting lost... something about using deadsnakes PPA.
The 'whats-new' link you posted appears to be outdated. Deb trixie is now shipping with Python 3.12 exclusively.
Trying to figure out how to install 3.11, but I'm getting lost... something about using deadsnakes PPA.
Please Log in or Create an account to join the conversation.
08 Sep 2024 19:57 #309695
by spumco
Replied by spumco on topic Probe Basic - startup error on new installation
Tired of fighting Debian. MX23 seems to be working so far. PB works, decent ping times with Mesa, running latency now.
Please Log in or Create an account to join the conversation.
Time to create page: 0.091 seconds