Installation error for AMSET

Hii,
I am trying to install “AMSET” using pip on ubuntu_18.04.5 lts but get the below error:
Could not find a version that satisfies the requirement quadpy==0.16.10 (from amset) (from versions: 0.16.15)
No matching distribution found for quadpy==0.16.10 (from amset).

How can I get rid of this error?
My python version is 3.6.
"

Can you try installing using conda.

E.g., conda install -c conda-forge amset

Thanks Prof. Alex for your response.
I my cluster we don’t have conda environment.

You should be able to install it yourself in your home directory. Please try following the instructions here: Installing on Linux — conda 4.13.0.post36+86447b6b documentation

When it asks for an installation directory you must specify somewhere in your home directory.