I'm trying to install microsoftml
and revoscalepy
. These packages are developed by microsoft and can be used (apparently) for scoring python models in SQL server 2017
.
I'm using an anaconda environment with python 3.7 installed.
The intuitive does not work:
pip install microsoftml
pip install revoscalepy
Could not find a version that satisfies the requirement microsoftml
The syntax of the docs also gives me an error
pip install https://rserverdistribution.azureedge.net/production/revoscalepy/9.2.1/wb/1033/d282048eb04046999211535f7368a0a4/windows/microsoftml-1.5.0-py3-none-any.whl
Could not find a version that satisfies the requirement revoscalepy
Would appreciate any other suggestions.