fun icon indicating copy to clipboard operation
fun copied to clipboard

python3.7 doesn't seem to be able to find dependencies

Open zergaloid opened this issue 4 years ago • 0 comments

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.

zergaloid avatar Jul 05 '21 09:07 zergaloid