python asyncio库 AttributeError: module 'asyncio' has no attribute 'Transport' 怎么办?

安装好了 asyncio和 aiohttp 库
执行的时候报错了
在IDLE上是可以执行的 但是在pycharm就报错
gather 和 get_event_loop 无法在asyncio.py上找到
求告知解决办法

img

img

img

不是使用的一个python解释器把,pycharm用的是虚拟环境吗?
可能有版本不同,支持的方法也不同。