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

Instalation on macOS Ventura 13.1 M1 fails #1

Closed
dchimeno opened this issue Apr 3, 2023 · 2 comments · Fixed by #2
Closed

Instalation on macOS Ventura 13.1 M1 fails #1

dchimeno opened this issue Apr 3, 2023 · 2 comments · Fixed by #2

Comments

@dchimeno
Copy link

dchimeno commented Apr 3, 2023

pip install chdb

ERROR: Could not find a version that satisfies the requirement chdb (from versions: none)
ERROR: No matching distribution found for chdb

uname -a
Darwin xxxx 22.2.0 Darwin Kernel Version 22.2.0: Fri Nov 11 02:04:44 PST 2022; root:xnu-8792.61.2~4/RELEASE_ARM64_T8103 arm64

python -V
Python 3.10.9

@auxten
Copy link
Member

auxten commented Apr 4, 2023

Currently, I haven't compiled chdb into the ARM64(M1) arch.
Maybe, you can try the following command:

arch -x86_64 pip install chdb
arch -x86_64 python3 -c \
    "import chdb; res = chdb.query('select version()', 'CSV'); print(str(res.get_memview().tobytes()))" 

@auxten auxten linked a pull request Apr 8, 2023 that will close this issue
@auxten auxten closed this as completed in #2 Apr 8, 2023
@auxten
Copy link
Member

auxten commented Apr 8, 2023

macOS arm64 for python 3.10 is published @dchimeno

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

Successfully merging a pull request may close this issue.

2 participants