Hi Bob,
after sleeping over it my question was somehwat stupid and your question points to the root of my problem: I did not properly consider that a pywin32 dependency has an implication for the Github action scripts, I have to rework them in my cookiecutter template to consider implicit platform depedency.
I am quite new to GitHub and GitHub actions and all that and was happy I managed to build my personal toolchain from cookiecutter / PyCharm up to GitHub but was not able to avoid that trap. 😮
Thanks for your thaughts.
Regards
Christoph
Gesendet: Freitag, 26. September 2025 um 01:20
Von: "Bob Kline" <[email protected]>
An: "Christoph J. Dorner" <[email protected]>
Betreff: [python-win32] Re: Issue with GitHub Action - dependency pywin32 not found
Are you using a Windows runner?
On Thu, Sep 25, 2025 at 4:06 PM Christoph J. Dorner via python-win32 <[email protected]> wrote:
Dear all,_______________________________________________
after getting around some obstacles I wanted to publish some packages, one a helper to develop COM objects using pywin32.
When running my GitHub actiona I geht the error
Installing project in development modeERROR: Could not find a version that satisfies the requirement pywin32 (from utils-mystuff) (from versions: none)ERROR: No matching distribution found for pywin32Error: Process completed with exit code 1.
Dependency in pyproject.toml is defined as:
dependencies = [
"easygui",
"freesimplegui",
"python_dateutil",
"pytz",
"pywin32",
"pymsgbox"
]
What's wrong?
Link to repository: https://github.com/dornech/utils-mystuff
Regards
Chris
python-win32 mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-win32.python.org
Member address: [email protected]
Bob Kline
mailto:[email protected]
_______________________________________________ python-win32 mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-win32.python.org Member address: [email protected]
