Help with installing nupic on a VM

Hello, I am currently trying to install nupic on a Debian 10 VM. I have created a virtual environment using ‘virtualenv’ that has python version 2.7.18 installed. I simply tried to install nupic using “pip install nupic”, but I am getting this error:

ERROR: Could not find a version that satisfies the requirement nupic.bindings==1.0.6 (from nupic) (from versions: 1.0.1)
ERROR: No matching distribution found for nupic.bindings==1.0.6 (from nupic)

I searched through the forum and have found several similar posts, but they all seem to be outdated. Can anybody help?