YosysHQ / oss-cad-suite-build

Multi-platform nightly builds of open source digital design and verification tools
ISC License
774 stars 70 forks source link

Windows: python3 ssl library doesn't import on Github Actions Runner #23

Open benstobbs opened 2 years ago

benstobbs commented 2 years ago

I've been trying to use the suite with Github Actions, with the goal of being able to use the tools in CI pipelines for a project.

However, I can't get the packaged python3 to import ssl on a windows-latest or windows-2022 (or any other windows) Github runner: see here. I cannot repeat this on my local machine, or a fresh Azure VM running Windows Server 2019... - I can import ssl fine on both of these.

It looks like the same thing as this python issue, but I don't really know enough about building python for windows to work out the fix.

Any suggestions or help would be much appreciated!