赞
踩
目录
安装TensorRT时出现错误:ModuleNotFoundError: No module named 'packaging'。
缺少packaging库。
终端输入:
pip install packaging
如果这时候出现错误:ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support。终端输入:
- unset all_proxy
- unset ALL_PROXY
- pip install packaging
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。