ubuntu创建python虚拟环境时提示cannot import name 'ensure_file_on_disk'

各位大佬,大家知道是啥问题吗,在python3.69创建python3虚拟环境时报出这样的cuo'wu

user1@imooc:~/u2$ python3 -m virtualenv venv
ImportError: cannot import name 'ensure_file_on_disk'

pip3 install --upgrade jupyter_core jupyter_client 更新下

pip3 install virtualenv==20.0.10 -i 国内源