huaweicloud / huaweicloud-sdk-python-obs

Apache License 2.0
73 stars 41 forks source link

ImportError: No module named Crypto.Cipher #14

Open yckwan opened 2 years ago

yckwan commented 2 years ago

Can anyone please assist on this? image

haua commented 1 year ago
pip3 uninstall pycryptodome
pip3 uninstall pycrypto
pip3 uninstall crypto
pip3 install pycryptodome

Worked for me

illrestart commented 1 year ago

work for me too, thank you !