Starting Point mssqlclient issue

Please help me with this error
root@kali:/opt/impacket/examples# mssqlclient.py ARCHETYPE/sql_svc@10.10.10.27 -windows-auth

Traceback (most recent call last):
File “/usr/local/bin/mssqlclient.py”, line 4, in
import(‘pkg_resources’).run_script(‘impacket==0.9.22.dev1+20200909.150738.15f3df26’, ‘mssqlclient.py’)
File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 666, in run_script
self.require(requires)[0].run_script(script_name, ns)
File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 1451, in run_script
raise ResolutionError(
pkg_resources.ResolutionError: Script ‘scripts/mssqlclient.py’ not found in metadata at ‘/usr/local/lib/python3.8/dist-packages/impacket-0.9.22.dev1+20200909.150738.15f3df26.dist-info’

This is the error i am getting @quantumtheory I followed the exact steps you told in other thread

try adding python or python3 before mssqlclient.py… see if that does the trick

Type your comment> @quantumtheory said:

try adding python or python3 before mssqlclient.py… see if that does the trick

Thank you. It worked