please help "AttributeError: module 'eikon' has no attribute 'set_app_key'" ?

please help me

AttributeError: module 'eikon' has no attribute 'set_app_key'

how to fix?

python = 3.9

eikon = 1.1.14

use python -m pip install --upgrade eikon

Installing collected packages: eikon

Successfully installed eikon-1.1.14


but

import eikon as ek

ek.set_app_key('xxxxxxxxxx')

rasie AttributeError: module 'eikon' has no attribute 'set_app_key'

thx~

Best Answer