-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bug: pip install fails on Windows with Python 3.13 #493
Comments
There is a work around. mainline have been updated to use |
Closing this as the fix has been merged. The fix will be released during the next release. |
Reopening. The problem is that pip install fails, and part of the utility of this pinned issue is to make it easier to find. We got another report of this issue offline. Let's close this when running |
I also noticed we're missing a new support badge for 3.13 here. I think we should also update our Python version support selector to require Python <= 3.13 so we do have this same issue with broken installs when 3.14 lands. |
Correct python requirement is released and visible on PyPi: https://pypi.org/project/deadline/ I ran |
Gonna leave this open until the release has gone out with the fix due to the weirdness of older versions |
Deadline 0.49.4 was just released with python 3.13 supported |
Describe the bug
Trying to install
deadline
on Windows with python 3.13 using pip results in the following errorExpected Behaviour
package should install without error
Current Behaviour
Failes due to
pywin32
=306
not being available with python 3.13Reproduction Steps
Environment
At minimum:
pip -V
: pip 24.2 from C:\Users\Administrator\Desktop\venv\Lib\site-packages\pip (python 3.13)deadline --version
: N/AThe text was updated successfully, but these errors were encountered: