neolee / pilot

进入编程世界的第一课
588 stars 842 forks source link

Scoop更新好了,但Python装不上去,是3.7.4版本没有的原因吗 #1478

Open aiyang8 opened 2 years ago

aiyang8 commented 2 years ago

PS C:\Users\ecidi> scoop update Updating Scoop... Updating 'main' bucket... Updating 'versions' bucket... fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git Scoop was updated successfully! PS C:\Users\ecidi> scoop install python37@3.7.4 WARN Given version (3.7.4) does not match manifest () WARN Attempting to generate manifest for 'python37' (3.7.4) 'python37' does not have autoupdate capability couldn't find manifest for 'python37@3.7.4' PS C:\Users\ecidi> scoop search python 'main' bucket: python (3.10.0) winpython (3.8.9.0)

neolee commented 2 years ago
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git

这里显示出错了,应该是 Scoop 没装好,按照 Wiki 里的说明删了重装。

如果要简单一点,可以去 Python 官网直接下载 3.7.x 的安装文件,也不影响学习。