-
Brief Issue SummaryI am trying the use Cmake tools in VS code to build the folder for the raspberry pi pico examples folder. However, when building, the following error occurs for python v3.6. Extremely new to C development on raspberry pi, so bare with me. CMake Tools Diagnostics
Debug Log
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Is that project supposed to install python for you, or are you expected to already have it present? Have you tried running cmake in the terminal to configure this project? Our extension attempts to automate the configuration using the same commands you would use in a terminal window, so this doesn't sound like an issue with our extension at first glance. If configuring in a terminal works but the extension doesn't, then we have a bug on our hands. I'm converting this issue to a discussion until we know for sure. |
Beta Was this translation helpful? Give feedback.
Is that project supposed to install python for you, or are you expected to already have it present? Have you tried running cmake in the terminal to configure this project? Our extension attempts to automate the configuration using the same commands you would use in a terminal window, so this doesn't sound like an issue with our extension at first glance. If configuring in a terminal works but the extension doesn't, then we have a bug on our hands. I'm converting this issue to a discussion until we know for sure.