You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the python3.7 runtime and it errors out on
ModuleNotFoundError: No module named 'requests'
requests is a dependency of a module I am including in the function.
What could be the cause of this and why does it successfully include the module itself, then fails on it's dependency?
Everything is installed and works fine without fun.
The text was updated successfully, but these errors were encountered:
I am trying to use the
python3.7
runtime and it errors out onrequests
is a dependency of a module I am including in the function.What could be the cause of this and why does it successfully include the module itself, then fails on it's dependency?
Everything is installed and works fine without
fun
.The text was updated successfully, but these errors were encountered: