We are currently unable to install windml...
Windows, Python 2.7, old pip:
$ ./Scripts/pip install git+https://github.com/cigroup-ol/windml.git
Collecting git+https://github.com/cigroup-ol/windml.git
Cloning https://github.com/cigroup-ol/windml.git to c:\users\xxxx\appdata\local\temp\pip-c1oqyc-b uild
Collecting certifi==2016.2.28 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/db/60/1ed0106bde7b14b363b15b17cc308aad93ba57d3582570f3ad7180ae0fae/certifi-2016.2.28-py2.py3-none-any.whl (366kB)
Collecting cycler==0.10.0 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting matplotlib==2.1.0 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/a5/ae/237354223f9ff395813d83b9ffcfc9ca0e75fe97d39ab1c7ce9a9858cefe/matplotlib-2.1.0-cp27-cp27m-win_amd64.whl (8.4MB)
Collecting olefile==0.44 (from windml==0.5.0)
Downloading https://files.pythonhosted.org/packages/35/17/c15d41d5a8f8b98cc3df25eb00c5cee76193114c78e5674df6ef4ac92647/olefile-0.44.zip (74kB)
Collecting Pillow==4.2.1 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/e5/13/7c59530e905c53a018bf5f4828779196fabbe65c5cd66da6da40535dc8d4/Pillow-4.2.1-cp27-cp27m-win_amd64.whl (1.4MB)
Collecting pyparsing==2.2.0 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
Collecting python-dateutil==2.6.1 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/4b/0d/7ed381ab4fe80b8ebf34411d14f253e1cf3e56e2820ffa1d8844b23859a2/python_dateutil-2.6.1-py2.py3-none-any.whl (194kB)
Collecting pytz==2017.2 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/55/62/e7cd0e15b76062d298413f14bb4ec3cd8568a22d274427f9c3c7286969f4/pytz-2017.2-py2.py3-none-any.whl (484kB)
Collecting scikit-learn==0.19.0 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/da/96/8bcf04b87c97421c04fd643e087b56e6b65c19639d542dd442baf9286ea6/scikit_learn-0.19.0-cp27-cp27m-win_amd64.whl (4.4MB)
Collecting scipy==0.19.1 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/52/67/d9ef9b5058d4a9e3f0ae641ec151790622cbeb37f157de5773358e2bf3da/scipy-0.19.1.tar.gz (14.1MB)
Collecting six==1.11.0 (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting future (from windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
Collecting numpy>=1.7.1 (from matplotlib==2.1.0->windml==0.5.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/74/a4/1bae5948ac37ee6769ffdf01fef3e1c731981574d4d416e2876070441688/numpy-1.15.4-cp27-none-win_amd64.whl (13.5MB)
Collecting backports.functools-lru-cache (from matplotlib==2.1.0->windml==0.5.0)
Downloading https://files.pythonhosted.org/packages/03/8e/2424c0e65c4a066e28f539364deee49b6451f8fcd4f718fefa50cc3dcf48/backports.functools_lru_cache-1.5-py2.py3-none-any.whl
Installing collected packages: certifi, six, cycler, pyparsing, numpy, pytz, backports.functools-lru-cache, python-dateutil, matplotlib, olefile, Pillow, scikit-learn, scipy, future, windml
Running setup.py install for olefile: started
Running setup.py install for olefile: finished with status 'done'
Running setup.py install for scipy: started
Running setup.py install for scipy: finished with status 'error'
Complete output from command c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\xxxx\\appdata\\local\\temp\\pip-build-r2yize\\scipy\\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\xxxx\appdata\local\temp\pip-la3t3f-record\install-record.txt --single-version-externally-managed --compile:
Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:
- `pip install .` (from a git repo or downloaded source
release)
- `pip install scipy` (last SciPy release on PyPI)
lapack_opt_info:
lapack_mkl_info:
customize MSVCCompiler
libraries mkl_rt not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
NOT AVAILABLE
openblas_lapack_info:
customize MSVCCompiler
customize MSVCCompiler
libraries openblas not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Found executable C:\Program Files\Git\usr\bin\DF.exe
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
don't know how to compile Fortran code on platform 'nt'
NOT AVAILABLE
openblas_clapack_info:
customize MSVCCompiler
customize MSVCCompiler
libraries openblas,lapack not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\python27\lib
customize MSVCCompiler
libraries lapack_atlas not found in c:\python27\lib
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\
customize MSVCCompiler
libraries lapack_atlas not found in C:\
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\python27\libs
customize MSVCCompiler
libraries lapack_atlas not found in c:\python27\libs
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
customize MSVCCompiler
libraries satlas,satlas not found in c:\python27\lib
customize MSVCCompiler
libraries lapack_atlas not found in c:\python27\lib
customize MSVCCompiler
libraries satlas,satlas not found in C:\
customize MSVCCompiler
libraries lapack_atlas not found in C:\
customize MSVCCompiler
libraries satlas,satlas not found in c:\python27\libs
customize MSVCCompiler
libraries lapack_atlas not found in c:\python27\libs
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\python27\lib
customize MSVCCompiler
libraries lapack_atlas not found in c:\python27\lib
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\
customize MSVCCompiler
libraries lapack_atlas not found in C:\
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\python27\libs
customize MSVCCompiler
libraries lapack_atlas not found in c:\python27\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\python27\lib
customize MSVCCompiler
libraries lapack_atlas not found in c:\python27\lib
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\
customize MSVCCompiler
libraries lapack_atlas not found in C:\
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\python27\libs
customize MSVCCompiler
libraries lapack_atlas not found in c:\python27\libs
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
accelerate_info:
NOT AVAILABLE
c:\python27\lib\site-packages\numpy\distutils\system_info.py:625: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
self.calc_info()
lapack_info:
customize MSVCCompiler
libraries lapack not found in ['c:\\python27\\lib', 'C:\\', 'c:\\python27\\libs']
NOT AVAILABLE
c:\python27\lib\site-packages\numpy\distutils\system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
self.calc_info()
lapack_src_info:
NOT AVAILABLE
c:\python27\lib\site-packages\numpy\distutils\system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
self.calc_info()
NOT AVAILABLE
Running from scipy source directory.
non-existing path in 'scipy\\integrate': 'quadpack.h'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\xxxx\appdata\local\temp\pip-build-r2yize\scipy\setup.py", line 416, in <module>
setup_package()
File "c:\users\xxxx\appdata\local\temp\pip-build-r2yize\scipy\setup.py", line 412, in setup_package
setup(**metadata)
File "c:\python27\lib\site-packages\numpy\distutils\core.py", line 135, in setup
config = configuration()
File "c:\users\xxxx\appdata\local\temp\pip-build-r2yize\scipy\setup.py", line 336, in configuration
config.add_subpackage('scipy')
File "c:\python27\lib\site-packages\numpy\distutils\misc_util.py", line 1037, in add_subpackage
caller_level = 2)
File "c:\python27\lib\site-packages\numpy\distutils\misc_util.py", line 1006, in get_subpackage
caller_level = caller_level + 1)
File "c:\python27\lib\site-packages\numpy\distutils\misc_util.py", line 943, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "scipy\setup.py", line 15, in configuration
config.add_subpackage('linalg')
File "c:\python27\lib\site-packages\numpy\distutils\misc_util.py", line 1037, in add_subpackage
caller_level = 2)
File "c:\python27\lib\site-packages\numpy\distutils\misc_util.py", line 1006, in get_subpackage
caller_level = caller_level + 1)
File "c:\python27\lib\site-packages\numpy\distutils\misc_util.py", line 943, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "scipy\linalg\setup.py", line 20, in configuration
raise NotFoundError('no lapack/blas resources found')
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
----------------------------------------
Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\xxxx\\appdata\\local\\temp\\pip-build-r2yize\\scipy\\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\xxxx\appdata\local\temp\pip-la3t3f-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\xxxx\appdata\local\temp\pip-build-r2yize\scipy\
You are using pip version 9.0.3, however version 18.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Windows, Python 2.7, new pip:
$ ./Scripts/pip install git+https://github.com/cigroup-ol/windml.git
Collecting git+https://github.com/cigroup-ol/windml.git
Cloning https://github.com/cigroup-ol/windml.git to c:\users\xxxx\appdata\local\temp\pip-req-build-bn54_1
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\xxxx\appdata\local\temp\pip-req-build-bn54_1\setup.py", line 4, in <module>
from pip.req import parse_requirements
ImportError: No module named req
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\xxxx\appdata\local\temp\pip-req-build-bn54_1\
Windows, Python 3, new pip:
$ –pip install git+https://github.com/cigroup-ol/windml.git
Collecting git+https://github.com/cigroup-ol/windml.git
Cloning https://github.com/cigroup-ol/windml.git to c:\users\xxxx\appdata\local\temp\pip-req-build-x5ctqm12
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\xxxx\AppData\Local\Temp\pip-req-build-x5ctqm12\setup.py", line 4, in <module>
from pip.req import parse_requirements
ModuleNotFoundError: No module named 'pip.req'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\xxxx\AppData\Local\Temp\pip-req-build-x5ctqm12\
RHEL, Python 2, new pip:
$ python2 -m pip install git+https://github.com/cigroup-ol/windml.git
Collecting git+https://github.com/cigroup-ol/windml.git
Cloning https://github.com/cigroup-ol/windml.git to /tmp/pip-req-build-TwtyIr
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-TwtyIr/setup.py", line 4, in <module>
from pip.req import parse_requirements
ImportError: No module named req
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-TwtyIr/
RHEL, Python 3, new pip:
$ pip3 install git+https://github.com/cigroup-ol/windml.git
Collecting git+https://github.com/cigroup-ol/windml.git
Cloning https://github.com/cigroup-ol/windml.git to /tmp/pip-req-build-mq1cny5g
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-mq1cny5g/setup.py", line 4, in <module>
from pip.req import parse_requirements
ImportError: No module named 'pip.req'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-mq1cny5g/
We're quite lost now. It would be great if you could give us a hint as to what version of python, pip and os is preferred to get this running as hassle-free as possible. Thanks in advance.