Wednesday, October 30, 2019

Install false-alarm-reduction again

Found the solution of Microsoft c++ 14.0 required from the previous posted issue.

Download the Microsoft visual studio package, I am able to continue.


D:\dvp\false-alarm>python setup.py install
running install
running bdist_egg
running egg_info
writing pyfar.egg-info\PKG-INFO
writing dependency_links to pyfar.egg-info\dependency_links.txt
writing requirements to pyfar.egg-info\requires.txt
writing top-level names to pyfar.egg-info\top_level.txt
reading manifest file 'pyfar.egg-info\SOURCES.txt'
writing manifest file 'pyfar.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
creating build\bdist.win-amd64\egg
creating build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\baseline_algorithm.py -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\classifier.py -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\dtw.py -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\parameters.py -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\pipeline.py -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\sigtypes -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\utils.py -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\ventricular_beat_bank.py -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\ventricular_beat_stdev.py -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\vtach_beats.csv -> build\bdist.win-amd64\egg\pyfar
copying build\lib\pyfar\__init__.py -> build\bdist.win-amd64\egg\pyfar
byte-compiling build\bdist.win-amd64\egg\pyfar\baseline_algorithm.py to baseline_algorithm.cpython-37.pyc
byte-compiling build\bdist.win-amd64\egg\pyfar\classifier.py to classifier.cpython-37.pyc
byte-compiling build\bdist.win-amd64\egg\pyfar\dtw.py to dtw.cpython-37.pyc
byte-compiling build\bdist.win-amd64\egg\pyfar\parameters.py to parameters.cpython-37.pyc
byte-compiling build\bdist.win-amd64\egg\pyfar\pipeline.py to pipeline.cpython-37.pyc
byte-compiling build\bdist.win-amd64\egg\pyfar\utils.py to utils.cpython-37.pyc
byte-compiling build\bdist.win-amd64\egg\pyfar\ventricular_beat_bank.py to ventricular_beat_bank.cpython-37.pyc
byte-compiling build\bdist.win-amd64\egg\pyfar\ventricular_beat_stdev.py to ventricular_beat_stdev.cpython-37.pyc
byte-compiling build\bdist.win-amd64\egg\pyfar\__init__.py to __init__.cpython-37.pyc
creating build\bdist.win-amd64\egg\EGG-INFO
copying pyfar.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO
copying pyfar.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying pyfar.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying pyfar.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying pyfar.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
zip_safe flag not set; analyzing archive contents...
pyfar.__pycache__.parameters.cpython-37: module references __file__
creating 'dist\pyfar-0.1.0-py3.7.egg' and adding 'build\bdist.win-amd64\egg' to it
removing 'build\bdist.win-amd64\egg' (and everything under it)
Processing pyfar-0.1.0-py3.7.egg
removing 'c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\pyfar-0.1.0-py3.7.egg' (and everything under it)
creating c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\pyfar-0.1.0-py3.7.egg
Extracting pyfar-0.1.0-py3.7.egg to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
pyfar 0.1.0 is already the active version in easy-install.pth

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\pyfar-0.1.0-py3.7.egg
Processing dependencies for pyfar==0.1.0
Searching for spectrum>=0.7.1
Reading https://pypi.org/simple/spectrum/
Downloading https://files.pythonhosted.org/packages/24/bd/5c3352f8f7ce47be59bdf45830a99c3d82bf944779d90f693a71f02cdfcb/spectrum-0.7.5.tar.gz#sha256=ae88d51d9b7b9d0a9b0bd8aaef95265cce0c9b21bee1c847a769e60fa0ede870
Best match: spectrum 0.7.5
Processing spectrum-0.7.5.tar.gz
Writing C:\Users\alex\AppData\Local\Temp\easy_install-ka4y15q6\spectrum-0.7.5\setup.cfg
Running spectrum-0.7.5\setup.py -q bdist_egg --dist-dir C:\Users\alex\AppData\Local\Temp\easy_install-ka4y15q6\spectrum-0.7.5\egg-dist-tmp-5hm0er04
warning: no files found matching 'L'
mydpss.c
src/cpp/mydpss.c(237): warning C4005: 'min': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt\stdlib.h(1290): note: see previous definition of 'min'
src/cpp/mydpss.c(238): warning C4005: 'max': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt\stdlib.h(1289): note: see previous definition of 'max'
   Creating library build\temp.win-amd64-3.7\Release\src/cpp\mydpss.cp37-win_amd64.lib and object build\temp.win-amd64-3.7\Release\src/cpp\mydpss.cp37-win_amd64.exp
Generating code
Finished generating code
zip_safe flag not set; analyzing archive contents...
spectrum.__pycache__.mtm.cpython-37: module references __file__
spectrum.__pycache__.mydpss.cpython-37: module references __file__
creating c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\spectrum-0.7.5-py3.7-win-amd64.egg
Extracting spectrum-0.7.5-py3.7-win-amd64.egg to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
Adding spectrum 0.7.5 to easy-install.pth file

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\spectrum-0.7.5-py3.7-win-amd64.egg
Searching for sklearn>=0.0
Reading https://pypi.org/simple/sklearn/
Downloading https://files.pythonhosted.org/packages/1e/7a/dbb3be0ce9bd5c8b7e3d87328e79063f8b263b2b1bfa4774cb1147bfcd3f/sklearn-0.0.tar.gz#sha256=e23001573aa194b834122d2b9562459bf5ae494a2d59ca6b8aa22c85a44c0e31
Best match: sklearn 0.0
Processing sklearn-0.0.tar.gz
Writing C:\Users\alex\AppData\Local\Temp\easy_install-t7x8thsb\sklearn-0.0\setup.cfg
Running sklearn-0.0\setup.py -q bdist_egg --dist-dir C:\Users\alex\AppData\Local\Temp\easy_install-t7x8thsb\sklearn-0.0\egg-dist-tmp-_yigpxf6
file wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141.py (for module wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141) not found
file wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141.py (for module wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141) not found
file wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141.py (for module wheel-platform-tag-is-broken-on-empty-wheels-see-issue-141) not found
warning: install_lib: 'build\lib' does not exist -- no Python modules to install

creating c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\sklearn-0.0-py3.7.egg
Extracting sklearn-0.0-py3.7.egg to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
Adding sklearn 0.0 to easy-install.pth file

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\sklearn-0.0-py3.7.egg
Searching for scipy>=0.19.0
Reading https://pypi.org/simple/scipy/
Downloading https://files.pythonhosted.org/packages/50/eb/defa40367863304e1ef01c6572584c411446a5f29bdd9dc90f91509e9144/scipy-1.3.1-cp37-cp37m-win_amd64.whl#sha256=a9d606d11eb2eec7ef893eb825017fbb6eef1e1d0b98a5b7fc11446ebeb2b9b1
Best match: scipy 1.3.1
Processing scipy-1.3.1-cp37-cp37m-win_amd64.whl
Installing scipy-1.3.1-cp37-cp37m-win_amd64.whl to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
writing requirements to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\scipy-1.3.1-py3.7-win-amd64.egg\EGG-INFO\requires.txt
Adding scipy 1.3.1 to easy-install.pth file

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\scipy-1.3.1-py3.7-win-amd64.egg
Searching for scikit-learn>=0.19.0
Reading https://pypi.org/simple/scikit-learn/
Downloading https://files.pythonhosted.org/packages/d6/9e/6a42486ffa64711fb868e5d4a9167153417e7414c3d8d3e0d627cf391e1e/scikit_learn-0.21.3-cp37-cp37m-win_amd64.whl#sha256=928050b65781fea9542dfe9bfe02d8c4f5530baa8472ec60782ea77347d2c836
Best match: scikit-learn 0.21.3
Processing scikit_learn-0.21.3-cp37-cp37m-win_amd64.whl
Installing scikit_learn-0.21.3-cp37-cp37m-win_amd64.whl to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
writing requirements to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\scikit_learn-0.21.3-py3.7-win-amd64.egg\EGG-INFO\requires.txt
Adding scikit-learn 0.21.3 to easy-install.pth file

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\scikit_learn-0.21.3-py3.7-win-amd64.egg
Searching for PeakUtils>=1.1.0
Reading https://pypi.org/simple/PeakUtils/
Downloading https://files.pythonhosted.org/packages/2a/e0/a45948450946a87dae44d936ea7646d862e1014753c496468a05f20e95c5/PeakUtils-1.3.2.tar.gz#sha256=2cf1f609132f0219e2fc9c7e221b62d1c82c9a502ec9a4c1195823423275c954
Best match: PeakUtils 1.3.2
Processing PeakUtils-1.3.2.tar.gz
Writing C:\Users\alex\AppData\Local\Temp\easy_install-ms3tkmrg\PeakUtils-1.3.2\setup.cfg
Running PeakUtils-1.3.2\setup.py -q bdist_egg --dist-dir C:\Users\alex\AppData\Local\Temp\easy_install-ms3tkmrg\PeakUtils-1.3.2\egg-dist-tmp-7zdi13ng
no previously-included directories found matching 'docs\_*'
zip_safe flag not set; analyzing archive contents...
Copying peakutils-1.3.2-py3.7.egg to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
Adding peakutils 1.3.2 to easy-install.pth file

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\peakutils-1.3.2-py3.7.egg
Searching for pandas>=0.20.3
Reading https://pypi.org/simple/pandas/
Downloading https://files.pythonhosted.org/packages/6b/88/672fcbab1fda7c3a2af192daf32885e065ff4046649247cebdc5cf7383a4/pandas-0.25.2-cp37-cp37m-win_amd64.whl#sha256=27c0603b15b5c6fa24885253bbe49a0c289381e7759385c59308ba4f0b166cf1
Best match: pandas 0.25.2
Processing pandas-0.25.2-cp37-cp37m-win_amd64.whl
Installing pandas-0.25.2-cp37-cp37m-win_amd64.whl to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
writing requirements to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\pandas-0.25.2-py3.7-win-amd64.egg\EGG-INFO\requires.txt
Adding pandas 0.25.2 to easy-install.pth file

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\pandas-0.25.2-py3.7-win-amd64.egg
Searching for numpy>=1.13.1
Reading https://pypi.org/simple/numpy/
Downloading https://files.pythonhosted.org/packages/e9/dd/a177f27765b1e5f94fa879cbeef61f8807086371d0b6aa232b836d38b78b/numpy-1.17.3-cp37-cp37m-win_amd64.whl#sha256=0b0dd8f47fb177d00fa6ef2d58783c4f41ad3126b139c91dd2f7c4b3fdf5e9a5
Best match: numpy 1.17.3
Processing numpy-1.17.3-cp37-cp37m-win_amd64.whl
Installing numpy-1.17.3-cp37-cp37m-win_amd64.whl to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
Adding numpy 1.17.3 to easy-install.pth file
Installing f2py-script.py script to C:\Users\alex\AppData\Local\Programs\Python\Python37\Scripts
Installing f2py.exe script to C:\Users\alex\AppData\Local\Programs\Python\Python37\Scripts

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\numpy-1.17.3-py3.7-win-amd64.egg
Searching for matplotlib>=2.0.2
Reading https://pypi.org/simple/matplotlib/
Downloading https://files.pythonhosted.org/packages/bc/83/146ff950c41e82b527bc8641e7a760b5b3399e8934b01bf1b762b7baafc8/matplotlib-3.2.0rc1-cp37-cp37m-win_amd64.whl#sha256=e8dcb5641ec68e3c4f6b3c390296fb01a4d6e78365e76de4fc563ddfeb973589
Best match: matplotlib 3.2.0rc1
Processing matplotlib-3.2.0rc1-cp37-cp37m-win_amd64.whl
Installing matplotlib-3.2.0rc1-cp37-cp37m-win_amd64.whl to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
writing requirements to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\matplotlib-3.2.0rc1-py3.7-win-amd64.egg\EGG-INFO\requires.txt
Adding matplotlib 3.2.0rc1 to easy-install.pth file

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\matplotlib-3.2.0rc1-py3.7-win-amd64.egg
Searching for fastdtw>=0.3.2
Reading https://pypi.org/simple/fastdtw/
Downloading https://files.pythonhosted.org/packages/99/43/30f2d8db076f216b15c10db663b46e22d1750b1ebacd7af6e62b83d6ab98/fastdtw-0.3.4.tar.gz#sha256=2350fa6ec36bcad186eaf81f46eff35181baf04e324f522de8aeb43d0243f64f
Best match: fastdtw 0.3.4
Processing fastdtw-0.3.4.tar.gz
Writing C:\Users\alex\AppData\Local\Temp\easy_install-3nb9cffx\fastdtw-0.3.4\setup.cfg
Running fastdtw-0.3.4\setup.py -q bdist_egg --dist-dir C:\Users\alex\AppData\Local\Temp\easy_install-3nb9cffx\fastdtw-0.3.4\egg-dist-tmp-4_05rzwm
_fastdtw.cpp
fastdtw\_fastdtw.cpp(633): fatal error C1083: Cannot open include file: 'numpy/npy_math.h': No such file or directory
C:\Users\alex\AppData\Local\Temp\easy_install-3nb9cffx\fastdtw-0.3.4\setup.py:85: UserWarning: numpy missing, compilation failed. Installing pure python package
  warnings.warn(reason+'compilation failed. Installing pure python package')
zip_safe flag not set; analyzing archive contents...
Copying fastdtw-0.3.4-py3.7.egg to c:\users\alex\appdata\local\programs\python\python37\lib\site-packages
Adding fastdtw 0.3.4 to easy-install.pth file

Installed c:\users\alex\appdata\local\programs\python\python37\lib\site-packages\fastdtw-0.3.4-py3.7.egg
error: scipy 1.3.1 is installed but scipy==0.19.0 is required by {'wfdb'}

D:\dvp\false-alarm>


Should I move to virtual environment?

1 comment:

Alex said...

Unfortunately, the virtual environment can not sove this situation.