Cartography fails to install due to aiohttp dependency from Okta 1.0.0
Description:
What issue is being seen? Describe what should be happening instead of the bug, for example: Cartography should not crash, the expected value isn't returned, the data schema is wrong, etc.
Cartography fails to install due to aiohttp dependency from Okta 1.0.0.
To Reproduce:
Steps to reproduce the behavior. Provide all data and inputs required to reproduce the issue.
- Create new venv
- Clone cartography @ hash 2f3016bfe1cc4543c0d526fa067d166a70116b26
-
cd /path/to/cartography -
pip install -e .
Install will fail.
Logs:
If applicable, copy and paste your console log with the failing stack trace.
ERROR: aiohttp 3.6.3 has requirement multidict<5.0,>=4.5, but you'll have multidict 5.0.0 which is incompatible.
ERROR: aiohttp 3.6.3 has requirement yarl<1.6.0,>=1.0, but you'll have yarl 1.6.2 which is incompatible.
Additional context:
Add any other context about the problem here.
Related to #424.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.