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
Certain windows users reported errors during installation via pipx where a transitive dependency fails during build and requires user to have C++ Build Tools installed.
The root cause is the multidic dependency that aiohttp relies on, cli inherits those by relying on auth0-python package.
Hopefully there is a fix for this specific dependency soon.
FYI for anyone reading this, we'll be re-working the install process to remove these kind of transitive dependency issues and make the install experience even more streamlined.
Description
Certain windows users reported errors during installation via pipx where a transitive dependency fails during build and requires user to have
C++ Build Tools
installed.The root cause is the
multidic
dependency thataiohttp
relies on, cli inherits those by relying onauth0-python
package.Dedicated issue on multidict can be tracked here aio-libs/multidict#887.
This issue is to be resolved as soon as a proper support is introduced in the multidict dependency.
The text was updated successfully, but these errors were encountered: