-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Is not working under CentOS 7 after install from pip #10
Comments
Hi again, Strace output
pip install debug output
|
As further investigation shows, the issue is in clickhouse-cityhash package, please take a look at explanation below: Part of the pip install output clickhouse-cityhash
clickhouse-driver
If clickhouse-driver has been installed with any type of compression support it install as a dependency clichouse-cityhash package. In CentOS by default in PYTHONPATH variable: /usr/lib64/python2.7/site-packages goes first and then /usr/lib/python2.7/site-packages Since both paths containing clickhouse_driver but in /usr/lib64/python2.7/site-packages/clickhouse_driver obviously no client.py - import fails. Workaround: remove /usr/lib64/python2.7/site-packages/clickhouse_driver Possible solution: |
Fixed: 1f22e5e. You can temporary install master branch from git right now:
0.0.7 version is coming soon. |
Hi,
I'm experiencing some strange issues with module and there are no other issues with any other modules:
Installed from pip without issues:
Example code test.py
Output:
The text was updated successfully, but these errors were encountered: