aoy0208 opened a new issue #14698: URL: https://github.com/apache/pulsar/issues/14698
**Describe the bug** The pulsar function doesn't work with python file (localrun), I totally follow the steps on official website. The function can be created but not work. **To Reproduce** Steps to reproduce the behavior: 1. Just download the ExclamationFunction.py 2. Upload to pulsar server 3. Use the cmd to localrun the funtion " ./pulsar-admin functions localrun \ --classname ExclamationFunction \ --py /pulsar/ExclamationFunction.py \ --inputs input \ --output output \ --tenant public \ --namespace default --name PythonFuncName" 5. See error **Screenshots**  **Desktop (please complete the following information):** - OS: Windows - **Additional context** Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
