Cirrolytix / aedesproject-uif

Advanced Early Detection and Exploration Service
https://cirrolytix.github.io/aedesproject-uif/
MIT License
0 stars 1 forks source link

Please check requirements.txt for PyWin version #82

Closed docligot closed 1 year ago

docligot commented 1 year ago

ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none) ERROR: No matching distribution found for pywin32==306 Error: Process completed with exit code 1.

fstayco commented 1 year ago

@docligot , this error re-appeared again. Upon web search, it is likely related to the environment or configuration of the GitHub Actions workflow. pywin32 is only compatible with Windows machine. We may have to include this in the yaml:

runs-on: windows-latest
docligot commented 1 year ago

Closing this issue