Steps to reproduce
Pip conflict on tests/init.py when installing multiple repos.
Expected behaviour
No conflict installing with other repos
Actual behaviour
Conflicts and then fails to install repo. Happens within our build system.
(If the library threw an exception, paste the full stack trace here)
System information
(Delete all the statements that don't apply.)
My system is . (For example, "Ubuntu 16.04 LTS x64", "Windows 10 x64", or "macOS Sierra".)
My Python version is . (You can check this by running python -V.)
My Pip version is . (You can check this by running pip -V.)
My SpeechRecognition library version is . (You can check this by running python -c "import speech_recognition as sr;print(sr.__version__)".)
My PyAudio library version is / I don't have PyAudio installed. (You can check this by running python -c "import pyaudio as p;print(p.__version__)".)
My microphones are: (You can check this by running python -c "import speech_recognition as sr;print(sr.Microphone.list_microphone_names())".)
My working microphones are: (You can check this by running python -c "import speech_recognition as sr;print(sr.Microphone.list_working_microphones())".)
I installed PocketSphinx from . (For example, from the Debian repositories, from Homebrew, or from the source code.)
Steps to reproduce
Pip conflict on tests/init.py when installing multiple repos.
Expected behaviour
No conflict installing with other repos
Actual behaviour
Conflicts and then fails to install repo. Happens within our build system.
System information
(Delete all the statements that don't apply.)
My system is . (For example, "Ubuntu 16.04 LTS x64", "Windows 10 x64", or "macOS Sierra".)
My Python version is . (You can check this by running
python -V.)My Pip version is . (You can check this by running
pip -V.)My SpeechRecognition library version is . (You can check this by running
python -c "import speech_recognition as sr;print(sr.__version__)".)My PyAudio library version is / I don't have PyAudio installed. (You can check this by running
python -c "import pyaudio as p;print(p.__version__)".)My microphones are: (You can check this by running
python -c "import speech_recognition as sr;print(sr.Microphone.list_microphone_names())".)My working microphones are: (You can check this by running
python -c "import speech_recognition as sr;print(sr.Microphone.list_working_microphones())".)I installed PocketSphinx from . (For example, from the Debian repositories, from Homebrew, or from the source code.)