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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in the Python 3.12.0 #112478

Closed
thisisankit27 opened this issue Oct 31, 2023 · 3 comments
Closed

Not working in the Python 3.12.0 #112478

thisisankit27 opened this issue Oct 31, 2023 · 3 comments
Labels
module: binaries Anything related to official binaries that we release to users module: build Build system issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@thisisankit27
Copy link

thisisankit27 commented Oct 31, 2023

馃悰 Describe the bug

ERROR: Could not find a version that satisfies the requirement torch (from versions: none)

Versions

Well i rolled back Python 3.12.0 to 3.10.5,
here is the output in 3.10.5

ollecting environment information...
Traceback (most recent call last):
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 612, in
main()
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 595, in main
output = get_pretty_env_info()
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 590, in get_pretty_env_info
return pretty_str(get_env_info())
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 428, in get_env_info
pip_version, pip_list_output = get_pip_packages(run_lambda)
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 400, in get_pip_packages
out = run_with_pip([sys.executable, '-mpip'])
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 384, in run_with_pip
for line in out.splitlines()
AttributeError: 'NoneType' object has no attribute 'splitlines'

cc @seemethere @malfet @osalpekar @atalman

@malfet malfet added module: build Build system issues module: binaries Anything related to official binaries that we release to users labels Oct 31, 2023
@malfet
Copy link
Contributor

malfet commented Oct 31, 2023

Yes, there are no binary builds for Python-3.12 yet

@thisisankit27
Copy link
Author

Oh, well thank you.

@albanD
Copy link
Collaborator

albanD commented Nov 2, 2023

Closing in favor of #110436 which is about the same thing

@albanD albanD closed this as completed Nov 2, 2023
@albanD albanD added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: binaries Anything related to official binaries that we release to users module: build Build system issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

3 participants