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

_findvs failing on Windows 10 (Release build only) #77109

Closed
WildCard65 mannequin opened this issue Feb 23, 2018 · 6 comments
Closed

_findvs failing on Windows 10 (Release build only) #77109

WildCard65 mannequin opened this issue Feb 23, 2018 · 6 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes extension-modules C modules in the Modules dir OS-windows stdlib Python modules in the Lib dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@WildCard65
Copy link
Mannequin

WildCard65 mannequin commented Feb 23, 2018

BPO 32928
Nosy @pfmoore, @tjguk, @merwok, @zware, @zooba, @dstufft, @WildCard65

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 2018-02-24.15:56:40.233>
created_at = <Date 2018-02-23.23:10:15.644>
labels = ['3.8', 'type-crash', 'extension-modules', 'invalid', '3.7', 'library', 'OS-windows']
title = '_findvs failing on Windows 10 (Release build only)'
updated_at = <Date 2018-02-24.16:58:10.586>
user = 'https://github.com/WildCard65'

bugs.python.org fields:

activity = <Date 2018-02-24.16:58:10.586>
actor = 'WildCard65'
assignee = 'none'
closed = True
closed_date = <Date 2018-02-24.15:56:40.233>
closer = 'WildCard65'
components = ['Distutils', 'Extension Modules', 'Library (Lib)', 'Windows']
creation = <Date 2018-02-23.23:10:15.644>
creator = 'WildCard65'
dependencies = []
files = []
hgrepos = []
issue_num = 32928
keywords = []
message_count = 6.0
messages = ['312673', '312678', '312679', '312728', '312731', '312732']
nosy_count = 7.0
nosy_names = ['paul.moore', 'tim.golden', 'eric.araujo', 'zach.ware', 'steve.dower', 'dstufft', 'WildCard65']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue32928'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

@WildCard65
Copy link
Mannequin Author

WildCard65 mannequin commented Feb 23, 2018

The distutils module _findvs is failing on my Windows 10 PRO machine with the following error: OSError: Error 80070002

Note: Building Python 3.6 in debug for some reason doesn't cause the error.

@WildCard65 WildCard65 mannequin added 3.7 (EOL) end of life 3.8 only security fixes stdlib Python modules in the Lib dir extension-modules C modules in the Modules dir OS-windows type-crash A hard crash of the interpreter, possibly with a core dump labels Feb 23, 2018
@zooba
Copy link
Member

zooba commented Feb 24, 2018

You mean build? Or use?

Can you share build logs?

@WildCard65
Copy link
Mannequin Author

WildCard65 mannequin commented Feb 24, 2018

Use, when distutils calls findall in the module, it results in the OSError being thrown.

@WildCard65
Copy link
Mannequin Author

WildCard65 mannequin commented Feb 24, 2018

Looks like something wierd about my computer as the powershell module that interacts with the API also has the issue with Windows reporting "File not found" for a 2nd instance (maybe Community edition of VS)

@WildCard65 WildCard65 mannequin closed this as completed Feb 24, 2018
@WildCard65 WildCard65 mannequin added the invalid label Feb 24, 2018
@zooba
Copy link
Member

zooba commented Feb 24, 2018

If you think it should be working, go ahead and use the Report a Problem tool in VS to let the team know about the PowerShell module. There might be a case that isn't handled properly in their code that they can fix (obviously they don't know/care about the Python module, but we are using the same API).

@WildCard65
Copy link
Mannequin Author

WildCard65 mannequin commented Feb 24, 2018

The powershell module that interacts with the API works if I don't supply "-All", supplying said option produces the same issue that is plagues me when _findvs.findall() is used.

@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.7 (EOL) end of life 3.8 only security fixes extension-modules C modules in the Modules dir OS-windows stdlib Python modules in the Lib dir type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

1 participant