mhammond / pywin32

Python for Windows (pywin32) Extensions
5.01k stars 792 forks source link

Cannot install pywin32 using poetry on Jenkins. What is an alternate lib I can use? #2192

Closed ideepthinv closed 4 months ago

ideepthinv commented 7 months ago

Note that issues in this repository are only for bugs or feature requests in the pywin32.

If you need support or help using this package, please follow these instructions - support or help requests will be closed without comment.

For all bugs, please provide the following information.

mhammond commented 7 months ago

pywin32 is for access to the windows API - you probably don't need an alternative for jenkins if you aren't running it on windows.

Avasam commented 6 months ago

@ideepthinv It would be useful if you gave information about your Jenkins environment (unix vs windows, etc.), the version of python, pywin32 and poetry you're using, and most importantly, the error you're seeing.

Otherwise, there's not much that can be done other than assuming you're trying to install on a Jenkins Unix environment.