Wicope Download

Hello everyone, i’am doing a project where i need to use a scope and i don’t have one, and i don’t have money to buy one either, so i was trying to install some libraries in my arduino called wicope :
https://github.com/diepala/wicope
But i was having problems dowloading it, i couldn’t install it with py -m commands since i got :
image
So i searched for something and i found out that i needed to install the py launcher :

But when i try to install it, it never does, also i did a simple script trying to just print hello world and it didn’t work, can someone help me out please?


As i’am a new user i couldn’t put 2 media photos in the same post, here it is the py launcher i suppose i need to install but that nevers works (i confirmed this when i go back to the python setup and it is still uncrossed)

I am not sure what you are trying, but to make sure: in the window you showed above you need to press the square next to “Py Launcher” to add it to the stuff to install - if there isn’t a blue checkmark it will not be installed.


Then when i open it again, the py box is uncrossed, any ideas why?

I mean, yes, because what you are seeing there should be the defaults for the installer, not a reflection of what is installed on your system. But I don’t know why the py launcher is not visible; Have you tried restarting the PC?

I tried restarting and the box is still unchecked, it seems like it doesn’t install at all !!
What can i do?

Yes, it doesn’t indicate whether it’s installed or not, just what option you selected this time through the menus.

To see if it’s installed, you need to go into a terminal and run the py command.

image

And if i do the install command with python and not py i get this message :
Python not found; run without arguments to install from the Microsoft Store or disable this shortcut from Settings > Apps > Advanced app settings > App runtime aliases.

I found out, so basicly the paths were all wrong, i needed to be warry when installing python and select Add Python 3.13.1 to Path

Now it’s all good and all commands work fine.