cartography icon indicating copy to clipboard operation
cartography copied to clipboard

Cartography fails to install due to aiohttp dependency from Okta 1.0.0

Open achantavy opened this issue 5 years ago • 1 comments

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.

  1. Create new venv
  2. Clone cartography @ hash 2f3016bfe1cc4543c0d526fa067d166a70116b26
  3. cd /path/to/cartography
  4. 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.

achantavy avatar Oct 21 '20 00:10 achantavy

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Nov 05 '20 01:11 stale[bot]