question

Upvotes
Accepted
66 2 5 11

Configuration issues with RDP for Python

Trying to follow along with the example notebooks but cannot seem to get the package to load outside of the example notebooks.screenshot-2021-12-30-215938.png to be clear, I've set up the config json with my appkey. I am currently using Eikon Desktop v 4.0.56

eikonpythonrefinitiv-dataplatform-eikonrefinitiv-data-platformpython apirdpconfiguration
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
80k 257 52 75

@jgarden

You may have another config module installed on the machine.

refinitiv-data works with python-configuration.

However, if I install another config 0.5.1 module, I will get the following error.

1641364939288.png



1641364939288.png (41.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi thanks so much, yes this is in fact the issue and I have solved it by changing the name of a different config file.

Upvotes
1.3k 3 2 4

Hi @jgarden,

It seems that config module isn't imported from python-configuration package.

Could you describe your environment ?
And check installed packages ? (ex: "pip list" result)


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
66 2 5 11

Jupyterlab ==3.1.7

pandas == 1.3.2

numpy==1.21.2

python-configuration ==0.8.2

refinitiv-data == 1.0.0b6

Pip list is really long what else would you need to see?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 0 0

I had to reinstall the refinitiv-data library to get it to work.

pip install --upgrade --force-reinstall refinitiv-data
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.