pandalee99 opened a new issue, #2555: URL: https://github.com/apache/fory/issues/2555
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version now ### Component(s) Python ### Minimal reproduce step In a recent ci: https://github.com/apache/fory/actions/runs/17352317351/job/49260581323?pr=2554 I found: ``` python Executing command [python -m pyfory.tests.test_cross_language test_buffer test_buffer.data] exit status 1: /opt/hostedtoolcache/Python/3.8.18/x64/bin/python: Error while finding module specification for 'pyfory.tests.test_cross_language' (ModuleNotFoundError: No module named 'pyfory') --- FAIL: TestBuffer (0.02s) fory_xlang_test.go:65: Error Trace: fory_xlang_test.go:65 Error: Should be true Test: TestBuffer === RUN TestXLangSerializer Executing command [python -m pyfory.tests.test_cross_language test_cross_language_serializer test_cross_language_serializer.data] exit status 1: /opt/hostedtoolcache/Python/3.8.18/x64/bin/python: Error while finding module specification for 'pyfory.tests.test_cross_language' (ModuleNotFoundError: No module named 'pyfory') --- FAIL: TestXLangSerializer (0.02s) fory_xlang_test.go:153: Error Trace: fory_xlang_test.go:153 Error: Should be true Test: TestXLangSerializer === RUN TestCrossLanguageReference Executing command [python -m pyfory.tests.test_cross_language test_cross_language_reference test_cross_language_reference.data] exit status 1: /opt/hostedtoolcache/Python/3.8.18/x64/bin/python: Error while finding module specification for 'pyfory.tests.test_cross_language' (ModuleNotFoundError: No module named 'pyfory') ``` ### What did you expect to see? pyfory should be installed successfully at "ci/run_ci.py" ### What did you see instead? fix the bug , relate #2406 ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
