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

Error: No matching distribution found for mlx==0.22.0 #7

Open
anastalaz opened this issue Jan 23, 2025 · 1 comment
Open

Error: No matching distribution found for mlx==0.22.0 #7

anastalaz opened this issue Jan 23, 2025 · 1 comment

Comments

@anastalaz
Copy link

anastalaz commented Jan 23, 2025

Can anyone help me with following error messages at install?

ERROR: Ignored the following versions that require a different python version: 0.36.0 Requires-Python >=3.6,<3.10; 0.37.0 Requires-Python >=3.7,<3.10; 0.38.0 Requires-Python >=3.7,<3.11; 0.38.1 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement mlx==0.22.0 (from versions: 0.2.0, 0.18.0, 0.21.1)
ERROR: No matching distribution found for mlx==0.22.0

I am using a conda eviroment with python v3.12 on Ubuntu 24.04

@miaohf
Copy link

miaohf commented Jan 24, 2025

I'd tried this requirements.txt,

annotated-types==0.7.0
anyio==4.8.0
attrs==24.3.0
babel==2.16.0
bibtexparser==2.0.0b8
certifi==2024.12.14
cffi==1.17.1
charset-normalizer==3.4.1
clldutils==3.24.0
colorama==0.4.6
coloredlogs==15.0.1
colorlog==6.9.0
csvw==3.5.1
dlinfo==2.0.0
espeakng-loader==0.2.4
filelock==3.17.0
flatbuffers==25.1.21
fsspec==2024.12.0
h11==0.14.0
httpcore==1.0.7
httpx==0.28.1
huggingface-hub==0.27.1
humanfriendly==10.0
idna==3.10
isodate==0.7.2
Jinja2==3.1.5
joblib==1.4.2
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
language-tags==1.2.0
lightning-whisper-mlx==0.0.10
llvmlite==0.44.0
lxml==5.3.0
Markdown==3.7
MarkupSafe==3.0.2
mlx==0.21.1
more-itertools==10.6.0
mpmath==1.3.0
networkx==3.4.2
numba==0.61.0
numpy==2.1.3
nvidia-cublas-cu12==12.4.5.8
nvidia-cuda-cupti-cu12==12.4.127
nvidia-cuda-nvrtc-cu12==12.4.127
nvidia-cuda-runtime-cu12==12.4.127
nvidia-cudnn-cu12==9.1.0.70
nvidia-cufft-cu12==11.2.1.3
nvidia-curand-cu12==10.3.5.147
nvidia-cusolver-cu12==11.6.1.9
nvidia-cusparse-cu12==12.3.1.170
nvidia-nccl-cu12==2.21.5
nvidia-nvjitlink-cu12==12.4.127
nvidia-nvtx-cu12==12.4.127
ollama==0.4.7
onnxruntime==1.20.1
packaging==24.2
phonemizer==3.3.0
protobuf==5.29.3
pycparser==2.22
pydantic==2.10.5
pydantic_core==2.27.2
pylatexenc==2.10
pyparsing==3.2.1
python-dateutil==2.9.0.post0
PyYAML==6.0.2
rdflib==7.1.3
referencing==0.36.1
regex==2024.11.6
requests==2.32.3
rfc3986==1.5.0
rpds-py==0.22.3
scipy==1.15.1
segments==2.2.1
setuptools==75.8.0
six==1.17.0
sniffio==1.3.1
sounddevice==0.5.1
sympy==1.13.1
tabulate==0.9.0
tiktoken==0.3.3
torch==2.5.1
tqdm==4.67.1
triton==3.1.0
typing_extensions==4.12.2
uritemplate==4.1.1
urllib3==2.3.0

and met another error:

(.venv) miaohf@mybox ~/Documents/mycode/weebo $ python main.py
weights.npz: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 481M/481M [01:41<00:00, 4.73MB/s]
config.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 266/266 [00:00<00:00, 2.85MB/s]
Recording... Press Ctrl+C to stop
terminate called after throwing an instance of 'std::runtime_error'
what(): [Matmul::eval_cpu] Currently only supports float32.
Aborted

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