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

Do we have wheels for Ubuntu 22? #116

Open
epicfaace opened this issue Mar 21, 2023 · 1 comment
Open

Do we have wheels for Ubuntu 22? #116

epicfaace opened this issue Mar 21, 2023 · 1 comment

Comments

@epicfaace
Copy link
Contributor

Looks like some of our users when installing indexed_gzip are having pip build wheels (codalab/codalab-worksheets#4427). Do you know if indexed_gzip builds wheels for ubuntu 22?

@pauldmccarthy
Copy link
Owner

Hi @epicfaace I'm using Ubuntu 22.04 locally, and can install just fine:

➜  ~ which python3.10
/usr/bin/python3.10
➜  ~ python3.10 -m venv ./test.env
➜  ~ . ./test.env/bin/activate
(test.env) ➜  ~ which pip
/home/paulmc/test.env/bin/pip
(test.env) ➜  ~ pip install indexed_gzip
Collecting indexed_gzip
  Downloading indexed_gzip-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 324.4 kB/s eta 0:00:00
Installing collected packages: indexed_gzip
Successfully installed indexed_gzip-1.7.0
(test.env) ➜  ~

It might be worth checking the versions of pip/setuptools being used..

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