简体   繁体   中英

How to overcome Error when pip installing okta?

I'm working with Python 3.8.9 and I need to use the Okta package. I try to install it as their documentation suggests: pip install okta , but I get this error:

...
Failed to build aiohttp yarl multidict frozenlist
ERROR: Could not build wheels for aiohttp, yarl, multidict, frozenlist which use PEP 517 and cannot be installed directly

Any idea how to fix this issue?

Perhaps try upgrading pip then attempt installing again:

pip install --upgrade pip
pip install okta

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM