python-local-lambda : 0.1.8
python : 3.7 and 3.6
When i run : python-lambda-local -f handler my-test.py event.json
Getting Module Not Found Error
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\abimanyu\AppData\Local\Programs\Python\Python36\Lib\multiprocessing\spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "C:\Users\abimanyu\AppData\Local\Programs\Python\Python36\Lib\multiprocessing\spawn.py", line 115, in _main
self = reduction.pickle.load(from_parent)
ModuleNotFoundError: No module named 'request-202c45fb-86df-42ab-97ed-e5c6b298392d'
Reactions are currently unavailable
python-local-lambda : 0.1.8
python : 3.7 and 3.6
When i run : python-lambda-local -f handler my-test.py event.json
Getting Module Not Found Error
Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\abimanyu\AppData\Local\Programs\Python\Python36\Lib\multiprocessing\spawn.py", line 105, in spawn_main exitcode = _main(fd) File "C:\Users\abimanyu\AppData\Local\Programs\Python\Python36\Lib\multiprocessing\spawn.py", line 115, in _main self = reduction.pickle.load(from_parent) ModuleNotFoundError: No module named 'request-202c45fb-86df-42ab-97ed-e5c6b298392d'