Hi @ ansonhe97, I’m trying to install aip on another computer. the installation of aip was successful but when I try to install the WIO terminal board it gives me this error.
Click to see the code
C:\Python38\Scripts>aip build --board=wio_terminal
Traceback (most recent call last):
File “c:\python38\lib\runpy.py”, line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File “c:\python38\lib\runpy.py”, line 87, in run_code
exec(code, run_globals)
File "C:\Python38\Scripts\aip.exe_main.py", line 7, in
File “c:\python38\lib\site-packages\aip\main.py”, line 52, in main
from aip.command import commands_dict, parse_command
File “c:\python38\lib\site-packages\aip\command.py”, line 47, in
from aip.install import installCommand
File “c:\python38\lib\site-packages\aip\install.py”, line 34, in
import requests
ModuleNotFoundError: No module named ‘requests’
C:\Python38\Scripts>
Can you help me figure out where I’m wrong?
Thanks