Latest homeassistant .70.1 not compatible with appdaemon3

after upgrading to HA .70.1 I’ve got the following message:
appdaemon 3.0.1 has requirement aiohttp==2.3.10, but you’ll have aiohttp 3.1.3 which is incompatible.
appdaemon 3.0.1 has requirement yarl==1.1.0, but you’ll have yarl 1.2.4 which is incompatible.

and appdaemon needs the old version of aiohttp:
homeassistant 0.70.1 has requirement aiohttp==3.1.3, but you’ll have aiohttp 2.3.10 which is incompatible.
so they can’t work together??

Have AppD run in a different python virtual environment from HA. Or use AppD docker image

frontend also stopped working so i had to downgrade HS to .69 and worked back!!

As @Odianosen25 says, you need to create a separate virtual environment for AppDaemon.

I wrote some instructions on how to do that for someone else here.

Okie Thanks for your response, I’ll create it,
the florplans stopped working after ver .69 is it the same problem ?
and worked back after downgrading to ver. .69

The environment for the appdaemon worked charm thanks but the florplans doesn’t with ver. .70.1

You will need an updated floorplan version:
https://community.home-assistant.io/t/0-70-facebox-spaceapi-konnected-alarm-system/54518/9?u=scadaguru

thanks
I’ll give it a shot