Skip to content
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

feature:How to add a new dev set? #4886

Closed
TCeason opened this issue Apr 16, 2022 · 1 comment · Fixed by #4887
Closed

feature:How to add a new dev set? #4886

TCeason opened this issue Apr 16, 2022 · 1 comment · Fixed by #4887

Comments

@TCeason
Copy link
Collaborator

TCeason commented Apr 16, 2022

The error is:

Traceback (most recent call last):
  File "/workspace/tests/suites/0_stateless/10_drivers/10_0000_python_clickhouse_driver.py", line 6, in <module>
    from clickhouse_driver import connect
ModuleNotFoundError: No module named 'clickhouse_driver'

For new setup tools, we should open a PR for clickhouse_driver first, then merge to this PR after main branch docker build finished, there is a demo(install sqlalchemy module a few days ago) : #4775

Originally posted by @BohuTANG in #4883 (comment)

@TCeason
Copy link
Collaborator Author

TCeason commented Apr 16, 2022

In this pr, I need add a new python dep clickhouse_driver, but the CI always err with not found clickhouse_driver.

So we can do the same thing like this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant