huaweicloud-sdk-python-obs icon indicating copy to clipboard operation
huaweicloud-sdk-python-obs copied to clipboard

ImportError: No module named Crypto.Cipher

Open yckwan opened this issue 3 years ago • 2 comments

Can anyone please assist on this? image

yckwan avatar Nov 24 '21 02:11 yckwan

pip3 uninstall pycryptodome
pip3 uninstall pycrypto
pip3 uninstall crypto
pip3 install pycryptodome

Worked for me

haua avatar Sep 22 '22 10:09 haua

work for me too, thank you !

illrestart avatar Jul 12 '23 14:07 illrestart