Can't install mistral-inference 1.3.1

#81
by Nahieli - opened

I am trying to install mistral-inference 1.3.1, with pip by calling

pip install mistral-inference==1.0.4

My python version is
Python 3.11.9

However, I have this error
ERROR: Ignored the following versions that require a different python version: 1.0.4 Requires-Python <4.0.0,>=3.9.10; 1.1.0 Requires-Python <4.0.0,>=3.9.10; 1.2.0 Requires-Python <4.0.0,>=3.9.10; 1.3.0 Requires-Python <4.0.0,>=3.9.10; 1.3.1 Requires-Python <4.0.0,>=3.9.10 ERROR: Could not find a version that satisfies the requirement mistral-inference==1.0.4 (from versions: 0.0.0) ERROR: No matching distribution found for mistral-inference==1.0.4

Being that 3.11 satisfies both => 3.9.10 and <=4.00, I don't understand the problem.

I created a conda environment specifically for this, after creating it I just installed mistral-common. This is the version I have installed.

mistral_common 1.3.4

@pandora-s , can you help?

Thanks!

I also got this error today running the same code i've been running for weeks. Try installing an older version of setuptools, i did !pip install setuptools==63.4.1 then !pip install mistral_inference restarted my notebook and everything is working! ymmv

Sign up or log in to comment