It is an error I get while I am trying to compile firmware for an Ender-3. using BTT SKR E3 Mini 1.2 with BLtouch. I have tried multiple ways to get rid of this error but since I am totally new I have no idea how to solve the problems.
ModuleNotFoundError: No module named 'platformio.managers.package':
File "C:\users\adven.platformio\penv\lib\site-packages\platformio\builder\main.py", line 167:
env.SConscript(item, exports="env")
File "C:\Users\adven.platformio\packages\tool-scons\scons-local-4.0.1\SCons\Script\SConscript.py", line 598:
File "C:\Users\adven.platformio\packages\tool-scons\scons-local-4.0.1\SCons\Script\SConscript.py", line 287:
exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
File "C:\VRM\VRM\firmware\V1.2\MARLIN2.0\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 12:
from platformio.managers.package import PackageManager
It is an error I get while I am trying to compile firmware for an Ender-3. using BTT SKR E3 Mini 1.2 with BLtouch. I have tried multiple ways to get rid of this error but since I am totally new I have no idea how to solve the problems.
ModuleNotFoundError: No module named 'platformio.managers.package': File "C:\users\adven.platformio\penv\lib\site-packages\platformio\builder\main.py", line 167: env.SConscript(item, exports="env") File "C:\Users\adven.platformio\packages\tool-scons\scons-local-4.0.1\SCons\Script\SConscript.py", line 598:
File "C:\Users\adven.platformio\packages\tool-scons\scons-local-4.0.1\SCons\Script\SConscript.py", line 287:
exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals) File "C:\VRM\VRM\firmware\V1.2\MARLIN2.0\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 12:
from platformio.managers.package import PackageManager