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

[BUG] <title>pip install 'nexaai[eval]' stuck at building wheel and never progresses even after hours #374

Open
kzos opened this issue Feb 5, 2025 · 2 comments
Labels
🐞 bug Something isn't working

Comments

@kzos
Copy link

kzos commented Feb 5, 2025

Issue Description

pip install 'nexaai[eval]' stuck at building wheel and never progresses even after hours.

Steps to Reproduce

  1. run sdk installation :
    CMAKE_ARGS="-DGGML_CUDA=ON -DSD_CUBLAS=ON" pip install nexaai --prefer-binary --index-url https://github.nexa.ai/whl/cu124 --extra-index-url https://pypi.org/simple --no-cache-dir

  2. pip install 'nexaai[eval]'.

stuck at building eval and it is not getting out

python=3.12, pip =22.0, 25.0, nothing works

OS

Ubuntu 22.04

Python Version

3.12

Nexa SDK Version

0.0.9.8

GPU (if using one)

A6000 & 4070

@kzos kzos added the 🐞 bug Something isn't working label Feb 5, 2025
@kzos
Copy link
Author

kzos commented Feb 5, 2025

strange it got installed after getting rid of wheel installation totally,
and now I am getting this error

Error running evaluation: No module named 'uroman'

any help is appreciable

@kzos
Copy link
Author

kzos commented Feb 5, 2025

trying again with wheel to resolve above issue:

1.37.1->nexaai==0.0.9.8) (2024.6.2)
Requirement already satisfied: markdown-it-py>=2.2.0 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from rich<14,>=10.14.0->streamlit>=1.37.1->nexaai==0.0.9.8) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from rich<14,>=10.14.0->streamlit>=1.37.1->nexaai==0.0.9.8) (2.18.0)
Requirement already satisfied: threadpoolctl>=3.1.0 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from scikit-learn>=0.20.0->librosa>=0.8.0->nexaai==0.0.9.8) (3.5.0)
Requirement already satisfied: cffi>=1.0 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from soundfile>=0.12.1->librosa>=0.8.0->nexaai==0.0.9.8) (1.16.0)
Requirement already satisfied: anyio<5,>=3.6.2 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from starlette<0.46.0,>=0.40.0->fastapi->nexaai==0.0.9.8) (4.7.0)
Requirement already satisfied: sniffio>=1.1 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from anyio<5,>=3.6.2->starlette<0.46.0,>=0.40.0->fastapi->nexaai==0.0.9.8) (1.3.1)
Requirement already satisfied: pycparser in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from cffi>=1.0->soundfile>=0.12.1->librosa>=0.8.0->nexaai==0.0.9.8) (2.21)
Requirement already satisfied: smmap<6,>=3.0.1 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit>=1.37.1->nexaai==0.0.9.8) (5.0.1)
Requirement already satisfied: attrs>=22.2.0 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.37.1->nexaai==0.0.9.8) (24.2.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.37.1->nexaai==0.0.9.8) (2024.10.1)
Requirement already satisfied: referencing>=0.28.4 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.37.1->nexaai==0.0.9.8) (0.35.1)
Requirement already satisfied: rpds-py>=0.7.1 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.37.1->nexaai==0.0.9.8) (0.22.3)
Requirement already satisfied: mdurl~=0.1 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit>=1.37.1->nexaai==0.0.9.8) (0.1.2)
Requirement already satisfied: six>=1.5 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from python-dateutil>=2.8.2->pandas<3,>=1.4.0->streamlit>=1.37.1->nexaai==0.0.9.8) (1.16.0)
Requirement already satisfied: humanfriendly>=9.1 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from coloredlogs->onnxruntime<2,>=1.14->faster_whisper->nexaai==0.0.9.8) (10.0)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /home/ubuntu/miniconda3/lib/python3.12/site-packages (from sympy->onnxruntime<2,>=1.14->faster_whisper->nexaai==0.0.9.8) (1.3.0)
Building wheels for collected packages: nexaai
Building editable for nexaai (pyproject.toml) ... -

Stuck at building wheel for long time...

please provide assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant