Re: [I] [Bug report] python-client module import error [gravitino]
jerryshao closed issue #4322: [Bug report] python-client module import error URL: https://github.com/apache/gravitino/issues/4322 -- 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]
Re: [I] [Bug report] python-client module import error [gravitino]
jerryshao closed issue #4322: [Bug report] python-client module import error URL: https://github.com/apache/gravitino/issues/4322 -- 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]
Re: [I] [Bug report] python-client module import error [gravitino]
bknbkn commented on issue #4322: URL: https://github.com/apache/gravitino/issues/4322#issuecomment-2260708716 Maybe we should import by relative name like ```from .integration_test_env import IntegrationTestEnv``` or unique package name like ```gravitino_test``` to avoid this problem, because it will happend in local running too. -- 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]
Re: [I] [Bug report] python-client module import error [gravitino]
xunliu commented on issue #4322: URL: https://github.com/apache/gravitino/issues/4322#issuecomment-2260688472 hi @noidname01 Thank you reply this question. The Gravitino python client uses https://github.com/piyushroshan/python-gradle-miniforge-plugin, can we set the pip version? -- 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]
Re: [I] [Bug report] python-client module import error [gravitino]
xunliu commented on issue #4322:
URL: https://github.com/apache/gravitino/issues/4322#issuecomment-2260638614
Maybe GitHub CI container have changed, python lost the environment
`PYTHONPATH`.
I seated `PYTHONPATH: ${{ github.workspace }}/clients/client-python` in the
python-client CI fixed this issue, let's me pull a request to try fix this
issue.
--
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]
Re: [I] [Bug report] python-client module import error [gravitino]
noidname01 commented on issue #4322: URL: https://github.com/apache/gravitino/issues/4322#issuecomment-2260538682 @bknbkn Yeah, I think it's possible. It might be the same problem as [this](https://stackoverflow.com/questions/56780892/python-unit-test-module-throws-modulenotfounderror-no-module-named-tests-test). -- 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]
Re: [I] [Bug report] python-client module import error [gravitino]
bknbkn commented on issue #4322: URL: https://github.com/apache/gravitino/issues/4322#issuecomment-2260374256 I try to rename ```tests``` module to ```gravitino_tests``` and pass tests, Maybe some package has the same name and a conflict occurred? @jerryshao -- 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]
Re: [I] [Bug report] python-client module import error [gravitino]
jerryshao commented on issue #4322: URL: https://github.com/apache/gravitino/issues/4322#issuecomment-2260369025 Yeah, we also encountered this problem, and we're still investigating it, do you know how to fix it? -- 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]
Re: [I] [Bug report] python-client module import error [gravitino]
bknbkn commented on issue #4322: URL: https://github.com/apache/gravitino/issues/4322#issuecomment-2260362466 like this https://github.com/apache/gravitino/actions/runs/10179602660/job/28155688726 -- 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]
Re: [I] [Bug report] python-client module import error [gravitino]
bknbkn commented on issue #4322: URL: https://github.com/apache/gravitino/issues/4322#issuecomment-2260361785 @xunliu @jerryshao We ran the integration test this afternoon and these problems suddenly occurred. Could you help verify whether the same problem occurs here? I find some CI here have similar problems. -- 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]
