pycrypto is deprecated pycryptodome is the valid one, although they both using the same namepace Crypto
First un-install:
pip uninstall pycrypto -y pip uninstall crypto -y
Second install:
pip install pycryptodome --force-reinstall