huaweicloud-sdk-python-obs
huaweicloud-sdk-python-obs copied to clipboard
ImportError: No module named Crypto.Cipher
Can anyone please assist on this?
pip3 uninstall pycryptodome
pip3 uninstall pycrypto
pip3 uninstall crypto
pip3 install pycryptodome
Worked for me
work for me too, thank you !