agermanidis / TranscriptBot

Auto-transcribe your meetings to Slack in real time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

outdated pyaudio version

MrLoh opened this issue · comments

The pip install failed for me with the following message.

Could not find a version that satisfies the requirement pyaudio==0.2.7 (from versions: 0.2.8, 0.2.9) No matching distribution found for pyaudio==0.2.7

Could you update the dependencies to be a bit less specific maybe.

I am also getting this issue on macOS 10.12.5 after using brew to install previous requirements.

$ pip install transcriptbot
...
Collecting PyAudio==0.2.7 (from transcriptbot)
Could not find a version that satisfies the requirement PyAudio==0.2.7 (from transcriptbot) (from versions: 0.2.8, 0.2.9, 0.2.10, 0.2.11)
No matching distribution found for PyAudio==0.2.7 (from transcriptbot)

Just got the same thing. @MrLoh @bigbgh were either of you able to manually override somehow?

Seeing the same issue here. Any suggestions on how to override this?