admin管理员组文章数量:1278916
I try to install this code:
pip3 install .git#
but I get this answer:
Collecting .git
Downloading .git
\ 422.0 kB 3.6 MB/s 0:00:00
ERROR: Cannot unpack file C:\Users\booge\AppData\Local\Temp\pip-unpack-d9znlq24\social-media-hacker-list.git (downloaded from C:\Users\booge\AppData\Local\Temp\pip-req-build-_xoqz3f_, content-type: text/html; charset=utf-8); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\booge\AppData\Local\Temp\pip-req-build-_xoqz3f_
What am I doing wrong?
I try to install this code:
pip3 install https://github/MobileFirstLLC/social-media-hacker-list.git#
but I get this answer:
Collecting https://github/MobileFirstLLC/social-media-hacker-list.git
Downloading https://github/MobileFirstLLC/social-media-hacker-list.git
\ 422.0 kB 3.6 MB/s 0:00:00
ERROR: Cannot unpack file C:\Users\booge\AppData\Local\Temp\pip-unpack-d9znlq24\social-media-hacker-list.git (downloaded from C:\Users\booge\AppData\Local\Temp\pip-req-build-_xoqz3f_, content-type: text/html; charset=utf-8); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\booge\AppData\Local\Temp\pip-req-build-_xoqz3f_
What am I doing wrong?
Share Improve this question edited Feb 23 at 20:19 Mureinik 312k54 gold badges358 silver badges391 bronze badges asked Feb 23 at 20:10 user29768200user29768200 11 silver badge 1- 2 The git repository is a rust project, why are you using the "pip" tool here, which is related to python? – Progman Commented Feb 23 at 20:11
1 Answer
Reset to default 1This isn't a pip package, or even a Python project at all - it's essentially just a markdown file with a list of resources. If you want a local copy of it, you can clone it using git:
git clone https://github/MobileFirstLLC/social-media-hacker-list.git
本文标签: pipTry to install httpsgithubcomMobileFirstLLCsocialmediahackerlistgitStack Overflow
版权声明:本文标题:pip - Try to install https:github.comMobileFirstLLCsocial-media-hacker-list.git - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741303972a2371259.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论