alteryx / featuretools

An open source python library for automated feature engineering
https://www.featuretools.com
BSD 3-Clause "New" or "Revised" License
7.14k stars 870 forks source link

Error during install on windows 10 #87

Closed Sandy4321 closed 6 years ago

Sandy4321 commented 6 years ago

I do use windows computer and installation fails as I wrote you in twitter Microsoft Windows [Version 10.0.16299.125] (c) 2017 Microsoft Corporation. All rights reserved.

C:\WINDOWS\System32>python Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

Microsoft Windows [Version 10.0.16299.125] (c) 2017 Microsoft Corporation. All rights reserved.

C:\WINDOWS\System32>pip install featuretools Requirement already satisfied: featuretools in c:\users\cde3\anaconda3\lib\site-packages Requirement already satisfied: pympler>=0.5 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: tqdm>=4.19.2 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: numpy>=1.14.0 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: cloudpickle>=0.4.0 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: pyyaml>=3.12 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: s3fs>=0.1.2 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: scipy>=1.0.0 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: pandas>=0.20.3 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: future>=0.16.0 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: toolz>=0.8.2 in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: dask[complete] in c:\users\cde3\anaconda3\lib\site-packages (from featuretools) Requirement already satisfied: boto3 in c:\users\cde3\anaconda3\lib\site-packages (from s3fs>=0.1.2->featuretools) Requirement already satisfied: pytz>=2011k in c:\users\cde3\anaconda3\lib\site-packages (from pandas>=0.20.3->featuretools) Requirement already satisfied: python-dateutil>=2 in c:\users\cde3\anaconda3\lib\site-packages (from pandas>=0.20.3->featuretools) Collecting distributed>=1.10 (from dask[complete]->featuretools) Using cached distributed-1.20.2-py2.py3-none-any.whl Requirement already satisfied: partd>=0.3.5 in c:\users\cde3\anaconda3\lib\site-packages (from dask[complete]->featuretools) Requirement already satisfied: s3transfer<0.2.0,>=0.1.10 in c:\users\cde3\anaconda3\lib\site-packages (from boto3->s3fs>=0.1.2->featuretools) Requirement already satisfied: botocore<1.9.0,>=1.8.38 in c:\users\cde3\anaconda3\lib\site-packages (from boto3->s3fs>=0.1.2->featuretools) Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in c:\users\cde3\anaconda3\lib\site-packages (from boto3->s3fs>=0.1.2->featuretools) Requirement already satisfied: six>=1.5 in c:\users\cde3\anaconda3\lib\site-packages (from python-dateutil>=2->pandas>=0.20.3->featuretools) Requirement already satisfied: psutil in c:\users\cde3\anaconda3\lib\site-packages (from distributed>=1.10->dask[complete]->featuretools) Requirement already satisfied: click>=6.6 in c:\users\cde3\anaconda3\lib\site-packages (from distributed>=1.10->dask[complete]->featuretools) Collecting tblib (from distributed>=1.10->dask[complete]->featuretools) Using cached tblib-1.3.2-py2.py3-none-any.whl Collecting tornado>=4.5.1 (from distributed>=1.10->dask[complete]->featuretools) Using cached tornado-4.5.3-cp35-cp35m-win_amd64.whl Collecting sortedcontainers (from distributed>=1.10->dask[complete]->featuretools) Using cached sortedcontainers-1.5.9-py2.py3-none-any.whl Collecting msgpack-python (from distributed>=1.10->dask[complete]->featuretools) Using cached msgpack-python-0.5.4.tar.gz Collecting zict>=0.1.3 (from distributed>=1.10->dask[complete]->featuretools) Using cached zict-0.1.3-py2.py3-none-any.whl Requirement already satisfied: locket in c:\users\cde3\anaconda3\lib\site-packages (from partd>=0.3.5->dask[complete]->featuretools) Requirement already satisfied: docutils>=0.10 in c:\users\cde3\anaconda3\lib\site-packages (from botocore<1.9.0,>=1.8.38->boto3->s3fs>=0.1.2->featuretools) Requirement already satisfied: heapdict in c:\users\cde3\anaconda3\lib\site-packages (from zict>=0.1.3->distributed>=1.10->dask[complete]->featuretools) Building wheels for collected packages: msgpack-python Running setup.py bdist_wheel for msgpack-python ... error Complete output from command c:\users\cde3\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\cde3\AppData\Local\Temp\pip-build-83u6dm4q\msgpack-python\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d C:\Users\cde3\AppData\Local\Temp\tmpr1pyilt8pip-wheel- --python-tag cp35: running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-3.5 creating build\lib.win-amd64-3.5\msgpack copying msgpack\exceptions.py -> build\lib.win-amd64-3.5\msgpack copying msgpack\fallback.py -> build\lib.win-amd64-3.5\msgpack copying msgpack_version.py -> build\lib.win-amd64-3.5\msgpack copying msgpack__init.py -> build\lib.win-amd64-3.5\msgpack running build_ext Traceback (most recent call last): File "", line 1, in File "C:\Users\cde3\AppData\Local\Temp\pip-build-83u6dm4q\msgpack-python\setup.py", line 136, in 'License :: OSI Approved :: Apache Software License', File "c:\users\cde3\anaconda3\lib\distutils\core.py", line 148, in setup dist.run_commands() File "c:\users\cde3\anaconda3\lib\distutils\dist.py", line 955, in run_commands self.run_command(cmd) File "c:\users\cde3\anaconda3\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "c:\users\cde3\anaconda3\lib\site-packages\wheel\bdist_wheel.py", line 179, in run self.run_command('build') File "c:\users\cde3\anaconda3\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "c:\users\cde3\anaconda3\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "c:\users\cde3\anaconda3\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) File "c:\users\cde3\anaconda3\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "c:\users\cde3\anaconda3\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "c:\users\cde3\anaconda3\lib\distutils\command\build_ext.py", line 307, in run force=self.force) File "c:\users\cde3\anaconda3\lib\distutils\ccompiler.py", line 1031, in new_compiler return klass(None, dry_run, force) File "c:\users\cde3\anaconda3\lib\distutils\cygwinccompiler.py", line 282, in init CygwinCCompiler.init (self, verbose, dry_run, force) File "c:\users\cde3\anaconda3\lib\distutils\cygwinccompiler.py", line 157, in init__ self.dll_libraries = get_msvcr() File "c:\users\cde3\anaconda3\lib\distutils\cygwinccompiler.py", line 86, in get_msvcr raise ValueError("Unknown MS Compiler version %s " % msc_ver) ValueError: Unknown MS Compiler version 1900


Failed building wheel for msgpack-python Running setup.py clean for msgpack-python Failed to build msgpack-python Installing collected packages: tblib, tornado, sortedcontainers, msgpack-python, zict, distributed Found existing installation: tornado 4.4.1 DEPRECATION: Uninstalling a distutils installed project (tornado) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling tornado-4.4.1: Successfully uninstalled tornado-4.4.1 Running setup.py install for msgpack-python ... error Complete output from command c:\users\cde3\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\cde3\AppData\Local\Temp\pip-build-83u6dm4q\msgpack-python\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\cde3\AppData\Local\Temp\pip-mgmr7_3f-record\install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build\lib.win-amd64-3.5 creating build\lib.win-amd64-3.5\msgpack copying msgpack\exceptions.py -> build\lib.win-amd64-3.5\msgpack copying msgpack\fallback.py -> build\lib.win-amd64-3.5\msgpack copying msgpack_version.py -> build\lib.win-amd64-3.5\msgpack copying msgpack__init.py -> build\lib.win-amd64-3.5\msgpack running build_ext Traceback (most recent call last): File "", line 1, in File "C:\Users\cde3\AppData\Local\Temp\pip-build-83u6dm4q\msgpack-python\setup.py", line 136, in 'License :: OSI Approved :: Apache Software License', File "c:\users\cde3\anaconda3\lib\distutils\core.py", line 148, in setup dist.run_commands() File "c:\users\cde3\anaconda3\lib\distutils\dist.py", line 955, in run_commands self.run_command(cmd) File "c:\users\cde3\anaconda3\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "c:\users\cde3\anaconda3\lib\site-packages\setuptools-27.2.0-py3.5.egg\setuptools\command\install.py", line 61, in run File "c:\users\cde3\anaconda3\lib\distutils\command\install.py", line 539, in run self.run_command('build') File "c:\users\cde3\anaconda3\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "c:\users\cde3\anaconda3\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "c:\users\cde3\anaconda3\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) File "c:\users\cde3\anaconda3\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "c:\users\cde3\anaconda3\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "c:\users\cde3\anaconda3\lib\distutils\command\build_ext.py", line 307, in run force=self.force) File "c:\users\cde3\anaconda3\lib\distutils\ccompiler.py", line 1031, in new_compiler return klass(None, dry_run, force) File "c:\users\cde3\anaconda3\lib\distutils\cygwinccompiler.py", line 282, in init CygwinCCompiler.init__ (self, verbose, dry_run, force) File "c:\users\cde3\anaconda3\lib\distutils\cygwinccompiler.py", line 157, in init self.dll_libraries = get_msvcr() File "c:\users\cde3\anaconda3\lib\distutils\cygwinccompiler.py", line 86, in get_msvcr raise ValueError("Unknown MS Compiler version %s " % msc_ver) ValueError: Unknown MS Compiler version 1900

----------------------------------------

Command "c:\users\cde3\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\cde3\AppData\Local\Temp\pip-build-83u6dm4q\msgpack-python\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\cde3\AppData\Local\Temp\pip-mgmr7_3f-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\cde3\AppData\Local\Temp\pip-build-83u6dm4q\msgpack-python\

C:\WINDOWS\System32>

rwedge commented 6 years ago

Hi Sandy4321. It looks like one of the package dependencies, msgpack-python, is trying to build from source and failing. Can you try running the following code in your python interpreter?

import featuretools
featuretools.__version__

Another question, do you have a version of Microsoft Visual Studio installed on your computer?

Sandy4321 commented 6 years ago

ok I did what you asked and it is the error Microsoft Windows [Version 10.0.16299.125] (c) 2017 Microsoft Corporation. All rights reserved.

C:\WINDOWS\System32>python Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

import featuretools Traceback (most recent call last): File "", line 1, in File "C:\Users\cde3\Anaconda3\lib\site-packages\featuretools__init.py", line 6, in from .entityset.api import * File "C:\Users\cde3\Anaconda3\lib\site-packages\featuretools\entityset\init.py", line 2, in from .api import * File "C:\Users\cde3\Anaconda3\lib\site-packages\featuretools\entityset\api.py", line 3, in from .entityset import EntitySet File "C:\Users\cde3\Anaconda3\lib\site-packages\featuretools\entityset\entityset.py", line 7, in import dask.dataframe as dd File "C:\Users\cde3\Anaconda3\lib\site-packages\dask\dataframe\init__.py", line 3, in from .core import (DataFrame, Series, Index, _Frame, map_partitions, File "C:\Users\cde3\Anaconda3\lib\site-packages\dask\dataframe\core.py", line 36, in pd.computation.expressions.set_use_numexpr(False) AttributeError: module 'pandas' has no attribute 'computation'

Sandy4321 commented 6 years ago

Another question, do you have a version of Microsoft Visual Studio installed on your computer? yes image

rwedge commented 6 years ago

Thanks. Can you also run conda list and pip freeze?

Sandy4321 commented 6 years ago

Microsoft Windows [Version 10.0.16299.125] (c) 2017 Microsoft Corporation. All rights reserved.

C:\WINDOWS\System32>conda list

packages in environment at C:\Users\cde3\Anaconda3:

# _license 1.1 py35_1 _nb_ext_conf 0.3.0 py35_0 alabaster 0.7.9 py35_0 anaconda custom py35_0 anaconda-clean 1.0.0 py35_0 anaconda-client 1.5.1 py35_0 anaconda-navigator 1.3.1 py35_0 argcomplete 1.0.0 py35_1 argparse 1.4.0 astroid 1.4.7 py35_0 astropy 1.2.1 np111py35_0 babel 2.3.4 py35_0 backports 1.0 py35_0 beautifulsoup4 4.5.1 py35_0 bitarray 0.8.1 py35_1 blaze 0.10.1 py35_0 bokeh 0.12.2 py35_0 boto 2.42.0 py35_0 boto3 1.5.24 botocore 1.8.38 bottleneck 1.1.0 np111py35_0 brewer2mpl 1.4.1 bz2file 0.98 bzip2 1.0.6 vc14_3 [vc14] ca-certificates 2017.7.27.1 0 conda-forge catboost 0.1.1.3 cffi 1.7.0 py35_0 CHAID 5.0.2 chest 0.2.3 py35_0 choix 0.2.0 click 6.6 py35_0 cloudpickle 0.2.1 py35_0 cloudpickle 0.5.2 clyent 1.2.2 py35_0 cntk 2.3 colorama 0.3.7 py35_0 comtypes 1.1.2 py35_0 conda 4.3.29 py35_0 conda-forge conda-build 2.0.2 py35_0 conda-env 2.6.0 0 conda-forge configobj 5.0.6 py35_0 console_shortcut 0.1.1 py35_1 contextlib2 0.5.3 py35_0 cryptography 1.5 py35_0 curl 7.49.0 vc14_0 [vc14] cvxopt 1.1.9 py35_0 cycler 0.10.0 py35_0 cymem 1.31.2 cython 0.25.2 py35_0 cytoolz 0.8.0 py35_0 dask 0.11.0 py35_0 datashape 0.5.2 py35_0 decorator 4.0.10 py35_0 dill 0.2.5 py35_0 docopt 0.6.2 docutils 0.12 py35_2 dynd-python 0.7.2 py35_0 empath 0.89 entrypoints 0.2.2 py35_0 enum34 1.1.6 et_xmlfile 1.0.1 py35_0 fastcache 1.0.2 py35_1 featuretools 0.1.17 filelock 2.0.6 py35_0 flask 0.11.1 py35_0 flask-cors 2.1.2 py35_0 freetype 2.5.5 vc14_1 [vc14] future 0.16.0 gensim 1.0.1 GephiStreamer 2.0.3 get_terminal_size 1.0.0 py35_0 gevent 1.1.2 py35_0 ggplot 0.11.5 gitdb 0.6.4 gitdb2 2.0.0 githubmirror 0.3.6 GitPython 0.3.6 GitPython 0.3.2.RC1 GmdhPy 0.1.1a0 graphviz 0.5.2 greenlet 0.4.10 py35_0 h5py 2.6.0 np111py35_2 hdf5 1.8.15.1 vc14_4 [vc14] heapdict 1.0.0 py35_1 icu 57.1 vc14_0 [vc14] idna 2.1 py35_0 imagesize 0.7.1 py35_0 ipykernel 4.5.0 py35_0 ipython 5.1.0 py35_0 ipython_genutils 0.1.0 py35_0 ipywidgets 5.2.2 py35_0 isodate 0.5.4 itsdangerous 0.24 py35_0 jdcal 1.2 py35_1 jedi 0.9.0 py35_1 jieba 0.38 jinja2 2.8 py35_1 jmespath 0.9.3 jpeg 8d vc14_2 [vc14] JsonForm 0.0.2 jsonschema 2.5.1 py35_0 JsonSir 0.0.2 jupyter 1.0.0 py35_3 jupyter_client 4.4.0 py35_0 jupyter_console 5.0.0 py35_0 jupyter_core 4.2.0 py35_0 Lasagne 0.1 lazy-object-proxy 1.2.1 py35_0 lda 1.0.5 libdynd 0.7.2 0 libpng 1.6.22 vc14_0 [vc14] libpython 2.0 py35_0 libtiff 4.0.6 vc14_2 [vc14] lightfm 1.13 lightgbm 0.2 llvmlite 0.13.0 py35_0 locket 0.2.0 py35_1 lxml 3.6.4 py35_0 m2w64-dsdp 5.8 1 m2w64-fftw 3.3.4 6 m2w64-gcc-libgfortran 5.3.0 6 m2w64-gcc-libs 5.3.0 7 m2w64-gcc-libs-core 5.3.0 7 m2w64-glpk 4.61 1 m2w64-gmp 6.1.0 2 m2w64-gsl 2.1 2 m2w64-libwinpthread-git 5.0.0.4634.697f757 2 m2w64-openblas 0.2.19 1 markupsafe 0.23 py35_2 matplotlib 1.5.3 np111py35_0 menuinst 1.4.1 py35_0 mingw 4.7 1 mistune 0.7.3 py35_0 mkl 2017.0.1 0 mkl-service 1.1.2 py35_2 mpmath 0.19 py35_1 msys2-conda-epoch 20160418 1 multipledispatch 0.4.8 py35_0 multitasking 0.0.5 murmurhash 0.26.4 nb_anacondacloud 1.2.0 py35_0 nb_conda 2.0.0 py35_0 nb_conda_kernels 2.0.0 py35_0 nbconvert 4.2.0 py35_0 nbformat 4.1.0 py35_0 nbpresent 3.0.2 py35_0 networkx 1.11 py35_0 networkx 2.0.dev20170330210935 nltk 3.2 nltk 3.2.1 py35_0 nose 1.3.7 py35_1 notebook 4.2.3 py35_0 numba 0.28.1 np111py35_0 numexpr 2.6.2 np111py35_0 numpy 1.11.3 py35_0 numpy 1.14.0 odo 0.5.0 py35_1 openpyxl 2.3.2 py35_0 openssl 1.0.2l vc14_0 [vc14] conda-forge pandas 0.22.0 pandas 0.18.1 np111py35_0 pandas-datareader 0.5.0 partd 0.3.6 py35_0 path.py 8.2.1 py35_0 pathlib2 2.1.0 py35_0 patsy 0.4.1 py35_0 pbr 3.1.1 pep8 1.7.0 py35_0 pickleshare 0.7.4 py35_0 pillow 3.3.1 py35_0 pip 9.0.1 pip 8.1.2 py35_0 pkginfo 1.3.2 py35_0 ply 3.9 py35_0 prompt_toolkit 1.0.3 py35_0 protobuf 3.0.0 psutil 4.3.1 py35_0 py 1.4.31 py35_0 pyasn1 0.1.9 py35_0 pycosat 0.6.1 py35_1 pycparser 2.14 py35_1 pycrypto 2.6.1 py35_4 pycurl 7.43.0 py35_0 pyflakes 1.3.0 py35_0 PyGithub 1.34 pygments 2.1.3 py35_0 PyJWT 1.5.0 pylint 1.5.4 py35_1 pymongo 3.4.0 Pympler 0.5 pyopenssl 16.2.0 py35_0 pyparsing 2.1.4 py35_0 pyqt 5.6.0 py35_0 pytables 3.2.2 np111py35_4 pytest 2.9.2 py35_0 python 3.5.2 0 python-dateutil 2.5.3 py35_0 Python-EasyConfig 0.1.6 pytz 2016.6.1 py35_0 pywavelets 0.5.2 np111py35_0 pywin32 220 py35_1 pywsd 1.0.4 pyyaml 3.12 py35_0 pyzmq 15.4.0 py35_0 qt 5.6.0 vc14_0 [vc14] qtawesome 0.3.3 py35_0 qtconsole 4.2.1 py35_2 qtpy 1.1.2 py35_0 rdflib 4.0.1 requests 2.13.0 py35_0 requests 2.6.0 requests-file 1.4.2 requests-ftp 0.3.1 Resource 0.2.0 rope 0.9.4 py35_1 ruamel_yaml 0.11.14 py35_0 s3fs 0.1.3 s3transfer 0.1.12 savReaderWriter 3.4.2 scikit-image 0.13.0 np111py35_0 scikit-learn 0.18.1 np111py35_1 scikit-learn 0.19.0 scikit-neuralnetwork 0.7 scikit-rvm 0.1.0a1 scikit-surprise 1.0.3 scipy 0.19.0 np111py35_0 scipy 1.0.0 seaborn 0.7.1 setuptools 27.2.0 py35_1 simplegeneric 0.8.1 py35_1 simplejson 3.12.0 singledispatch 3.4.0.3 py35_0 sip 4.18 py35_0 six 1.9.0 six 1.10.0 py35_0 sklearn 0.0 sklearn-contrib-lightning 0.4.0 np111py35_0 conda-forge smart-open 1.4.0 smmap 0.9.0 smmap2 2.0.1 snowballstemmer 1.2.1 py35_0 sockjs-tornado 1.0.3 py35_0 sortedcontainers 1.5.9 SPARQLWrapper 1.5.2 sphinx 1.4.6 py35_0 spyder 3.0.0 py35_0 sqlalchemy 1.0.13 py35_0 statsmodels 0.6.1 np111py35_1 sympy 1.0 py35_0 tabulate 0.7.7 tblib 1.3.2 Theano 0.8.2 tk 8.5.18 vc14_0 [vc14] toolz 0.8.0 py35_0 toolz 0.9.0 toposort 1.5 tornado 4.5.3 tornado 4.4.1 py35_0 tqdm 4.19.5 traitlets 4.3.0 py35_0 treelib 1.4.0 unicodecsv 0.14.1 py35_0 vc 14 0 conda-forge vs2015_runtime 14.0.25123 0 watermark 1.3.4 wcwidth 0.1.7 py35_0 werkzeug 0.11.11 py35_0 wheel 0.29.0 py35_0 widgetsnbextension 1.2.6 py35_0 win_unicode_console 0.5 py35_0 wrapt 1.10.6 py35_0 ws4py 0.3.5 xgboost 0.6 xlearn 0.11a1 xlrd 1.0.0 py35_0 xlsxwriter 0.9.3 py35_0 xlwings 0.10.0 py35_0 xlwt 1.1.2 py35_0 yahoo-finance 1.4.0 zlib 1.2.8 vc14_3 [vc14]

C:\WINDOWS\System32>

Sandy4321 commented 6 years ago

Microsoft Windows [Version 10.0.16299.125] (c) 2017 Microsoft Corporation. All rights reserved.

C:\WINDOWS\System32>pip freeze alabaster==0.7.9 anaconda-clean==1.0 anaconda-client==1.5.1 anaconda-navigator==1.3.1 argcomplete==1.0.0 astroid==1.4.7 astropy==1.2.1 Babel==2.3.4 backports.shutil-get-terminal-size==1.0.0 beautifulsoup4==4.5.1 bitarray==0.8.1 blaze==0.10.1 bokeh==0.12.2 boto==2.42.0 boto3==1.5.24 botocore==1.8.38 Bottleneck==1.1.0 brewer2mpl==1.4.1 bz2file==0.98 catboost==0.1.1.3 cffi==1.7.0 CHAID==5.0.2 chest==0.2.3 choix==0.2.0 click==6.6 cloudpickle==0.5.2 clyent==1.2.2 cntk==2.3 colorama==0.3.7 comtypes==1.1.2 conda==4.3.29 conda-build==2.0.2 configobj==5.0.6 contextlib2==0.5.3 cryptography==1.5 cvxopt==0+unknown cycler==0.10.0 cymem==1.31.2 Cython==0.25.2 cytoolz==0.8.0 dask==0.11.0 datashape==0.5.2 decorator==4.0.10 dill==0.2.5 docopt==0.6.2 docutils==0.12 dynd===c328ab7 empath==0.89 enum34==1.1.6 et-xmlfile==1.0.1 fastcache==1.0.2 featuretools==0.1.17 filelock==2.0.6 Flask==0.11.1 Flask-Cors==2.1.2 future==0.16.0 gensim==1.0.1 GephiStreamer==2.0.3 gevent==1.1.2 ggplot==0.11.5 gitdb==0.6.4 gitdb2==2.0.0 github-cloner==0.1 githubmirror==0.3.6 GitPython==0.3.2rc1 GmdhPy==0.1.1a0 graphviz==0.5.2 greenlet==0.4.10 h5py==2.6.0 HeapDict==1.0.0 idna==2.1 imagesize==0.7.1 ipykernel==4.5.0 ipython==5.1.0 ipython-genutils==0.1.0 ipywidgets==5.2.2 isodate==0.5.4 itsdangerous==0.24 jdcal==1.2 jedi==0.9.0 jieba==0.38 Jinja2==2.8 jmespath==0.9.3 JsonForm==0.0.2 jsonschema==2.5.1 JsonSir==0.0.2 jupyter==1.0.0 jupyter-client==4.4.0 jupyter-console==5.0.0 jupyter-core==4.2.0 Lasagne==0.1 lazy-object-proxy==1.2.1 lda==1.0.5 lightfm==1.13 lightgbm==0.2 llvmlite==0.13.0 locket==0.2.0 lxml==3.6.4 MarkupSafe==0.23 matplotlib==1.5.3 menuinst==1.4.1 mistune==0.7.3 mpmath==0.19 multipledispatch==0.4.8 multitasking==0.0.5 murmurhash==0.26.4 nb-anacondacloud==1.2.0 nb-conda==2.0.0 nb-conda-kernels==2.0.0 nbconvert==4.2.0 nbformat==4.1.0 nbpresent==3.0.2 networkx==2.0.dev20170330210935 nltk==3.2 nose==1.3.7 notebook==4.2.3 numba==0.28.1 numexpr==2.6.2 numpy==1.14.0 odo==0.5.0 openpyxl==2.3.2 pandas==0.22.0 pandas-datareader==0.5.0 partd==0.3.6 path.py==0.0.0 pathlib2==2.1.0 patsy==0.4.1 pbr==3.1.1 pep8==1.7.0 pickleshare==0.7.4 Pillow==3.3.1 pkginfo==1.3.2 ply==3.9 prompt-toolkit==1.0.3 protobuf==3.0.0 psutil==4.3.1 py==1.4.31 pyasn1==0.1.9 pycosat==0.6.1 pycparser==2.14 pycrypto==2.6.1 pycurl==7.43.0 pyflakes==1.3.0 PyGithub==1.34 Pygments==2.1.3 PyJWT==1.5.0 pylint==1.5.4 pymongo==3.4.0 Pympler==0.5 pyOpenSSL==16.2.0 pyparsing==2.1.4 pytest==2.9.2 python-dateutil==2.5.3 Python-EasyConfig==0.1.6 pytz==2016.6.1 PyWavelets==0.5.2 pywin32==220 pywsd==1.0.4 PyYAML==3.12 pyzmq==15.4.0 QtAwesome==0.3.3 qtconsole==4.2.1 QtPy==1.1.2 rdflib==4.0.1 requests==2.13.0 requests-file==1.4.2 requests-ftp==0.3.1 Resource==0.2.0 rope-py3k==0.9.4.post1 ruamel-yaml===-VERSION s3fs==0.1.3 s3transfer==0.1.12 savReaderWriter==3.4.2 scikit-image==0.13.0 scikit-learn==0.19.0 scikit-neuralnetwork==0.7 scikit-rvm==0.1.0a1 scikit-surprise==1.0.3 scipy==1.0.0 seaborn==0.7.1 simplegeneric==0.8.1 simplejson==3.12.0 singledispatch==3.4.0.3 six==1.9.0 sklearn==0.0 sklearn-contrib-lightning==0.4.0 smart-open==1.4.0 smmap==0.9.0 smmap2==2.0.1 snowballstemmer==1.2.1 sockjs-tornado==1.0.3 sortedcontainers==1.5.9 SPARQLWrapper==1.5.2 sphinx==1.4.6 spyder==3.0.0 SQLAlchemy==1.0.13 statsmodels==0.6.1 sympy==1.0 tables==3.2.2 tabulate==0.7.7 tblib==1.3.2 Theano==0.8.2 toolz==0.9.0 toposort==1.5 tornado==4.5.3 tqdm==4.19.5 traitlets==4.3.0 treelib==1.4.0 unicodecsv==0.14.1 watermark==1.3.4 wcwidth==0.1.7 Werkzeug==0.11.11 widgetsnbextension==1.2.6 win-unicode-console==0.5 wrapt==1.10.6 ws4py==0.3.5 xgboost==0.6 xlearn==0.11a1 xlrd==1.0.0 XlsxWriter==0.9.3 xlwings==0.10.0 xlwt==1.1.2 yahoo-finance==1.4.0

C:\WINDOWS\System32>

rwedge commented 6 years ago

Looking at the output of pip freeze the featuretools package has been installed but msgpack-python has not. Building a wheel of the latest version of msgpack-python is failing. You could try installing the most recent version via conda with conda install -c conda-forge msgpack-python. This seems like it’s not necessarily a Featuretools-specific problem, so I’m going to close this issue. Feel free to reach out on gitter if you’re still having trouble.

Sandy4321 commented 6 years ago

ok done Microsoft Windows [Version 10.0.16299.309] (c) 2017 Microsoft Corporation. All rights reserved.

E:>conda install -c conda-forge msgpack-python Solving environment: done

==> WARNING: A newer version of conda exists. <== current version: 4.4.10 latest version: 4.4.11

Please update conda by running

$ conda update -n base conda

Package Plan

environment location: C:\Users\sndr\Anaconda3

added / updated specs:

The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
certifi-2018.1.18          |           py36_0         144 KB  conda-forge

The following packages will be UPDATED:

certifi: 2018.1.18-py36_0 --> 2018.1.18-py36_0 conda-forge

Proceed ([y]/n)? y

Downloading and Extracting Packages certifi 2018.1.18: ############################################################################################ | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done

E:>

Sandy4321 commented 6 years ago

but which version of Visual Studio needed?

vjzo commented 5 years ago

I use windows and I am facing the following problem when i try and install featuretools

Collecting featuretools Using cached https://files.pythonhosted.org/packages/78/2a/8cee22677c82c6ecdaa6ffb320ea4384bfeb859ad620319684793b313326/featuretools-0.7.0-py3-none-any.whl Collecting psutil>=5.4.8 (from featuretools) Using cached https://files.pythonhosted.org/packages/16/6a/cc5ba8d7e3ada0d4621d493dbdcb43ed38f3549642916a14c9e070add21a/psutil-5.6.1-cp36-cp36m-win_amd64.whl Requirement already satisfied: numpy>=1.13.3 in c:\users\vjred\anaconda3\lib\site-packages (from featuretools) (1.15.4) Requirement already satisfied: toolz>=0.8.2 in c:\users\vjred\anaconda3\lib\site-packages (from featuretools) (0.8.2) Requirement already satisfied: pyyaml>=3.12 in c:\users\vjred\anaconda3\lib\site-packages (from featuretools) (3.12) Collecting distributed>=1.24.2 (from featuretools) Using cached https://files.pythonhosted.org/packages/a0/83/c1ce8abc42efc520c23a0575c3d191438f74cb710cda98b4a55490244ece/distributed-1.26.1-py2.py3-none-any.whl Collecting click>=7.0.0 (from featuretools) Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl Requirement already satisfied: scikit-learn>=0.20.0 in c:\users\vjred\anaconda3\lib\site-packages (from featuretools) (0.20.2) Requirement already satisfied: tqdm>=4.19.2 in c:\users\vjred\anaconda3\lib\site-packages (from featuretools) (4.28.1) Collecting cloudpickle>=0.4.0 (from featuretools) Using cached https://files.pythonhosted.org/packages/6e/bc/67f13115adcce4efc5e4d7f8220fb9a50aaa2b5c7ed460b26cbb76aa76ad/cloudpickle-0.8.1-py2.py3-none-any.whl Collecting dask>=1.1.0 (from featuretools) Using cached https://files.pythonhosted.org/packages/0e/c3/dc200eac6927d99b2ba7746ac173b238d56fef7c89d811b5e842560def90/dask-1.1.5-py2.py3-none-any.whl Requirement already satisfied: pandas>=0.23.0 in c:\users\vjred\anaconda3\lib\site-packages (from featuretools) (0.24.1) Requirement already satisfied: future>=0.16.0 in c:\users\vjred\anaconda3\lib\site-packages (from featuretools) (0.17.1) Collecting msgpack (from distributed>=1.24.2->featuretools) Using cached https://files.pythonhosted.org/packages/8b/fa/975afb5122b563729b93d99b321e3323dee32cdb20b581b5e231d2b49161/msgpack-0.6.1-cp36-cp36m-win_amd64.whl Requirement already satisfied: six in c:\users\vjred\anaconda3\lib\site-packages (from distributed>=1.24.2->featuretools) (1.10.0) Collecting tblib (from distributed>=1.24.2->featuretools) Using cached https://files.pythonhosted.org/packages/4a/82/1b9fba6e93629a8557f9784cd8f1ae063c8762c26446367a6764edd328ce/tblib-1.3.2-py2.py3-none-any.whl Collecting sortedcontainers!=2.0.0,!=2.0.1 (from distributed>=1.24.2->featuretools) Using cached https://files.pythonhosted.org/packages/13/f3/cf85f7c3a2dbd1a515d51e1f1676d971abe41bba6f4ab5443240d9a78e5b/sortedcontainers-2.1.0-py2.py3-none-any.whl Collecting tornado>=5 (from distributed>=1.24.2->featuretools) Using cached https://files.pythonhosted.org/packages/9d/76/8a52c49e0a7e2638442f379d34f55232c773d4df7f69b297e451c980f99d/tornado-6.0.2-cp36-cp36m-win_amd64.whl Collecting zict>=0.1.3 (from distributed>=1.24.2->featuretools) Using cached https://files.pythonhosted.org/packages/bd/45/a2e6f95a850cd407d785f2f8624b02e72baf6ab910aea4bdcac7e18b4871/zict-0.1.4-py2.py3-none-any.whl Requirement already satisfied: scipy>=0.13.3 in c:\users\vjred\anaconda3\lib\site-packages (from scikit-learn>=0.20.0->featuretools) (0.18.1) Requirement already satisfied: python-dateutil>=2.5.0 in c:\users\vjred\anaconda3\lib\site-packages (from pandas>=0.23.0->featuretools) (2.6.0) Requirement already satisfied: pytz>=2011k in c:\users\vjred\anaconda3\lib\site-packages (from pandas>=0.23.0->featuretools) (2016.10) Requirement already satisfied: heapdict in c:\users\vjred\anaconda3\lib\site-packages (from zict>=0.1.3->distributed>=1.24.2->featuretools) (1.0.0) Installing collected packages: psutil, cloudpickle, msgpack, click, tblib, sortedcontainers, tornado, zict, dask, distributed, featuretools Found existing installation: psutil 5.0.1 Cannot uninstall 'psutil'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

can someone guide me for this. many thanks.