• Home

Search Previous post Next post Back to top Share post

PIP 安装报错TypeError: expected str, bytes or os.PathLike object, not int

2022-11-11
3350
默认分类

Anaconda创建虚拟环境,pip安装包提示错误。

  1. 临时解决方案是pip install package_name --no-cache-dir。

  2. 其余解决方案为指定Python版本进行安装。

参考链接:
https://blog.csdn.net/weixin_41010198/article/details/117228472

本文链接:

https://martin.cool/archives/639.html
Copyright © 2025 By Martin.Cool ^_^
  • Home