I am tring to install refinitiv-dataplatform using pip, and I get an error with requests-async, did anyone else have similar issues.
D:\Data\Code\eikondataapi>pip install refinitiv-dataplatform
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting refinitiv-dataplatform
Requirement already satisfied: requests>=2.22.0 in c:\python27\lib\site-packages (from refinitiv-dataplatform) (2.24.0)
Collecting requests-async>=0.6.2 (from refinitiv-dataplatform)
ERROR: Could not find a version that satisfies the requirement requests-async>=0.6.2 (from refinitiv-dataplatform) (from versions: none)
ERROR: No matching distribution found for requests-async>=0.6.2 (from refinitiv-dataplatform)