mssqlclient won't download/work

I’m trying to do the Archetype starting point machine and mssqlclient won’t work or install. When I try to use pip install mssqlclient I get the error:
ERROR: Could not find a version that satisfies the requirement mssqlclient (from versions: none)
ERROR: No matching distribution found for mssqlclient
I also tried python3 -m pip install mssqlclient and that produced the same error.
Google didn’t really yield useful results, unless I’m searching the wrong thing. which is not out of the question.
I’m on the latest Kali Linux if that means anything.

Hi, Hopefully you have solved this by now. mssqlclient.py is part of the Impacket collection. This can be downloaded from the following website: GitHub - fortra/impacket: Impacket is a collection of Python classes for working with network protocols. The website gives instructions on how to install the scripts.