PIP 安装报错TypeError: expected str, bytes or os.PathLike object, not int
Anaconda创建虚拟环境,pip安装包提示错误。
-
临时解决方案是
pip install package_name --no-cache-dir
。 -
其余解决方案为指定Python版本进行安装。
参考链接:
https://blog.csdn.net/weixin_41010198/article/details/117228472
Anaconda创建虚拟环境,pip安装包提示错误。
临时解决方案是pip install package_name --no-cache-dir
。
其余解决方案为指定Python版本进行安装。
参考链接:
https://blog.csdn.net/weixin_41010198/article/details/117228472