-
Notifications
You must be signed in to change notification settings - Fork 36
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
Comments
Hi, Thanks for the report. Unfortunately, I'm not familiar with Windows environment and this issue is related to the behavior of
And so it seems, the error message above is caused by passing a module as an argument under 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. |
Same thing with: python-local-lambda : 0.1.8 Had to revert to 0.1.7 to make it work. Regards. |
Tx my friend. |
Still having this problem. It seems that it only works with python 2.7 on windows. |
Maybe it is related to: python-lambda-local/lambda_local/main.py Line 105 in 3aa3309
|
@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
|
this seems to be related to the fact that
|
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
The text was updated successfully, but these errors were encountered: