$ pip install filetype
Traceback (most recent call last):
File "/usr/local/bin/pip2", line 11, in <module>
sys.exit(main())
TypeError: 'module' object is not callable
绕过这一报错
$ python -m pip install filetype --user
$ pip install filetype
Traceback (most recent call last):
File "/usr/local/bin/pip2", line 11, in <module>
sys.exit(main())
TypeError: 'module' object is not callable
绕过这一报错
$ python -m pip install filetype --user