Accessing ax package after installing on Thonny shell #106
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
My suspicion is that the command is being sent to the microcontroller rather than to Python. (For context, Ax isn't something that can be installed onto the microcontroller directly). On the bottom-right of your Thonny window, check to see which environment is selected. If it's the MicroPython / microcontroller environment, try switching to the Python one. As an aside, you might consider trying out VS Code, which is nearly identical to the GitHub Codespaces interface you'd be accustomed to from the course. Just requires a bit of extra setup. |
Beta Was this translation helpful? Give feedback.
My suspicion is that the command is being sent to the microcontroller rather than to Python. (For context, Ax isn't something that can be installed onto the microcontroller directly). On the bottom-right of your Thonny window, check to see which environment is selected. If it's the MicroPython / microcontroller environment, try switching to the Python one.
As an aside, you might consider trying out VS Code, which is nearly identical to the GitHub Codespaces interface you'd be accustomed to from the course. Just requires a bit of extra setup.