Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Support for Examples on Windows #340

Open
ThatOneBrownKid opened this issue Mar 13, 2024 · 3 comments
Open

Clarify Support for Examples on Windows #340

ThatOneBrownKid opened this issue Mar 13, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@ThatOneBrownKid
Copy link

ThatOneBrownKid commented Mar 13, 2024

What is the current behavior?

Could not open socket: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1000) is the error I get when trying to run the Streaming Microphone example.

Steps to reproduce

Trying to run the Steaming Microphone example.

Expected behavior

Not sure yet, I want to see what the code does, but I can't get past this issue.

Please tell us about your environment

  • Operating System/Version: Windows 10
  • Python Version: 3.12.2

Other information

Could not open socket: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1000)

@dvonthenen dvonthenen added the enhancement New feature or request label Mar 14, 2024
@dvonthenen dvonthenen added this to the Python SDK v.3.3 milestone Mar 14, 2024
@dvonthenen
Copy link
Contributor

dvonthenen commented Mar 14, 2024

The streaming microphone example will likely not work for Windows. I need to look into creating examples suitable for MS platforms.

In the meantime, I will update the documentation to reflect this.

@ThatOneBrownKid
Copy link
Author

The streaming microphone example will likely not work for Windows. I need to look into creating examples suitable for MS platforms.

In the meantime, I will update the documentation to reflect this.

Would u recommend using something WSL in order to use Ubuntu on windows?

@dvonthenen
Copy link
Contributor

dvonthenen commented Mar 14, 2024

portaudio supposedly works on Windows, but I haven't tried it. I suspect there probably are going to be some "gotchas" with using... like additional steps or etc. I just haven't used windows in a while for streaming type apps and would need to investigate it.

Likewise, I am not sure WSL will work on portaudio because it would require WSL to expose all devices from the laptop/computer/etc to the WSL environment. I am not sure that if that happens or not. The only way would be to try, but I suspect it probably doesn't.

@dvonthenen dvonthenen changed the title Could not open socket: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1000) Clarify Support for Examples on Windows Mar 26, 2024
@dvonthenen dvonthenen self-assigned this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants