Victrid / splatplost

A software-based SplatPost plotter.
GNU General Public License v3.0
191 stars 17 forks source link

ModuleNotFoundError: No module named 'libnxctrl.nxbt.nxbt' #20

Closed TattlingElk closed 2 years ago

TattlingElk commented 2 years ago

Don't know if this should be here or on the libnxctrl page, but I get this error when trying to start a plot.

sudo splatplot --order testsample.order

Traceback (most recent call last):

File "/usr/local/bin/splatplot", line 19, in

back = get_backend(args.backend)

File "/usr/local/lib/python3.10/dist-packages/libnxctrl/bluetooth.py", line 8, in get_backend

from .nxbt_wrapper import NXBTControl

File "/usr/local/lib/python3.10/dist-packages/libnxctrl/nxbt_wrapper.py", line 1, in

from .nxbt.nxbt import Buttons as NXBT_Buttons, Nxbt, PRO_CONTROLLER, find_devices_by_alias

ModuleNotFoundError: No module named 'libnxctrl.nxbt.nxbt'

Victrid commented 2 years ago

Try update libnxctrl (or splatplost) with

pip install -U splatplost libnxctrl
Victrid commented 1 year ago

Try upgrade libnxctrl and splatplost by pip install -U splatplost libnxctrl

TattlingElk @.***>于2022年9月1日 周四17:10写道:

Don't know if this should be here or on the libnxctrl page, but I get this error when trying to start a plot.

sudo splatplot --order testsample.order

Traceback (most recent call last):

File "/usr/local/bin/splatplot", line 19, in

back = get_backend(args.backend)

File "/usr/local/lib/python3.10/dist-packages/libnxctrl/bluetooth.py", line 8, in get_backend

from .nxbt_wrapper import NXBTControl

File "/usr/local/lib/python3.10/dist-packages/libnxctrl/nxbt_wrapper.py", line 1, in

from .nxbt.nxbt import Buttons as NXBT_Buttons, Nxbt, PRO_CONTROLLER, find_devices_by_alias

ModuleNotFoundError: No module named 'libnxctrl.nxbt.nxbt'

— Reply to this email directly, view it on GitHub https://github.com/Victrid/splatplost/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJPRUJCRU76X4CSTWRMFIF3V4BXJTANCNFSM6AAAAAAQCEWUQY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- 蒋圩淏 @. @.