question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install clickhouse-driver

See original GitHub issue

Hi,

as it is described on https://anaconda.org/conda-forge/clickhouse-driver I tried to install clickhouse-driver, but with no success.

(base) C:\Users\user>conda install -c conda-forge clickhouse-driver
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Users\user\Miniconda3

  added / updated specs:
    - clickhouse-driver


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    conda-4.7.9                |           py37_0         3.0 MB  conda-forge
    ------------------------------------------------------------
                                           Total:         3.0 MB

The following NEW packages will be INSTALLED:

  clickhouse-driver  conda-forge/win-64::clickhouse-driver-0.0.20-py37_0

The following packages will be UPDATED:

  ca-certificates    pkgs/main::ca-certificates-2019.5.15-0 --> conda-forge::ca-certificates-2019.6.16-hecc5488_0
  certifi               pkgs/main::certifi-2019.6.16-py37_0 --> conda-forge::certifi-2019.6.16-py37_1

The following packages will be SUPERSEDED by a higher-priority channel:

  conda                                           pkgs/main --> conda-forge
  openssl              pkgs/main::openssl-1.1.1c-he774522_1 --> conda-forge::openssl-1.1.1c-hfa6e2cd_0


Proceed ([y]/n)? y


Downloading and Extracting Packages
conda-4.7.9          | 3.0 MB    | ############################################################################ | 100%

InvalidArchiveError('Error with archive C:\\Users\\user\\Miniconda3\\pkgs\\conda-4.7.9-py37_0.tar.bz2.  You probably need to delete and re-download or re-create this file.  Message from libarchive was:\n\nCould not unlink (errno=22, retcode=-25, archive_p=2395210200784)')


(base) C:\Users\user>

What should I do?

Regards.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:18 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
CJ-Wrightcommented, Oct 1, 2019

Can we close this issue?

0reactions
brando90commented, Jan 5, 2020

test installation by creating an env with the command:

$ conda create -n myenv python=3.6
Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — clickhouse-driver 0.2.5 documentation
Python Version¶. Clickhouse-driver supports Python 3.4 and newer and PyPy. ... Clickhouse-driver will detect and use them if you install them.
Read more >
clickhouse-driver - PyPI
Python driver with native interface for ClickHouse. ... clickhouse-driver 0.2.5. pip install clickhouse-driver. Copy PIP instructions. Latest version.
Read more >
Installing ClickHouse | ClickHouse Docs
The simplest way to download ClickHouse locally is to run the following command. · Run the install command, which defines a collection of...
Read more >
clickhouse-driver Documentation - Read the Docs
It assumes you already have clickhouse-driver installed. If ... Queries from different threads can't use one Client instance with single.
Read more >
Tableau doesn't recognize ClickHouse ODBC driver
However, even after restarting, restarting Tableau Server, and restarting clickhouse-server (in a variety of orders), I'm unable to add a data ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found