简体   繁体   中英

"pip install tox" giving Found existing installation: filelock 2.0.12

I am getting following output.

enter image description here

Try

pip install -U --ignore-installed filelock

to overwrite existing non-pip installed module. After that repeat pip install tox .

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