I created a new extension with template code , it works fine.
However when I try to import requests module , it display error, means can not find it .
However I can pip list requests model in my python script folder .
such as
![]()
The error code is just below :
import omni.ext
import omni.ui as ui
import omni.kit.commands
import json
import requests
I am really confused , if I changed my python interpreter to another like below image in VsCode , it will display can not find “OVE” related error
