You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing python setup.py install the system fails to correctly install the azure python SDK. To ensure that it is installed correctly it must be installed with the --pre parameter. Such as pip install --pre azure.
Testing should be done to find out if setuptools installs pre-release versions of dependenceies when calling python setup.py develop.
The text was updated successfully, but these errors were encountered:
When performing
python setup.py install
the system fails to correctly install the azure python SDK. To ensure that it is installed correctly it must be installed with the --pre parameter. Such aspip install --pre azure
.Testing should be done to find out if setuptools installs pre-release versions of dependenceies when calling
python setup.py develop
.The text was updated successfully, but these errors were encountered: