Content-Length: 278591 | pFad | https://github.com/HDE/python-lambda-local/issues/45

60 ModuleNotFoundError: No module named 'request-202c45fb-86df-42ab-97ed-e5c6b298392d' · Issue #45 · HDE/python-lambda-local · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AbhimanyuHK opened this issue Feb 12, 2019 · 7 comments · Fixed by #63
Closed

Comments

@AbhimanyuHK
Copy link

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'
@freedomofkeima
Copy link
Collaborator

Hi,

Thanks for the report. Unfortunately, I'm not familiar with Windows environment and this issue is related to the behavior of multiprocessing in Windows (Python >= 3.6). Specifically:

On Windows only 'spawn' is available. On Unix 'fork' and 'spawn' are always supported, with 'fork' being the default.

And so it seems, the error message above is caused by passing a module as an argument under spawn start method.

For time being, there is no clear timeline when this issue will be fixed. Of course, if you find a way to fix it, feel free to open a PR and it will be greatly appreciated.

Thanks.

@victorlarios
Copy link

victorlarios commented 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.

@CrlsPerez
Copy link

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.

@d4nielfr4nco
Copy link

Still having this problem. It seems that it only works with python 2.7 on windows.

@yxd-hde
Copy link
Contributor

yxd-hde commented Dec 4, 2019

Maybe it is related to:

mod = imp.load_source(mod_name, path)

@nbaghiro
Copy link

nbaghiro commented Jul 27, 2021

@yxd-hde - this is still happening for me and I am on MacOS (& Python 3.9), as soon as I start processes it gives me the following error

ModuleNotFoundError: No module named 'request-37c3cac7-24cf-4d56-9de5-857ebb78b905'

@nbaghiro
Copy link

nbaghiro commented Jul 27, 2021

this seems to be related to the fact that python-lambda-local spawns a process where it executes the lambda and since Python doesn't let nested processes, that is probably causing this I would assume, but not sure why it doesn't throw the following error instead

AssertionError: daemonic processes are not allowed to have children

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/HDE/python-lambda-local/issues/45

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy