question

Upvotes
Accepted
16 2 1 4

Error while installing packages for Refinitiv Data Platform

Hello, i have Anaconda3-2021.05-Windows-x86_64 installed on my system. On the Anaconda Prompt (Anaconda3) I type: pip install refinitiv-dataplatform


I get an error, as below. Not sure what is incorrect. This command i am told will install all packages related to Refinitiv Data Platform

1629200136170.png

pythonrdp-api
1629200136170.png (99.1 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.

Upvotes
Accepted
4.3k 2 4 5

Hi @d.patel ,

it seems httpx retrieving failed because due to a cache effect.

Could you clean your cache ('conda clean --all') ?
Then try to install httpx ('conda install httpx').

If it still failing, then uninstal httpx ('conda uninstall httpx'),
then reinstall refinitiv-dataplatform.

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
16 2 1 4

hello, thank you so much @pierre.faurel . I now face a syntax error in the Jupyter Notebook. Any idea what is wrong here?

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.

Please don't post credentials on a public forum - obscure the value if required before posting.

noted, thank you.

Upvotes
25.3k 87 12 25
Hi @d.patel

As the APP_KEY is meant to hold a String value so, it needs to be in quotes e.g.


APP_KEY="mylovelyappkey124abcd1123223"


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
16 2 1 4

thank you @umer.nalla this was helpful! :) appreciate the support so far. It worked! :)

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.