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 11 months ago

docligot commented 12 months 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 12 months 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 11 months ago

Closing this issue