question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'request-202c45fb-86df-42ab-97ed-e5c6b298392d'

See original GitHub issue

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'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
CrlsPerezcommented, Feb 20, 2019

Same thing with:

python-local-lambda : 0.1.8 python : 2.7

Had to revert to 0.1.7 to make it work.

Regards.

Tx my friend.

1reaction
victorlarioscommented, Feb 20, 2019

Same thing with:

python-local-lambda : 0.1.8 python : 2.7

Had to revert to 0.1.7 to make it work.

Regards.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named 'smart_open.compression' - Stack Overflow
when i try to import gensim, i see this error message: ModuleNotFoundError: No module named 'smart_open.compression'. Any thoughts?
Read more >
ModuleNotFoundError: No module named 'pixy' - Pixycam
Hi, I am trying to get the demos for the python API working but get the this error. pi@GIP:~/pixy2/build/python_demos $ python3 ...
Read more >
Error: “ModuleNotFoundError: No Module Named... - Intel
Quick step to build the Open Model Zoo Python* Model API package.
Read more >
ModuleNotFoundError: No module named 'six' on build #7705
Details I tried building my docs for my project, yet this fails with a ModuleNotFoundError My conf file Build url Expected Result A ......
Read more >
Solved: ModuleNotFoundError: No module named 'meraki'
Solved: I'm trying to get up and running with Python and the Meraki API but can't get it working. I installed Python I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found