Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
333 stars 103 forks source link

Getting HTTP 500 and no module in requirement,txt file, already requests modules in the requirement.txt, but still showing but error #1238

Closed Umamahesh888 closed 1 year ago

Umamahesh888 commented 1 year ago
module not found

i tried the above proccess, we are using pip 3.9 build and release succuusefully the function app, but when access through portal getting HTTP 500 error, and as per above message chains used the above command in the build pipeline, pip install --target="$(workingDirectory)/.python_packages/lib/site-packages" -r requirements.txt, but still getting the same HTTP response code 500 Internal Server Error could you please help me the resoling the issue.

Umamahesh888 commented 1 year ago

locally developers using the python 3.10 , but in azure pipeline build using the 3.9 version , this is for causing the issue?

bhagyshricompany commented 1 year ago

Thanks fo reaching out. we are investigating once done update you

Umamahesh888 commented 1 year ago

ok, but now redeployed the code thru vs code in to azure function app, now getting the azure app function not reachable and 502 bad gatway in azure funtion app ,could you please help me

bhagyshricompany commented 1 year ago

we are investigating the issue . Could you please share the invocation id,fun name region etc

ghost commented 1 year ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.