如何删除未选中的单元格(怎么只删除选中单元格 不删除整行)
944
2022-05-30
pip的参数:
pip -vvv install [pakagename]
pip -vvv uninstall [pakagename]
......看到更详细的log
pip install [pakagename] --no-cache-dir
这种方法来安装包可以缓解有时候pip的log提示:安装成功,但是pip自己一直卡住不退出的情况。
或者:
直接去删掉缓存目录......
缓存目录在:
Unix
~/.cache/pip and it respects the XDG_CACHE_HOME directory.
macOS
~/Library/Caches/pip.
Windows
Wheel Cache
Pip will read from the subdirectory wheels within the pip cache directory and use any packages found there.
参考文档:
https://pip.pypa.io/en/latest/reference/pip_install/#caching
pip的源:
https://pypi.tuna.tsinghua.edu.cn/simple
https://repo.huaweicloud.com/repository/pypi/simple
Have fun : )
其他
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。