question

Upvotes
Accepted
5 0 0 2

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 5.0 MiB each and 10.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 5.0 MiB each and 10.0 MiB total.

Upvotes
5 0 0 2

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 5.0 MiB each and 10.0 MiB total.

Upvotes
20.3k 73 10 20
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 5.0 MiB each and 10.0 MiB total.

Upvotes
5 0 0 2

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea