简体   繁体   中英

Python3 virtualenv installation borked: No module named 'virtualenv.seed.via_app_data'

I am on a MAC OS 10.15.6 I am having a tough time with virtualenv for python3.

The error I keep getting

ModuleNotFoundError: No module named 'virtualenv.seed.via_app_data'

It pops up when I run the following command (among others)

python3 -m virtualenv

What I have tried

  • Pip installing virtualenv with sudo
  • Regular pip install, normal permissions
  • Using the pip install --user option
  • Trying older versions of virtualenv (20.0.23)
  • Trying newer version of virtualenv (20.0.31)

Any leads are appreciated.

Exactly same problem!

I uninstalled virtualenv , and now it works!

pip uninstall virtualenv

I don't know why

Maybe python now comes with a built-in version of virtualenv?

I'm on python 3.8

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM