generate_session and generate_session_without_versionId throws error when trying to get the session.
site-packages\SharekhanApi\sharekhanConnect.py", line 242, in generate_session
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
I tried to install the Crypto module but still it throws errors everywhere.
pip install pycryptdome
Update your README.md for proper prerequisites.
generate_session and generate_session_without_versionId throws error when trying to get the session.
I tried to install the Crypto module but still it throws errors everywhere.
pip install pycryptdome
Update your README.md for proper prerequisites.