Giter Club home page Giter Club logo

Comments (3)

mosquito avatar mosquito commented on May 30, 2024

Probably yes, manually this works as well.

$ docker run --rm -it snakepacker/python:all
# python3.8 -m pip install clickhouse-sqlalchemy==0.1.2
Collecting clickhouse-sqlalchemy==0.1.2
  Downloading clickhouse-sqlalchemy-0.1.2.tar.gz (25 kB)
Collecting sqlalchemy>=1.2
  Downloading SQLAlchemy-1.3.23-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB)
     |████████████████████████████████| 1.3 MB 2.6 MB/s
Requirement already satisfied: requests in /usr/local/lib/python3.8/dist-packages (from clickhouse-sqlalchemy==0.1.2) (2.25.1)
Collecting clickhouse-driver>=0.1.2
  Downloading clickhouse_driver-0.2.0-cp38-cp38-manylinux2010_x86_64.whl (570 kB)
     |████████████████████████████████| 570 kB 3.0 MB/s
Collecting tzlocal<3.0
  Downloading tzlocal-2.1-py2.py3-none-any.whl (16 kB)
Collecting pytz
  Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
     |████████████████████████████████| 510 kB 6.6 MB/s
Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests->clickhouse-sqlalchemy==0.1.2) (2.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests->clickhouse-sqlalchemy==0.1.2) (2020.12.5)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests->clickhouse-sqlalchemy==0.1.2) (1.26.3)
Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.8/dist-packages (from requests->clickhouse-sqlalchemy==0.1.2) (4.0.0)
Building wheels for collected packages: clickhouse-sqlalchemy
  Building wheel for clickhouse-sqlalchemy (setup.py) ... done
  Created wheel for clickhouse-sqlalchemy: filename=clickhouse_sqlalchemy-0.1.2-py3-none-any.whl size=29535 sha256=0d9030b2ecb977d506aa4c0350e73e35e499475fff9595f92b7415c3f5f23a97
  Stored in directory: /root/.cache/pip/wheels/63/8c/51/879879dec075f95ef2c84dc8b9ad5249a90c4036f7f2035576
Successfully built clickhouse-sqlalchemy
Installing collected packages: pytz, tzlocal, sqlalchemy, clickhouse-driver, clickhouse-sqlalchemy
Successfully installed clickhouse-driver-0.2.0 clickhouse-sqlalchemy-0.1.2 pytz-2021.1 sqlalchemy-1.3.23 tzlocal-2.1

from python.

pingvinton avatar pingvinton commented on May 30, 2024

Problems arise precisely when venv is used:
image

from python.

mosquito avatar mosquito commented on May 30, 2024

The log says «successfully installed», when you really want to cache wheel install “wheel” before.

from python.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.