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
VSCode: 1.94.2
PIO IDE: v3.3.3
System: Darwin, 24.0.0, x64
%23 Exception
Error: ModuleNotFoundError: Traceback (most recent call last):
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/platformio/__main__.py", line 103, in main
cli() %23 pylint: disable=no-value-for-parameter
^^^^^
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/platformio/cli.py", line 85, in invoke
return super().invoke(ctx)
^^^^^^^^^^^^^^^^^^^
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/click/core.py", line 1682, in invoke
cmd_name, cmd, args = self.resolve_command(ctx, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/click/core.py", line 1729, in resolve_command
cmd = self.get_command(ctx, cmd_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/platformio/cli.py", line 94, in get_command
module = importlib.import_module(commands[cmd_name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jannikerb/.platformio/python3/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/platformio/home/cli.py", line 21, in <module>
from platformio.home.run import run_server
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/platformio/home/run.py", line 36, in <module>
from platformio.home.rpc.handlers.project import ProjectRPC
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/platformio/home/rpc/handlers/project.py", line 32, in <module>
from platformio.project.integration.generator import ProjectGenerator
File "/Users/jannikerb/.platformio/penv/lib/python3.11/site-packages/platformio/project/integration/generator.py", line 19, in <module>
import bottle
ModuleNotFoundError: No module named 'bottle'
============================================================
An unexpected error occurred. Further steps:
* Verify that you have the latest version of PlatformIO using
`python -m pip install -U platformio` command
* Try to find answer in FAQ Troubleshooting section
https://docs.platformio.org/page/faq/index.html
* Report this problem to the developers
https://github.com/platformio/platformio-core/issues
============================================================
at /Users/jannikerb/.vscode/extensions/platformio.platformio-ide-3.3.3-darwin-x64/node_modules/platformio-node-helpers/dist/index.js:1:10939
at ChildProcess.i (/Users/jannikerb/.vscode/extensions/platformio.platformio-ide-3.3.3-darwin-x64/node_modules/platformio-node-helpers/dist/index.js:1:4559)
at ChildProcess.emit (node:events:519:28)
at ChildProcess.emit (node:domain:488:12)
at maybeClose (node:internal/child_process:1105:16)
at Socket.<anonymous> (node:internal/child_process:457:11)
at Socket.emit (node:events:519:28)
at Socket.emit (node:domain:488:12)
at Pipe.<anonymous> (node:net:339:12)
The text was updated successfully, but these errors were encountered:
%23 Description of problem
Leave a comment...
BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN
%23 Configuration
VSCode: 1.94.2
PIO IDE: v3.3.3
System: Darwin, 24.0.0, x64
%23 Exception
The text was updated successfully, but these errors were encountered: