Skip to content
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

pygame install error using python 3.8.0 #82926

Closed
pysuresh mannequin opened this issue Nov 8, 2019 · 2 comments
Closed

pygame install error using python 3.8.0 #82926

pysuresh mannequin opened this issue Nov 8, 2019 · 2 comments
Labels
3.8 only security fixes OS-windows type-bug An unexpected behavior, bug, or error

Comments

@pysuresh
Copy link
Mannequin

pysuresh mannequin commented Nov 8, 2019

BPO 38745
Nosy @pfmoore, @tiran, @tjguk, @zware, @zooba

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2019-11-08.15:29:48.794>
created_at = <Date 2019-11-08.15:12:57.109>
labels = ['type-bug', '3.8', 'OS-windows']
title = 'pygame install error using python 3.8.0'
updated_at = <Date 2019-11-08.15:29:48.784>
user = 'https://bugs.python.org/pysuresh'

bugs.python.org fields:

activity = <Date 2019-11-08.15:29:48.784>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2019-11-08.15:29:48.794>
closer = 'christian.heimes'
components = ['Windows']
creation = <Date 2019-11-08.15:12:57.109>
creator = 'pysuresh'
dependencies = []
files = []
hgrepos = []
issue_num = 38745
keywords = []
message_count = 2.0
messages = ['356244', '356245']
nosy_count = 6.0
nosy_names = ['paul.moore', 'christian.heimes', 'tim.golden', 'zach.ware', 'steve.dower', 'pysuresh']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38745'
versions = ['Python 3.8']

@pysuresh
Copy link
Mannequin Author

pysuresh mannequin commented Nov 8, 2019

I tried to install pygame, using pip install pygame, on my windows 10 running python 3.8.0. But it fails with the following error messages

Can you please help. I read on the internet that 3.8 is not stable yet for pygame. Is it true?

ERROR: Command errored out with exit status 1:
command: 'c:\users\smuru02\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\smuru02\\AppData\\Local\\Temp\\pip-install-0yqtpy1n\\pygame\\setup.py'"'"'; __file__='"'"'C:\\Users\\smuru02\\AppData\\Local\\Temp\\pip-install-0yqtpy1n\\pygame\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\smuru02\AppData\Local\Temp\pip-install-0yqtpy1n\pygame\pip-egg-info'
cwd: C:\Users\smuru02\AppData\Local\Temp\pip-install-0yqtpy1n\pygame\
Complete output (17 lines):

WARNING, No "Setup" File Exists, Running "buildconfig/config.py"
Using WINDOWS configuration...
    Download prebuilts to "prebuilt_downloads" and copy to "./prebuilt-x86"? [Y/n]Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\smuru02\AppData\Local\Temp\pip-install-0yqtpy1n\pygame\setup.py", line 194, in <module>
        buildconfig.config.main(AUTO_CONFIG)
      File "C:\Users\smuru02\AppData\Local\Temp\pip-install-0yqtpy1n\pygame\buildconfig\config.py", line 210, in main
        deps = CFG.main(**kwds)
      File "C:\Users\smuru02\AppData\Local\Temp\pip-install-0yqtpy1n\pygame\buildconfig\config_win.py", line 576, in main
        and download_win_prebuilt.ask(**download_kwargs):
      File "C:\Users\smuru02\AppData\Local\Temp\pip-install-0yqtpy1n\pygame\buildconfig\download_win_prebuilt.py", line 302, in ask
        reply = raw_input(
    EOFError: EOF when reading a line
    

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@pysuresh pysuresh mannequin added 3.8 only security fixes OS-windows type-bug An unexpected behavior, bug, or error labels Nov 8, 2019
@tiran
Copy link
Member

tiran commented Nov 8, 2019

pygame is a third-party component and not developed by the Python core team. This bug tracker is only for issues with Python itself. Please report the problem with pygame.

@tiran tiran closed this as completed Nov 8, 2019
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.8 only security fixes OS-windows type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant