vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

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

Open zergaloid opened 3 years ago

zergaloid commented 3 years ago

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.