Hellowlol / bw_plex

binge watching for plex
MIT License
366 stars 23 forks source link

Running pip install bw_plex[all] on Windows 10 PC results in error #37

Closed MatthewSerinity closed 6 years ago

MatthewSerinity commented 6 years ago

Command "c:\python36\python.exe -u -c "import setuptools, tokenize;file='C:\Users\matth\AppData\Local\Temp\pip-install-1vsns3d6\pocketsphinx\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\matth\AppData\Local\Temp\pip-record-es4b5b68\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\matth\AppData\Local\Temp\pip-install-1vsns3d6\pocketsphinx\

Running pip install bw_plex works, however, but it talks about not having speech recognition and it wants me to run the [audio] or [all] versions of the command, both resulting in the error above.

Hellowlol commented 6 years ago

Can i get the entire output when you do pip install bw_plex[all] ? Have you installed swig?

If not you need to install http://prdownloads.sourceforge.net/swig/swigwin-3.0.12.zip unzip the file, and add the path to your sys path and then reboot your computer.

MatthewSerinity commented 6 years ago

Just installed swig using chocolatey. Here's the entire output:

C:\WINDOWS\system32>pip install bw_plex[all]
Requirement already satisfied: bw_plex[all] in c:\python36\lib\site-packages (0.0.7)
Requirement already satisfied: librosa in c:\python36\lib\site-packages (from bw_plex[all]) (0.6.1)
Requirement already satisfied: plexapi>=3.0.6 in c:\python36\lib\site-packages (from bw_plex[all]) (3.0.6)
Requirement already satisfied: joblib in c:\python36\lib\site-packages (from bw_plex[all]) (0.11)
Requirement already satisfied: numpy in c:\python36\lib\site-packages (from bw_plex[all]) (1.14.3)
Requirement already satisfied: docopt in c:\python36\lib\site-packages (from bw_plex[all]) (0.6.2)
Requirement already satisfied: click in c:\python36\lib\site-packages (from bw_plex[all]) (6.7)
Requirement already satisfied: scipy in c:\python36\lib\site-packages (from bw_plex[all]) (1.1.0)
Requirement already satisfied: matplotlib in c:\python36\lib\site-packages (from bw_plex[all]) (2.2.2)
Requirement already satisfied: psutil in c:\python36\lib\site-packages (from bw_plex[all]) (5.4.5)
Requirement already satisfied: srt in c:\python36\lib\site-packages (from bw_plex[all]) (1.6.0)
Requirement already satisfied: sqlalchemy in c:\python36\lib\site-packages (from bw_plex[all]) (1.2.7)
Requirement already satisfied: configobj in c:\python36\lib\site-packages (from bw_plex[all]) (5.0.6)
Requirement already satisfied: youtube-dl in c:\python36\lib\site-packages (from bw_plex[all]) (2018.5.26)
Requirement already satisfied: beautifulsoup4 in c:\python36\lib\site-packages (from bw_plex[all]) (4.6.0)
Requirement already satisfied: html5lib in c:\python36\lib\site-packages (from bw_plex[all]) (1.0.1)
Requirement already satisfied: tablib in c:\python36\lib\site-packages (from bw_plex[all]) (0.12.1)
Requirement already satisfied: pytesseract in c:\python36\lib\site-packages (from bw_plex[all]) (0.2.0)
Requirement already satisfied: opencv-contrib-python in c:\python36\lib\site-packages (from bw_plex[all]) (3.4.1.15)
Collecting pocketsphinx (from bw_plex[all])
  Using cached https://files.pythonhosted.org/packages/93/5f/a968e5d53d25e32deb78c3e169fd8612ecf53cc76e32cb40e19be35696af/pocketsphinx-0.1.3.tar.bz2
Collecting SpeechRecognition (from bw_plex[all])
  Using cached https://files.pythonhosted.org/packages/26/e1/7f5678cd94ec1234269d23756dbdaa4c8cfaed973412f88ae8adf7893a50/SpeechRecognition-3.8.1-py2.py3-none-any.whl
Requirement already satisfied: audioread>=2.0.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (2.1.5)
Requirement already satisfied: scikit-learn!=0.19.0,>=0.14.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.19.1)
Requirement already satisfied: decorator>=3.0.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (4.3.0)
Requirement already satisfied: six>=1.3 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (1.11.0)
Requirement already satisfied: resampy>=0.2.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.2.0)
Requirement already satisfied: numba>=0.38.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.38.0)
Requirement already satisfied: requests in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (2.18.4)
Requirement already satisfied: tqdm in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (4.23.4)
Requirement already satisfied: websocket-client in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (0.48.0)
Requirement already satisfied: python-dateutil>=2.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2.7.3)
Requirement already satisfied: cycler>=0.10 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (0.10.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2.2.0)
Requirement already satisfied: pytz in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2018.4)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (1.0.1)
Requirement already satisfied: webencodings in c:\python36\lib\site-packages (from html5lib->bw_plex[all]) (0.5.1)
Requirement already satisfied: odfpy in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.3.6)
Requirement already satisfied: openpyxl in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (2.5.3)
Requirement already satisfied: unicodecsv in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (0.14.1)
Requirement already satisfied: xlrd in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.1.0)
Requirement already satisfied: xlwt in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.3.0)
Requirement already satisfied: pyyaml in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (3.12)
Requirement already satisfied: Pillow in c:\python36\lib\site-packages (from pytesseract->bw_plex[all]) (5.1.0)
Requirement already satisfied: llvmlite>=0.23.0dev0 in c:\python36\lib\site-packages (from numba>=0.38.0->librosa->bw_plex[all]) (0.23.0)
Requirement already satisfied: certifi>=2017.4.17 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (2018.4.16)
Requirement already satisfied: idna<2.7,>=2.5 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (1.22)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (3.0.4)
Requirement already satisfied: setuptools in c:\python36\lib\site-packages (from kiwisolver>=1.0.1->matplotlib->bw_plex[all]) (39.0.1)
Requirement already satisfied: jdcal in c:\python36\lib\site-packages (from openpyxl->tablib->bw_plex[all]) (1.4)
Requirement already satisfied: et_xmlfile in c:\python36\lib\site-packages (from openpyxl->tablib->bw_plex[all]) (1.0.1)
Installing collected packages: pocketsphinx, SpeechRecognition
  Running setup.py install for pocketsphinx ... error
    Complete output from command c:\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\matth\\AppData\\Local\\Temp\\pip-install-jaubdy9i\\pocketsphinx\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\matth\AppData\Local\Temp\pip-record-esptmrgz\install-record.txt --single-version-externally-managed --compile:
    running install
    running build_ext
    building 'sphinxbase._ad' extension
    swigging swig/sphinxbase/ad.i to swig/sphinxbase/ad_wrap.c
    C:\ProgramData\chocolatey\bin\swig.exe -python -modern -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/win32 -Ideps/sphinxbase/swig -outdir sphinxbase -o swig/sphinxbase/ad_wrap.c swig/sphinxbase/ad.i
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

    ----------------------------------------
Command "c:\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\matth\\AppData\\Local\\Temp\\pip-install-jaubdy9i\\pocketsphinx\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\matth\AppData\Local\Temp\pip-record-esptmrgz\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\matth\AppData\Local\Temp\pip-install-jaubdy9i\pocketsphinx\

C:\WINDOWS\system32>
Hellowlol commented 6 years ago

Can you try to pip install setuptools --upgrade then do pip install bw_plex[all] ?

MatthewSerinity commented 6 years ago
Microsoft Windows [Version 10.0.17134.48]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>pip install setuptools --upgrade
Collecting setuptools
  Downloading https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl (567kB)
    100% |████████████████████████████████| 573kB 2.9MB/s
Installing collected packages: setuptools
  Found existing installation: setuptools 39.0.1
    Uninstalling setuptools-39.0.1:
      Successfully uninstalled setuptools-39.0.1
Successfully installed setuptools-39.2.0

C:\WINDOWS\system32>install bw_plex[all]
'install' is not recognized as an internal or external command,
operable program or batch file.

C:\WINDOWS\system32>pip install bw_plex[all]
Requirement already satisfied: bw_plex[all] in c:\python36\lib\site-packages (0.0.7)
Requirement already satisfied: librosa in c:\python36\lib\site-packages (from bw_plex[all]) (0.6.1)
Requirement already satisfied: plexapi>=3.0.6 in c:\python36\lib\site-packages (from bw_plex[all]) (3.0.6)
Requirement already satisfied: joblib in c:\python36\lib\site-packages (from bw_plex[all]) (0.11)
Requirement already satisfied: numpy in c:\python36\lib\site-packages (from bw_plex[all]) (1.14.3)
Requirement already satisfied: docopt in c:\python36\lib\site-packages (from bw_plex[all]) (0.6.2)
Requirement already satisfied: click in c:\python36\lib\site-packages (from bw_plex[all]) (6.7)
Requirement already satisfied: scipy in c:\python36\lib\site-packages (from bw_plex[all]) (1.1.0)
Requirement already satisfied: matplotlib in c:\python36\lib\site-packages (from bw_plex[all]) (2.2.2)
Requirement already satisfied: psutil in c:\python36\lib\site-packages (from bw_plex[all]) (5.4.5)
Requirement already satisfied: srt in c:\python36\lib\site-packages (from bw_plex[all]) (1.6.0)
Requirement already satisfied: sqlalchemy in c:\python36\lib\site-packages (from bw_plex[all]) (1.2.7)
Requirement already satisfied: configobj in c:\python36\lib\site-packages (from bw_plex[all]) (5.0.6)
Requirement already satisfied: youtube-dl in c:\python36\lib\site-packages (from bw_plex[all]) (2018.5.26)
Requirement already satisfied: beautifulsoup4 in c:\python36\lib\site-packages (from bw_plex[all]) (4.6.0)
Requirement already satisfied: html5lib in c:\python36\lib\site-packages (from bw_plex[all]) (1.0.1)
Requirement already satisfied: tablib in c:\python36\lib\site-packages (from bw_plex[all]) (0.12.1)
Requirement already satisfied: pytesseract in c:\python36\lib\site-packages (from bw_plex[all]) (0.2.0)
Requirement already satisfied: opencv-contrib-python in c:\python36\lib\site-packages (from bw_plex[all]) (3.4.1.15)
Collecting pocketsphinx (from bw_plex[all])
  Using cached https://files.pythonhosted.org/packages/93/5f/a968e5d53d25e32deb78c3e169fd8612ecf53cc76e32cb40e19be35696af/pocketsphinx-0.1.3.tar.bz2
Collecting SpeechRecognition (from bw_plex[all])
  Using cached https://files.pythonhosted.org/packages/26/e1/7f5678cd94ec1234269d23756dbdaa4c8cfaed973412f88ae8adf7893a50/SpeechRecognition-3.8.1-py2.py3-none-any.whl
Requirement already satisfied: audioread>=2.0.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (2.1.5)
Requirement already satisfied: scikit-learn!=0.19.0,>=0.14.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.19.1)
Requirement already satisfied: decorator>=3.0.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (4.3.0)
Requirement already satisfied: six>=1.3 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (1.11.0)
Requirement already satisfied: resampy>=0.2.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.2.0)
Requirement already satisfied: numba>=0.38.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.38.0)
Requirement already satisfied: requests in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (2.18.4)
Requirement already satisfied: tqdm in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (4.23.4)
Requirement already satisfied: websocket-client in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (0.48.0)
Requirement already satisfied: cycler>=0.10 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (0.10.0)
Requirement already satisfied: pytz in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2018.4)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (1.0.1)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2.2.0)
Requirement already satisfied: python-dateutil>=2.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2.7.3)
Requirement already satisfied: webencodings in c:\python36\lib\site-packages (from html5lib->bw_plex[all]) (0.5.1)
Requirement already satisfied: odfpy in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.3.6)
Requirement already satisfied: openpyxl in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (2.5.3)
Requirement already satisfied: unicodecsv in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (0.14.1)
Requirement already satisfied: xlrd in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.1.0)
Requirement already satisfied: xlwt in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.3.0)
Requirement already satisfied: pyyaml in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (3.12)
Requirement already satisfied: Pillow in c:\python36\lib\site-packages (from pytesseract->bw_plex[all]) (5.1.0)
Requirement already satisfied: llvmlite>=0.23.0dev0 in c:\python36\lib\site-packages (from numba>=0.38.0->librosa->bw_plex[all]) (0.23.0)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (1.22)
Requirement already satisfied: certifi>=2017.4.17 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (2018.4.16)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (3.0.4)
Requirement already satisfied: idna<2.7,>=2.5 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (2.6)
Requirement already satisfied: setuptools in c:\python36\lib\site-packages (from kiwisolver>=1.0.1->matplotlib->bw_plex[all]) (39.2.0)
Requirement already satisfied: jdcal in c:\python36\lib\site-packages (from openpyxl->tablib->bw_plex[all]) (1.4)
Requirement already satisfied: et_xmlfile in c:\python36\lib\site-packages (from openpyxl->tablib->bw_plex[all]) (1.0.1)
Installing collected packages: pocketsphinx, SpeechRecognition
  Running setup.py install for pocketsphinx ... error
    Complete output from command c:\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\matth\\AppData\\Local\\Temp\\pip-install-jhl9tqer\\pocketsphinx\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\matth\AppData\Local\Temp\pip-record-dlaq74pq\install-record.txt --single-version-externally-managed --compile:
    running install
    running build_ext
    building 'sphinxbase._ad' extension
    swigging swig/sphinxbase/ad.i to swig/sphinxbase/ad_wrap.c
    C:\ProgramData\chocolatey\bin\swig.exe -python -modern -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/win32 -Ideps/sphinxbase/swig -outdir sphinxbase -o swig/sphinxbase/ad_wrap.c swig/sphinxbase/ad.i
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

    ----------------------------------------
Command "c:\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\matth\\AppData\\Local\\Temp\\pip-install-jhl9tqer\\pocketsphinx\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\matth\AppData\Local\Temp\pip-record-dlaq74pq\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\matth\AppData\Local\Temp\pip-install-jhl9tqer\pocketsphinx\

C:\WINDOWS\system32>
Hellowlol commented 6 years ago

Try to install https://wiki.python.org/moin/WindowsCompilers#Microsoft_Visual_C.2B-.2B-_14.0_standalone:_Build_Tools_for_Visual_Studio_2017_.28x86.2C_x64.2C_ARM.2C_ARM64.29

MatthewSerinity commented 6 years ago
C:\WINDOWS\system32>pip install bw_plex[all]
Requirement already satisfied: bw_plex[all] in c:\python36\lib\site-packages (0.0.7)
Requirement already satisfied: librosa in c:\python36\lib\site-packages (from bw_plex[all]) (0.6.1)
Requirement already satisfied: plexapi>=3.0.6 in c:\python36\lib\site-packages (from bw_plex[all]) (3.0.6)
Requirement already satisfied: joblib in c:\python36\lib\site-packages (from bw_plex[all]) (0.11)
Requirement already satisfied: numpy in c:\python36\lib\site-packages (from bw_plex[all]) (1.14.3)
Requirement already satisfied: docopt in c:\python36\lib\site-packages (from bw_plex[all]) (0.6.2)
Requirement already satisfied: click in c:\python36\lib\site-packages (from bw_plex[all]) (6.7)
Requirement already satisfied: scipy in c:\python36\lib\site-packages (from bw_plex[all]) (1.1.0)
Requirement already satisfied: matplotlib in c:\python36\lib\site-packages (from bw_plex[all]) (2.2.2)
Requirement already satisfied: psutil in c:\python36\lib\site-packages (from bw_plex[all]) (5.4.5)
Requirement already satisfied: srt in c:\python36\lib\site-packages (from bw_plex[all]) (1.6.0)
Requirement already satisfied: sqlalchemy in c:\python36\lib\site-packages (from bw_plex[all]) (1.2.7)
Requirement already satisfied: configobj in c:\python36\lib\site-packages (from bw_plex[all]) (5.0.6)
Requirement already satisfied: youtube-dl in c:\python36\lib\site-packages (from bw_plex[all]) (2018.5.26)
Requirement already satisfied: beautifulsoup4 in c:\python36\lib\site-packages (from bw_plex[all]) (4.6.0)
Requirement already satisfied: html5lib in c:\python36\lib\site-packages (from bw_plex[all]) (1.0.1)
Requirement already satisfied: tablib in c:\python36\lib\site-packages (from bw_plex[all]) (0.12.1)
Requirement already satisfied: pytesseract in c:\python36\lib\site-packages (from bw_plex[all]) (0.2.0)
Requirement already satisfied: opencv-contrib-python in c:\python36\lib\site-packages (from bw_plex[all]) (3.4.1.15)
Collecting pocketsphinx (from bw_plex[all])
  Using cached https://files.pythonhosted.org/packages/93/5f/a968e5d53d25e32deb78c3e169fd8612ecf53cc76e32cb40e19be35696af/pocketsphinx-0.1.3.tar.bz2
Collecting SpeechRecognition (from bw_plex[all])
  Using cached https://files.pythonhosted.org/packages/26/e1/7f5678cd94ec1234269d23756dbdaa4c8cfaed973412f88ae8adf7893a50/SpeechRecognition-3.8.1-py2.py3-none-any.whl
Requirement already satisfied: audioread>=2.0.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (2.1.5)
Requirement already satisfied: scikit-learn!=0.19.0,>=0.14.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.19.1)
Requirement already satisfied: decorator>=3.0.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (4.3.0)
Requirement already satisfied: six>=1.3 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (1.11.0)
Requirement already satisfied: resampy>=0.2.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.2.0)
Requirement already satisfied: numba>=0.38.0 in c:\python36\lib\site-packages (from librosa->bw_plex[all]) (0.38.0)
Requirement already satisfied: requests in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (2.18.4)
Requirement already satisfied: tqdm in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (4.23.4)
Requirement already satisfied: websocket-client in c:\python36\lib\site-packages (from plexapi>=3.0.6->bw_plex[all]) (0.48.0)
Requirement already satisfied: python-dateutil>=2.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2.7.3)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (1.0.1)
Requirement already satisfied: cycler>=0.10 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (0.10.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2.2.0)
Requirement already satisfied: pytz in c:\python36\lib\site-packages (from matplotlib->bw_plex[all]) (2018.4)
Requirement already satisfied: webencodings in c:\python36\lib\site-packages (from html5lib->bw_plex[all]) (0.5.1)
Requirement already satisfied: odfpy in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.3.6)
Requirement already satisfied: openpyxl in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (2.5.3)
Requirement already satisfied: unicodecsv in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (0.14.1)
Requirement already satisfied: xlrd in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.1.0)
Requirement already satisfied: xlwt in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (1.3.0)
Requirement already satisfied: pyyaml in c:\python36\lib\site-packages (from tablib->bw_plex[all]) (3.12)
Requirement already satisfied: Pillow in c:\python36\lib\site-packages (from pytesseract->bw_plex[all]) (5.1.0)
Requirement already satisfied: llvmlite>=0.23.0dev0 in c:\python36\lib\site-packages (from numba>=0.38.0->librosa->bw_plex[all]) (0.23.0)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (2018.4.16)
Requirement already satisfied: idna<2.7,>=2.5 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:\python36\lib\site-packages (from requests->plexapi>=3.0.6->bw_plex[all]) (1.22)
Requirement already satisfied: setuptools in c:\python36\lib\site-packages (from kiwisolver>=1.0.1->matplotlib->bw_plex[all]) (39.2.0)
Requirement already satisfied: jdcal in c:\python36\lib\site-packages (from openpyxl->tablib->bw_plex[all]) (1.4)
Requirement already satisfied: et_xmlfile in c:\python36\lib\site-packages (from openpyxl->tablib->bw_plex[all]) (1.0.1)
Installing collected packages: pocketsphinx, SpeechRecognition
  Running setup.py install for pocketsphinx ... error
    Complete output from command c:\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\matth\\AppData\\Local\\Temp\\pip-install-997y2p5m\\pocketsphinx\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\matth\AppData\Local\Temp\pip-record-yj3832vb\install-record.txt --single-version-externally-managed --compile:
    running install
    running build_ext
    building 'sphinxbase._ad' extension
    swigging swig/sphinxbase/ad.i to swig/sphinxbase/ad_wrap.c
    C:\ProgramData\chocolatey\bin\swig.exe -python -modern -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/win32 -Ideps/sphinxbase/swig -outdir sphinxbase -o swig/sphinxbase/ad_wrap.c swig/sphinxbase/ad.i
    creating build
    creating build\temp.win-amd64-3.6
    creating build\temp.win-amd64-3.6\Release
    creating build\temp.win-amd64-3.6\Release\swig
    creating build\temp.win-amd64-3.6\Release\swig\sphinxbase
    creating build\temp.win-amd64-3.6\Release\deps
    creating build\temp.win-amd64-3.6\Release\deps\sphinxbase
    creating build\temp.win-amd64-3.6\Release\deps\sphinxbase\src
    creating build\temp.win-amd64-3.6\Release\deps\sphinxbase\src\libsphinxad
    C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/win32 -Ic:\python36\include -Ic:\python36\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\include" /Tcswig/sphinxbase/ad_wrap.c /Fobuild\temp.win-amd64-3.6\Release\swig/sphinxbase/ad_wrap.obj /wd4244 /wd4267 /wd4197 /wd4090 /wd4018 /wd4311 /wd4312 /wd4334 /wd4477 /wd4996
    ad_wrap.c
    c:\python36\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2

    ----------------------------------------
Command "c:\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\matth\\AppData\\Local\\Temp\\pip-install-997y2p5m\\pocketsphinx\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\matth\AppData\Local\Temp\pip-record-yj3832vb\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\matth\AppData\Local\Temp\pip-install-997y2p5m\pocketsphinx\

C:\WINDOWS\system32>
Hellowlol commented 6 years ago

I give up. You have to google around and see if you cant find a solution. Seems to be something strange with your setup. Anyway, you can still use bw_plex without this, just will not be able to check for recaps via voice recognition. The rest should work just fine.

MatthewSerinity commented 6 years ago

Damn... Alright...

JourneyOver commented 6 years ago

Part of this could be that you installing swig from chocolatey made you install a pretty outdated version of swig. Version on Chocolatey for swig is 3.0.9 while the latest version of swig is 3.0.12, I would say try updating swig you'll have to manually update swig as again the latest version on chocolatey is pointing to 3.0.9 and then try going through the bw_plex setup stuff again.

Not saying that this will 100% solve the issue you are having, but it might end up being the problem.

Hellowlol commented 6 years ago

Ill make a Docker :)

Hellowlol commented 6 years ago

Docker was just added