I have a Xiao on a Grove Shield. I am running VSCode on Windows 10. I have created an env (.xiao).
I installed ardupy-aip. I followed the video “Wio Terminal Classroom with Ardupy #5 AIP Usage & Ardupy Libraries” and all seems to be working BUT aip build --board=xiao fails with the error…
|--------------- Building Firmware for xiao---------------|
…The system cannot find the path specified.
QSTR updated
…The system cannot find the path specified.
…The system cannot find the path specified.
…The system cannot find the path specified.
…The system cannot find the path specified.
…The system cannot find the path specified.
…The system cannot find the path specified.
The system cannot find the path specified.
compile error
I do not know what path this error is referring to?
Any help really appreciated
Thanks in advance
Problem Solved.
When I installed ardupy-aip it put all the gcc compile “stuff” in the directory …
C:\Users\xxxx\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\Roaming\aip
I did a aip build -v and it implied that the aip directory should be in …
C:\Users\xxxx\AppData\Roaming\aip
I checked and there was no aip directory in C:\Users\xxxx\AppData\Roaming so I moved the aip directory from C:\Users\xxxx\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\Roaming to directory C:\Users\xxxx\AppData\Roaming
Then “aip build --board=xiao” worked !!!
Hi,
Happy to know that you got it fixed by yourself. However, when looking into this matter, first check whether you have installed aip under pip3.
Make sure you have Python 3 and pip3 installed to their latest versions. And then execute:
pip3 install ardupy-aip
Please check the following and let me know how it goes.
Also even though you have asked this question on YouTube and in another forum thread as well, I will use this thread to continue the conversation.
Can not install ardupy on windows 10 64 bit , when trying to install on both cli and power shell i have something like (S C:\Users\denty>
PS C:\Users\denty> pip3 install ardupy-aip
Fatal error in launcher: Unable to create process using ‘“c:\python39\python.exe” “C:\Python39\Scripts\pip3.exe” install ardupy-aip’: Nie mo?na odnale?? okre?lonego pliku.
PS C:\Users\denty> ) wich means that i dont have the python39.exe , although this directory is available and existing ?!