-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Python] Cannot install Python from scoop. #3973
Comments
Same happened to me. I switched to |
I had the same problem while trying to install using either powershel core or plain old cmd in windows-terminal. The error message saying something about "console's buffer size" somehow made me think it had something to do with the actual window size. I was trying to install with a small-ish window (80col, 16row), but when I maximized it, the installation completed without issues. One of the weirdest errors (and equally weird solution) I've encountered in the wild. |
Also seems like install-pep-514.reg is empty for some reason, and the python installed is actually 3.8.2 instead of 3.8.3. Did anyone even test this? |
Noticed that as well this morning. The update to 3.8.3 was botched, so I had to roll back. Then trying to install python@3.8.2 again gave me the same error message, but it seems to be installed now. Don't think it was thoroughly tested. |
I confirm, same error. |
I've seen that there exist an issue in the Main bucket: ScoopInstaller/Main#1088 |
Fixes errors introduced by #846 closes #1088 closes ScoopInstaller/Scoop#3973 closes #1089 closes #1090
The issue is closed, but I still have it. |
@gquittet try to uninstall then reinstall. i've installed without any problems |
Yes it's working now! Thank you 👍 |
Running the following from the Windows Terminal gives the below error:
However, if I run it from Command Prompt, Python installs correctly.
The text was updated successfully, but these errors were encountered: