You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNotFoundError: No module named 'platformio.device.list.util'; 'platformio.device.list' is not a package:
File "/nix/store/nyg508dcy96nvblv4jxw3m106lv6byxw-platformio-6.0.1/lib/python3.9/site-packages/platformio/builder/main.py", line 184:
env.SConscript("$BUILD_SCRIPT")
File "/home/not7cd/.platformio/packages/tool-scons/scons-local-4.3.0/SCons/Script/SConscript.py", line 602:
return _SConscript(self.fs, *files, **subst_kw)
File "/home/not7cd/.platformio/packages/tool-scons/scons-local-4.3.0/SCons/Script/SConscript.py", line 290:
raise e
File "/home/not7cd/.platformio/packages/tool-scons/scons-local-4.3.0/SCons/Script/SConscript.py", line 286:
exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
File "/home/not7cd/.platformio/platforms/raspberrypi@src-ff76a3915224135aafad379817f41edd/builder/main.py", line 337:
from platformio.device.list.util import list_logical_devices
I was able to fix that by removing util, ended up with
from platformio.device.list import list_logical_devices
I will elaborate later, it's 3 AM here. Also, I would appreciate request for more data about environment. I use NixOS btw 😭
The text was updated successfully, but these errors were encountered:
I encountered error during upload on platformio-6.0.1 and ff76a3915224135aafad379817f41edd of this repo.
platform-raspberrypi/builder/main.py
Line 335 in fec7ed8
I was able to fix that by removing
util
, ended up withI will elaborate later, it's 3 AM here. Also, I would appreciate request for more data about environment. I use NixOS btw 😭
The text was updated successfully, but these errors were encountered: