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

Can't find clickhouse-driver #2

Closed
martenlindblad opened this issue Mar 2, 2021 · 1 comment
Closed

Can't find clickhouse-driver #2

martenlindblad opened this issue Mar 2, 2021 · 1 comment

Comments

@martenlindblad
Copy link

martenlindblad commented Mar 2, 2021

The pip install fails with

ERROR: Could not find a version that satisfies the requirement clickhouse-driver>=0.18.0 (from dbt-clickhouse)
ERROR: No matching distribution found for clickhouse-driver>=0.18.0

Output from pip list:

Package                    Version
-------------------------- -----------------------
agate                      1.6.1
asn1crypto                 1.4.0
attrs                      20.3.0
azure-common               1.1.26
azure-core                 1.11.0
azure-storage-blob         12.8.0
Babel                      2.9.0
boto3                      1.15.18
botocore                   1.18.18
cachetools                 4.2.1
certifi                    2020.12.5
cffi                       1.14.5
chardet                    3.0.4
clickhouse-driver          0.2.0
colorama                   0.4.3
cryptography               3.4.6
dbt                        0.19.0
dbt-bigquery               0.19.0
dbt-core                   0.19.0
dbt-postgres               0.19.0
dbt-redshift               0.19.0
dbt-snowflake              0.19.0
decorator                  4.4.2
google-api-core            1.23.0
google-auth                1.27.0
google-cloud-bigquery      2.3.1
google-cloud-core          1.4.4
google-crc32c              1.1.2
google-resumable-media     1.2.0
googleapis-common-protos   1.52.0
grpcio                     1.36.0
hologram                   0.0.12
idna                       2.9
importlib-metadata         3.7.0
iniconfig                  1.1.1
isodate                    0.6.0
Jinja2                     2.11.2
jmespath                   0.10.0
json-rpc                   1.13.0
jsonschema                 3.1.1
keyring                    21.8.0
leather                    0.3.3
Logbook                    1.5.3
MarkupSafe                 1.1.1
minimal-snowplow-tracker   0.0.2
more-itertools             8.7.0
msrest                     0.6.21
networkx                   2.5
numpy                      1.20.1
oauthlib                   3.1.0
oscrypto                   1.2.1
packaging                  20.9
parsedatetime              2.6
pip                        21.0.1
pluggy                     0.13.1
proto-plus                 1.14.2
protobuf                   3.15.3
psycopg2-binary            2.8.6
py                         1.10.0
pyarrow                    0.17.1.dev22+g5ac114351
pyasn1                     0.4.8
pyasn1-modules             0.2.8
pycparser                  2.20
pycryptodomex              3.10.1
PyJWT                      1.7.1
pyOpenSSL                  20.0.1
pyparsing                  2.4.7
pyrsistent                 0.17.3
pytest                     6.0.2
pytest-dbt-adapter         0.4.0
python-dateutil            2.8.1
python-slugify             4.0.1
pytimeparse                1.1.8
pytz                       2020.5
PyYAML                     3.13
requests                   2.23.0
requests-oauthlib          1.3.0
rsa                        4.7.2
s3transfer                 0.3.4
setuptools                 54.0.0
six                        1.15.0
snowflake-connector-python 2.3.6
sqlparse                   0.3.1
text-unidecode             1.3
toml                       0.10.2
typing-extensions          3.7.4.3
tzlocal                    2.1
urllib3                    1.25.11
Werkzeug                   0.16.1
wheel                      0.36.2
zipp                       3.4.0

Running on FreeBSD 12.2.
It worked by not requireing clickhouse-driver and the installing the wheel and making sure clickhouse-driver is installed manually. Test jobs against ClickHouse worked OK.

@silentsokolov
Copy link
Collaborator

Fix, thx

genzgd pushed a commit that referenced this issue Dec 16, 2022
* Update apply_grants.sql (#1)

* Feat/update cluster support (#3)

* init

* init

* CH-42 Use cluster and add dict support (#2)

* init

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

No branches or pull requests

2 participants