POC-T
POC-T copied to clipboard
安装在MacOSX上失败,如何解决?
Traceback (most recent call last):
File "POC-T.py", line 7, in
pip install -r requirement.txt 应该就能解决你的问题了。
If you have python3 as default force pip installation with:
pip2 install -r requirements.txt
should work