You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to create process using 'C:\Users\????????\scoop\apps\python-alpha\3.13.0b2\python.exe -m win32verstamp --version=3.13.306.0 --comments=https://github.com/mhammond/pywin32 --original-filename=pywintypes313.dll --product=PyWin32 --quiet build\lib.win-amd64-cpython-313\pywin32_system32\pywintypes313.dll': The system cannot find the file specified.
** Failed to versionstamp the binaries.
** If you want to skip this step, pass '--skip-verstamp' on the setup.py command-line
Pretty sure you're hitting the same issue as one would if running pip install -e . locally. Pywin32 has a bootstrapping problem where it needs to already be installed to run win32verstamp . Normally this is bypassed using the --skip-verstamp flag to the python setup.py command.
Note that that way of running setuptools/making builds is way outdated at this point, see #2208
Very strange error, considering I was the one who tried installing on 3.13 in the first place!
The text was updated successfully, but these errors were encountered: