We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing azure, aws og gcp optional dependencies, the installation fails to build the wheel for aiohttp, multidict, yarl and some others.
This is due to an older version of pip. Update pip using pip install -U pip before installing to fix this.
pip install -U pip
pip >=20 is also set as a dependency, so running the installation twice, should also fix any issues related to old pip versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When installing azure, aws og gcp optional dependencies, the installation fails to build the wheel for aiohttp, multidict, yarl and some others.
This is due to an older version of pip.
Update pip using
pip install -U pip
before installing to fix this.pip >=20 is also set as a dependency, so running the installation twice, should also fix any issues related to old pip versions.
The text was updated successfully, but these errors were encountered: