Skip to content

Instantly share code, notes, and snippets.

@mbforbes
Created September 22, 2017 22:23
Show Gist options
  • Save mbforbes/0fdf4b842b4f6abde5aaadcc86228547 to your computer and use it in GitHub Desktop.
Save mbforbes/0fdf4b842b4f6abde5aaadcc86228547 to your computer and use it in GitHub Desktop.
Full mypy output for torch IntTensor vs FloatTensor
$ mypy mypy_minimal_example.py
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:45: error: Cannot find module named 'DLFCN'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:48: error: Cannot find module named 'torch._dl'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:48: note: (Perhaps setting MYPYPATH or using the "--ignore-missing-imports" flag would help)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:53: error: Cannot find module named 'torch._C'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/_import_tools.py:352: error: Cannot assign to a type
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:13: error: No library stub file for standard library module 'ctypes'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:13: note: (Stub files are from https://github.com/python/typeshed)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:16: error: No library stub file for standard library module 'multiprocessing.util'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/__init__.py:98: error: No library stub file for standard library module 'copyreg'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/__init__.py:28: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/random/__init__.py:99: error: No library stub file for module 'numpy.random.mtrand'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:59: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:62: error: No library stub file for standard library module 'ctypes'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/autograd/variable.py:102: error: Cannot find module named 'copy_reg'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/autograd/variable.py:104: error: No library stub file for standard library module 'copyreg'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/multiprocessing/reductions.py:5: error: No library stub file for standard library module 'multiprocessing.reduction'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/multiprocessing/reductions.py:13: error: No library stub file for standard library module 'multiprocessing.resource_sharer'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/decorators.py:123: error: No library stub file for module 'nose'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/nosetester.py:237: error: No library stub file for module 'scipy'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/nosetester.py:278: error: No library stub file for module 'nose'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/nosetester.py:278: error: No library stub file for module 'nose.plugins'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/nosetester.py:278: error: No library stub file for module 'nose.plugins.builtin'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:16: error: No library stub file for standard library module 'unittest.case'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:59: error: No library stub file for module 'nose'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:179: error: Cannot find module named 'win32pdh'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/_internal.py:13: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:90: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numeric.py:11: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numeric.py:25: error: No library stub file for module 'numpy.core.umath'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:24: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:14: error: No library stub file for module 'numpy.core.umath'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/shape_base.py:9: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/einsumfunc.py:7: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/index_tricks.py:15: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:17: error: No library stub file for module 'numpy.core.umath'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:27: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/shape_base.py:10: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/utils.py:494: error: No library stub file for standard library module 'pydoc'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/npyio.py:14: error: No library stub file for module 'numpy.core.multiarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/misc_util.py:19: error: No library stub file for standard library module 'dummy_threading'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/misc_util.py:39: error: Cannot find module named 'sets'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:36: error: No library stub file for module 'numpy.core.umath'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/extras.py:38: error: No library stub file for module 'numpy.core.umath'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/noseclasses.py:14: error: No library stub file for module 'nose.plugins'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/noseclasses.py:15: error: No library stub file for module 'nose.plugins.errorclass'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/noseclasses.py:16: error: No library stub file for module 'nose.plugins.base'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/noseclasses.py:17: error: No library stub file for module 'nose.util'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/cpuinfo.py:494: error: Cannot find module named 'winreg'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/cpuinfo.py:496: error: Cannot find module named '_winreg'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_datasource.py:264: error: Cannot find module named 'urlparse'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_datasource.py:287: error: Cannot find module named 'urllib2'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:1657: error: Cannot assign to a type
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2009: error: Cannot find module named 'Numeric'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2014: error: Cannot find module named 'numarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/__init__.py:75: error: Cannot find module named 'torch.distributed.collectives'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/__init__.py:10: error: No library stub file for module 'setuptools.extern.six.moves'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:44: error: No library stub file for module 'setuptools.extern.six.moves'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/py31compat.py:25: error: Name 'TemporaryDirectory' already defined (possibly by an import)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/sandbox.py:377: error: Cannot find module named 'win32com.client.gencache'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:53: error: Name 'CertificateError' already defined (possibly by an import)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/egg_info.py:36: error: Cannot find module named 'setuptools_svn'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/pkg_resources/__init__.py:49: error: No library stub file for module 'pkg_resources.extern.six.moves'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/pkg_resources/__init__.py:652: error: Cannot find module named '__main__'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/py36compat.py:135: error: Name 'sdist_add_defaults' already defined on line 9
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/diagnose.py:51: error: Cannot find module named 'numpy_distutils'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/diagnose.py:91: error: Cannot find module named 'numpy_distutils.command'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/diagnose.py:91: error: Cannot find module named 'numpy_distutils.command.build_flib'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/diagnose.py:113: error: Cannot find module named 'numpy_distutils.fcompiler'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/diagnose.py:136: error: Cannot find module named 'numpy_distutils.command.cpuinfo'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/diagnose.py:142: error: Cannot find module named 'numpy_distutils.cpuinfo'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:216: error: Cannot find module named 'wincertstore'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/glob.py:13: error: No library stub file for module 'setuptools.extern.six'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/__version__.py:6: error: Cannot find module named '__svn_version__'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:5: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:6: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:7: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:8: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:9: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:10: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:11: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:13: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:14: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:15: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:16: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:17: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/__config__.py:18: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:5: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:6: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:7: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:8: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:9: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:10: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:11: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:13: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:14: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:15: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:16: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:17: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__config__.py:18: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/bdist_rpm.py:4: error: Name 'orig.bdist_rpm' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/install_data.py:6: error: Module 'distutils.command.install_data' has no attribute 'install_data'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/py26compat.py:8: error: Module 'urllib.parse' has no attribute 'splittag'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/py26compat.py:10: error: Module 'urllib' has no attribute 'splittag'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/py26compat.py:30: error: All conditional function variants must have identical signatures
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/py36compat.py:133: error: Module has no attribute "sdist"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/lib2def.py:26: error: Not enough arguments for format string
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/conv_template.py:93: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/bdist_rpm.py:8: error: Module 'distutils.command.bdist_rpm' has no attribute 'bdist_rpm'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/install_headers.py:4: error: Module 'distutils.command.install_headers' has no attribute 'install_headers'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/npy_pkg_config.py:332: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/cfuncs.py:29: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/auxfuncs.py:59: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/auxfuncs.py:60: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:156: error: Incompatible import of "outmess" (imported name has type Callable[[Any], Any], local name has type Callable[[Any, Any], Any])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:172: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:178: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:183: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:185: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:187: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:190: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:191: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:192: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:243: error: Module has no attribute "_MAXCACHE"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:3334: error: Too many arguments for "crackfortran"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:3338: error: Incompatible types in assignment (expression has type "TextIO", variable has type "int")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:3339: error: "int" has no attribute "write"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/crackfortran.py:3340: error: "int" has no attribute "close"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/capi_maps.py:18: error: Incompatible import of "__version__" (imported name has type Module, local name has type "str")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/capi_maps.py:19: error: "str" has no attribute "version"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/capi_maps.py:43: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/capi_maps.py:44: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/capi_maps.py:45: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/py31compat.py:10: error: Name 'get_config_vars' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/py31compat.py:12: error: All conditional function variants must have identical signatures
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/py31compat.py:20: error: Incompatible import of "TemporaryDirectory" (imported name has type Type[TemporaryDirectory[Any]], local name has type Type[TemporaryDirectory])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/compat/py3k.py:16: error: Cannot assign to a type
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/compat/py3k.py:25: error: Cannot determine type of 'bytes'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/pkg_resources/__init__.py:46: error: Name '_imp' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/pkg_resources/__init__.py:48: error: Module 'pkg_resources.extern' has no attribute 'six'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/pkg_resources/__init__.py:70: error: Module 'pkg_resources.extern' has no attribute 'appdirs'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/pkg_resources/__init__.py:71: error: Module 'pkg_resources.extern' has no attribute 'packaging'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/pkg_resources/__init__.py:211: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/common_rules.py:20: error: Incompatible import of "__version__" (imported name has type Module, local name has type "str")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/common_rules.py:21: error: "str" has no attribute "version"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:42: error: Incompatible import of "CertificateError" (imported name has type Type[ssl.CertificateError], local name has type Type[setuptools.ssl_support.CertificateError])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:45: error: Incompatible import of "CertificateError" (imported name has type Type[backports.ssl_match_hostname.CertificateError], local name has type Type[setuptools.ssl_support.CertificateError])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:48: error: Cannot assign to a type
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:152: error: Invalid type "setuptools.ssl_support.HTTPSHandler"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:152: error: Invalid base class
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:165: error: Invalid type "setuptools.ssl_support.HTTPSConnection"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/ssl_support.py:165: error: Invalid base class
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/sdist.py:24: error: Name 'orig.sdist' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/sdist.py:38: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/archive_util.py:9: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/sandbox.py:21: error: Name 'file' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/sandbox.py:25: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/version.py:4: error: None not callable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:532: error: Module has no attribute "BufferType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:850: error: Module has no attribute "IntType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:850: error: Module has no attribute "FloatType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:850: error: Module has no attribute "ComplexType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:851: error: Module has no attribute "LongType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:851: error: Module has no attribute "BooleanType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:852: error: Module has no attribute "StringType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:852: error: Module has no attribute "UnicodeType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:852: error: Module has no attribute "BufferType"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numerictypes.py:858: error: Incompatible types in assignment (expression has type Tuple[Any, ...], variable has type List[Any])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/_import_tools.py:352: error: Cannot assign to a type
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/_import_tools.py:352: error: Cannot assign multiple types to name "PackageLoader" without an explicit "Type[...]" annotation
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/install_scripts.py:9: error: Name 'orig.install_scripts' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/dist.py:11: error: Module 'distutils.errors' has no attribute 'DistutilsOptionError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/dist.py:11: error: Module 'distutils.errors' has no attribute 'DistutilsPlatformError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/dist.py:11: error: Module 'distutils.errors' has no attribute 'DistutilsSetupError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/dist.py:17: error: Module 'pkg_resources.extern' has no attribute 'packaging'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/dist.py:215: error: Invalid type "setuptools.dist._Distribution"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/dist.py:215: error: Invalid base class
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/extension.py:32: error: Invalid type "setuptools.extension._Extension"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/extension.py:32: error: Invalid base class
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/__init__.py:117: error: Invalid type "setuptools._Command"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/__init__.py:117: error: Invalid base class
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/package_index.py:13: error: Module 'urllib.parse' has no attribute 'splituser'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/package_index.py:28: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/Command/__init__.py:8: error: Module 'distutils.command.bdist' has no attribute 'bdist'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/__init__.py:8: error: Module 'distutils.command.bdist' has no attribute 'bdist'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/setopt.py:3: error: Module 'distutils.errors' has no attribute 'DistutilsOptionError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/bdist_egg.py:5: error: Module 'distutils.errors' has no attribute 'DistutilsSetupError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/bdist_egg.py:28: error: Module 'distutils.sysconfig' has no attribute 'get_python_version'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/egg_info.py:6: error: Module 'distutils.errors' has no attribute 'DistutilsInternalError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/egg_info.py:27: error: Module 'pkg_resources' has no attribute 'iter_entry_points'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/egg_info.py:33: error: Module 'pkg_resources.extern' has no attribute 'packaging'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:17: error: Module 'distutils.errors' has no attribute 'DistutilsArgError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:17: error: Module 'distutils.errors' has no attribute 'DistutilsOptionError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:17: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:17: error: Module 'distutils.errors' has no attribute 'DistutilsPlatformError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:21: error: Module 'distutils.command.install' has no attribute 'INSTALL_SCHEMES'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:21: error: Module 'distutils.command.install' has no attribute 'SCHEME_KEYS'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:23: error: Module 'distutils.command.build_scripts' has no attribute 'first_line_re'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:55: error: Module 'pkg_resources' has no attribute 'resource_string'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:1657: error: Cannot assign to a type
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:1657: error: Cannot assign multiple types to name "PthDistributions" without an explicit "Type[...]" annotation
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/monkey.py:16: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:1902: error: All conditional function variants must have identical signatures
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:1920: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/easy_install.py:1921: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/develop.py:3: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/develop.py:3: error: Module 'distutils.errors' has no attribute 'DistutilsOptionError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/install.py:1: error: Module 'distutils.errors' has no attribute 'DistutilsArgError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/install.py:12: error: Module has no attribute "install"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/install.py:15: error: Name 'orig.install' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/install.py:18: error: Module has no attribute "install"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/install.py:23: error: Module has no attribute "install"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/setuptools/command/install.py:123: error: Module has no attribute "install"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/install.py:8: error: Name 'old_install_mod' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/install.py:12: error: Module has no attribute "install"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/install.py:14: error: Invalid type "numpy.distutils.command.install.old_install"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/install.py:14: error: Invalid base class
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/misc_util.py:14: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/misc_util.py:15: error: Module 'distutils.msvccompiler' has no attribute 'get_build_architecture'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/_internal.py:18: error: Module 'numpy.core.numerictypes' has no attribute 'object_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/log.py:6: error: Module 'distutils.log' has no attribute 'Log'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/log.py:7: error: Module 'distutils.log' has no attribute '_global_log'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/log.py:85: error: Name 'DEBUG' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/log.py:86: error: Name 'INFO' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/log.py:87: error: Name 'WARN' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/log.py:88: error: Name 'ERROR' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/log.py:89: error: Name 'FATAL' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/sdist.py:7: error: Module 'distutils.command.sdist' has no attribute 'sdist'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/records.py:298: error: Invalid type "numpy.core.records.ndarray"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/records.py:298: error: Invalid base class
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/matrixlib/defmatrix.py:8: error: Module 'numpy.core.numeric' has no attribute 'concatenate'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'asarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'zeros'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'empty'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'empty_like'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'transpose'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'intc'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'single'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'double'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'csingle'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'cdouble'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'inexact'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'complexfloating'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'newaxis'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'ravel'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'all'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'Inf'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'dot'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'add'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'multiply'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'sqrt'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'maximum'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'fastCopyAndTranspose'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'sum'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'isfinite'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'size'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'finfo'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'errstate'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'geterrobj'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'longdouble'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'rollaxis'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'amin'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'amax'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'product'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'abs'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'broadcast'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'atleast_2d'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'intp'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'asanyarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'isscalar'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'object_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:21: error: Module 'numpy.core' has no attribute 'ones'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:29: error: Module 'numpy.lib' has no attribute 'triu'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:29: error: Module 'numpy.lib' has no attribute 'asfarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:30: error: Module 'numpy.linalg' has no attribute 'lapack_lite'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/linalg/linalg.py:30: error: Module 'numpy.linalg' has no attribute '_umath_linalg'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/utils.py:10: error: Module 'numpy.core' has no attribute 'ndarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/utils.py:10: error: Module 'numpy.core' has no attribute 'ufunc'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/utils.py:10: error: Module 'numpy.core' has no attribute 'asarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:15: error: Module 'numpy.core' has no attribute 'isscalar'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:15: error: Module 'numpy.core' has no attribute 'abs'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:15: error: Module 'numpy.core' has no attribute 'finfo'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:15: error: Module 'numpy.core' has no attribute 'atleast_1d'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:15: error: Module 'numpy.core' has no attribute 'hstack'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:15: error: Module 'numpy.core' has no attribute 'dot'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:15: error: Module 'numpy.core' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:15: error: Module 'numpy.core' has no attribute 'ones'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:20: error: Module 'numpy.linalg' has no attribute 'eigvals'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:20: error: Module 'numpy.linalg' has no attribute 'lstsq'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/polynomial.py:20: error: Module 'numpy.linalg' has no attribute 'inv'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'absolute'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'arange'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'zeros'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'greater_equal'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'multiply'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'where'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'int8'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'int16'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'int32'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'int64'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'empty'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'promote_types'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'diagonal'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:10: error: Module 'numpy.core' has no attribute 'iinfo'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/twodim_base.py:10: error: Module 'numpy.core' has no attribute 'transpose'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/shape_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'zeros'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/shape_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'concatenate'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/shape_base.py:6: error: Module 'numpy.core.numeric' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/shape_base.py:11: error: Module 'numpy.core' has no attribute 'vstack'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/shape_base.py:11: error: Module 'numpy.core' has no attribute 'atleast_3d'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:11: error: Module 'numpy.core' has no attribute 'linspace'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:11: error: Module 'numpy.core' has no attribute 'atleast_1d'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:11: error: Module 'numpy.core' has no attribute 'atleast_2d'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:11: error: Module 'numpy.core' has no attribute 'transpose'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'zeros'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'arange'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'concatenate'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'empty'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'empty_like'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'ndarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'around'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'floor'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'ceil'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'take'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'dot'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'where'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'intp'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'integer'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'absolute'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:12: error: Module 'numpy.core.numeric' has no attribute 'AxisError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/function_base.py:24: error: Module 'numpy.core.numerictypes' has no attribute 'number'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/index_tricks.py:7: error: Module 'numpy.core.numeric' has no attribute 'ScalarType'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/index_tricks.py:7: error: Module 'numpy.core.numeric' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/index_tricks.py:7: error: Module 'numpy.core.numeric' has no attribute 'alltrue'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/index_tricks.py:7: error: Module 'numpy.core.numeric' has no attribute 'cumprod'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/index_tricks.py:7: error: Module 'numpy.core.numeric' has no attribute 'arange'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:12: error: Module 'numpy.core.numeric' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:12: error: Module 'numpy.core.numeric' has no attribute 'isnan'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:12: error: Module 'numpy.core.numeric' has no attribute 'zeros'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/einsumfunc.py:8: error: Module 'numpy.core.numeric' has no attribute 'result_type'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/shape_base.py:8: error: Module 'numpy.core.numeric' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:13: error: Module 'numpy.core.numeric' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/function_base.py:7: error: Module 'numpy.core.numeric' has no attribute 'result_type'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/function_base.py:7: error: Module 'numpy.core.numeric' has no attribute 'shares_memory'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/function_base.py:7: error: Module 'numpy.core.numeric' has no attribute 'MAY_SHARE_BOUNDS'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/function_base.py:7: error: Module 'numpy.core.numeric' has no attribute 'TooHardError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/memmap.py:4: error: Module 'numpy.core.numeric' has no attribute 'uint8'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/memmap.py:4: error: Module 'numpy.core.numeric' has no attribute 'ndarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/memmap.py:4: error: Module 'numpy.core.numeric' has no attribute 'dtype'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:21: error: Module 'numpy.core.numerictypes' has no attribute 'string_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:21: error: Module 'numpy.core.numerictypes' has no attribute 'unicode_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:21: error: Module 'numpy.core.numerictypes' has no attribute 'integer'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:21: error: Module 'numpy.core.numerictypes' has no attribute 'object_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:21: error: Module 'numpy.core.numerictypes' has no attribute 'bool_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:21: error: Module 'numpy.core.numerictypes' has no attribute 'character'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:22: error: Module 'numpy.core.numeric' has no attribute 'ndarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:22: error: Module 'numpy.core.numeric' has no attribute 'compare_chararrays'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/defchararray.py:23: error: Module 'numpy.core.numeric' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/fromnumeric.py:10: error: Module 'numpy' has no attribute 'VisibleDeprecationWarning'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/fromnumeric.py:14: error: Module 'numpy.core.numeric' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/fromnumeric.py:14: error: Module 'numpy.core.numeric' has no attribute 'concatenate'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/fromnumeric.py:35: error: Cannot assign to a type
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numeric.py:29: error: Module 'numpy.core.numerictypes' has no attribute 'longlong'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numeric.py:29: error: Module 'numpy.core.numerictypes' has no attribute 'intc'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numeric.py:29: error: Module 'numpy.core.numerictypes' has no attribute 'int_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numeric.py:29: error: Module 'numpy.core.numerictypes' has no attribute 'float_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numeric.py:29: error: Module 'numpy.core.numerictypes' has no attribute 'complex_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/numeric.py:29: error: Module 'numpy.core.numerictypes' has no attribute 'bool_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:18: error: Module 'numpy.core' has no attribute 'float32'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:18: error: Module 'numpy.core' has no attribute 'empty'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:18: error: Module 'numpy.core' has no attribute 'arange'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:18: error: Module 'numpy.core' has no attribute 'array_repr'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:18: error: Module 'numpy.core' has no attribute 'ndarray'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:18: error: Module 'numpy.core' has no attribute 'isnat'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:18: error: Module 'numpy.core' has no attribute 'array'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/__init__.py:21: error: Name 'info' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/__init__.py:45: error: Name 'memmap' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/__init__.py:60: error: Module 'numpy.core.numeric' has no attribute 'absolute'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__init__.py:162: error: Name 'info' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__init__.py:181: error: Module 'numpy.core' has no attribute 'abs'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:38: error: Module 'numpy' has no attribute 'bool_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/fft/helper.py:11: error: Module 'numpy.core' has no attribute 'integer'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:58: error: Module 'numpy' has no attribute 'integer'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:82: error: Module 'numpy' has no attribute 'intp'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:88: error: Cannot assign to a type
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/random/__init__.py:102: error: Name 'random_sample' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/fft/fftpack.py:38: error: Module 'numpy.core' has no attribute 'conjugate'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/fft/fftpack.py:38: error: Module 'numpy.core' has no attribute 'sqrt'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/fft/fftpack.py:40: error: Module 'numpy.fft' has no attribute 'fftpack_lite'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_scripts.py:6: error: Module 'distutils.command.build_scripts' has no attribute 'build_scripts'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_src.py:14: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_src.py:14: error: Module 'distutils.errors' has no attribute 'DistutilsSetupError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_src.py:46: error: Name 'build_ext.build_ext' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_clib.py:8: error: Module 'distutils.command.build_clib' has no attribute 'build_clib'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_clib.py:9: error: Module 'distutils.errors' has no attribute 'DistutilsSetupError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_clib.py:9: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/mrecords.py:24: error: Module 'numpy' has no attribute 'bool_'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build.py:5: error: Module 'distutils.command.build' has no attribute 'build'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:12: error: Module 'distutils.errors' has no attribute 'DistutilsModuleError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:12: error: Module 'distutils.errors' has no attribute 'DistutilsPlatformError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:12: error: Module 'distutils.errors' has no attribute 'CompileError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:28: error: Name 'threading' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:664: error: Name 'compiler_class' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:666: error: Name 'compiler_class' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:668: error: Name 'compiler_class' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:670: error: Name 'compiler_class' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:672: error: Name 'compiler_class' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:674: error: Name 'compiler_class' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/mingw32ccompiler.py:34: error: Module 'distutils.msvccompiler' has no attribute 'get_build_version'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/mingw32ccompiler.py:35: error: Module 'distutils.errors' has no attribute 'CompileError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/mingw32ccompiler.py:35: error: Module 'distutils.errors' has no attribute 'UnknownFileError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/mingw32ccompiler.py:37: error: Module 'numpy.distutils.misc_util' has no attribute 'get_build_architecture'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:34: error: Module 'distutils.errors' has no attribute 'DistutilsModuleError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:34: error: Module 'distutils.errors' has no attribute 'CompileError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:34: error: Module 'distutils.errors' has no attribute 'LinkError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:34: error: Module 'distutils.errors' has no attribute 'DistutilsPlatformError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/unixccompiler.py:9: error: Module 'distutils.errors' has no attribute 'CompileError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/unixccompiler.py:15: error: Name 'sys' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/config.py:11: error: Module 'distutils.command.config' has no attribute 'config'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/config.py:12: error: Module 'distutils.command.config' has no attribute 'LANG_EXT'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/config.py:15: error: Module 'distutils.ccompiler' has no attribute 'CompileError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/config.py:15: error: Module 'distutils.ccompiler' has no attribute 'LinkError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:142: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_ext.py:11: error: Module 'distutils.command.build_ext' has no attribute 'build_ext'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_ext.py:12: error: Module 'distutils.errors' has no attribute 'DistutilsSetupError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_ext.py:12: error: Module 'distutils.errors' has no attribute 'DistutilsError'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_ext.py:19: error: Module 'numpy.distutils.misc_util' has no attribute 'get_build_architecture'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/misc_util.py:25: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/misc_util.py:361: error: All conditional function variants must have identical signatures
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/misc_util.py:733: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/_internal.py:229: error: Callable[[], Any] has no attribute "cache"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/install_clib.py:11: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:522: error: Module has no attribute "integer"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:526: error: Module has no attribute "integer"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:526: error: Module has no attribute "int64"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:527: error: Module has no attribute "int64"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:529: error: List item 3 has incompatible type "Tuple[Any, Any, bytes]"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:529: error: Module has no attribute "floating"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:529: error: Cannot determine type of 'nan'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:530: error: Cannot determine type of 'nan'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:531: error: Module has no attribute "longdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:531: error: Cannot determine type of 'nan'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/_iotools.py:532: error: Module has no attribute "string_"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/laguerre.py:187: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/laguerre.py:190: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/laguerre.py:193: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/laguerre.py:196: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/laguerre.py:1798: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/laguerre.py:1799: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite_e.py:190: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite_e.py:193: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite_e.py:196: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite_e.py:199: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite_e.py:1845: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite_e.py:1846: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite.py:190: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite.py:193: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite.py:196: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite.py:199: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite.py:1848: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/hermite.py:1849: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/legendre.py:219: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/legendre.py:222: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/legendre.py:225: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/legendre.py:228: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/legendre.py:1828: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/legendre.py:1829: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/chebyshev.py:445: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/chebyshev.py:448: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/chebyshev.py:451: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/chebyshev.py:454: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/chebyshev.py:2074: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/chebyshev.py:2075: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/polynomial.py:82: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/polynomial.py:85: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/polynomial.py:88: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/polynomial.py:91: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/polynomial.py:1639: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/polynomial/polynomial.py:1640: error: Module has no attribute "array"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/utils.py:699: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/mixins.py:9: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/index_tricks.py:239: error: Module has no attribute "matrix"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:562: error: Module has no attribute "half"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:562: error: Module has no attribute "single"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:562: error: Module has no attribute "double"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:562: error: Module has no attribute "longdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:563: error: Module has no attribute "csingle"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:563: error: Module has no attribute "cdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:563: error: Module has no attribute "clongdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:564: error: Module has no attribute "half"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:565: error: Module has no attribute "single"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:566: error: Module has no attribute "double"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:567: error: Module has no attribute "longdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:568: error: Module has no attribute "csingle"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:569: error: Module has no attribute "cdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/type_check.py:570: error: Module has no attribute "clongdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:35: error: Module has no attribute "csingle"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:35: error: Module has no attribute "single"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:36: error: Module has no attribute "complex_"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:36: error: Module has no attribute "float_"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:37: error: Module has no attribute "clongfloat"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:37: error: Module has no attribute "longfloat"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:44: error: Module has no attribute "double"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:45: error: Module has no attribute "int64"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:48: error: Module has no attribute "single"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:49: error: Module has no attribute "int32"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:52: error: Module has no attribute "longdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:53: error: Module has no attribute "longlong"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:56: error: Module has no attribute "half"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:57: error: Module has no attribute "int16"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:111: error: Module has no attribute "float16"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:128: error: Module has no attribute "float32"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:145: error: Module has no attribute "float64"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:164: error: Module has no attribute "longdouble"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:210: error: Cannot determine type of 'inf'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:374: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:504: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:505: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:530: error: Incompatible types in assignment (expression has type "property", variable has type Callable[[Any], Any])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/core/getlimits.py:544: error: Incompatible types in assignment (expression has type "property", variable has type Callable[[Any], Any])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:203: error: All conditional function variants must have identical signatures
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:216: error: All conditional function variants must have identical signatures
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/testing/utils.py:248: error: All conditional function variants must have identical signatures
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/__init__.py:118: error: Cannot determine type of '__NUMPY_SETUP__'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:90: error: Module has no attribute "bool_"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:196: error: Module has no attribute "datetime64"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:197: error: Module has no attribute "timedelta64"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:200: error: Module has no attribute "float32"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:200: error: Module has no attribute "float64"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:202: error: Module has no attribute "float32"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:202: error: Module has no attribute "float64"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:204: error: Module has no attribute "float128"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:205: error: Module has no attribute "float128"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:1245: error: Incompatible types in assignment (expression has type "_MaskedUnaryOperation", variable has type Callable[[Any, Any], Any])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:1279: error: Cannot assign to a method
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:1281: error: Cannot assign to a method
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:1283: error: Cannot assign to a method
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:1285: error: Cannot assign to a method
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:1287: error: Cannot assign to a method
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ma/core.py:1289: error: Cannot assign to a method
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/fft/helper.py:19: error: Incompatible types in assignment (expression has type Tuple[Type[int], ...], variable has type "Tuple[Type[int]]")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/lib/scimath.py:32: error: Module has no attribute "log"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:91: error: Incompatible redefinition (redefinition with type Callable[[Any, Any], Any], original type Callable[[VarArg(Any), KwArg(Any)], Any])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:218: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:361: error: Iterable expected
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:361: error: "object" has no attribute "__iter__"; maybe "__str__"?
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:421: error: Incompatible redefinition (redefinition with type Callable[[Any, Any], Any], original type Callable[[VarArg(Any), KwArg(Any)], Any])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/ctypeslib.py:437: error: Incompatible redefinition (redefinition with type Callable[[Any], Any], original type Callable[[VarArg(Any), KwArg(Any)], Any])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/f90mod_rules.py:33: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/f90mod_rules.py:65: error: Module has no attribute "intp"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/command/build_src.py:66: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/rules.py:57: error: Incompatible import of "__version__" (imported name has type Module, local name has type "str")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/rules.py:58: error: "str" has no attribute "version"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/f2py/rules.py:88: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:31: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:676: error: Module has no attribute "_default_compilers"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/ccompiler.py:825: error: Module has no attribute "split_quoted"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/mingw32ccompiler.py:49: error: Module has no attribute "get_msvcr"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/mingw32ccompiler.py:540: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:165: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:197: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:208: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:219: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:220: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:216: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:470: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:813: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:927: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:963: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1039: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1177: error: Incompatible types in assignment (expression has type List[str], base class "atlas_info" defined the type as "str")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1182: error: Incompatible types in assignment (expression has type List[str], base class "atlas_info" defined the type as "str")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1230: error: Incompatible types in assignment (expression has type List[str], base class "atlas_info" defined the type as "str")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1237: error: Incompatible types in assignment (expression has type List[str], base class "atlas_info" defined the type as "str")
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1251: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1268: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1391: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1660: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:1830: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2044: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2083: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2209: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2213: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2214: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2220: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2222: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2226: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2228: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2232: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2234: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2238: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2240: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2244: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2246: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2250: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2252: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2256: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2258: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2262: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2264: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2268: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2270: error: Incompatible types in assignment (expression has type "str", base class "_pkg_config_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2275: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/system_info.py:2305: error: Incompatible types in assignment (expression has type "str", base class "system_info" defined the type as None)
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/numpy/distutils/core.py:24: error: Incompatible import of "Extension" (imported name has type Type[numpy.distutils.extension.Extension], local name has type Type[distutils.extension.Extension])
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/autograd/function.py:123: error: Invalid base class
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:45: error: Name '_dl_flags' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:55: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:156: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:160: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:164: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:168: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:172: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:176: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:180: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:184: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:188: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:198: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:208: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:218: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:228: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:238: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:248: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:259: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:302: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:309: error: Name 'DoubleStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:310: error: Name 'FloatStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:311: error: Name 'LongStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:312: error: Name 'IntStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:313: error: Name 'ShortStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:314: error: Name 'CharStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:315: error: Name 'ByteStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:316: error: Name 'DoubleTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:317: error: Name 'FloatTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:318: error: Name 'LongTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:319: error: Name 'IntTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:320: error: Name 'ShortTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:321: error: Name 'CharTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:322: error: Name 'ByteTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:324: error: Name 'SparseDoubleTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:325: error: Name 'SparseFloatTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:326: error: Name 'SparseLongTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:327: error: Name 'SparseIntTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:328: error: Name 'SparseShortTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:329: error: Name 'SparseCharTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:330: error: Name 'SparseByteTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:343: error: Name '_C' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/autograd/_functions/__init__.py:4: error: Name 'reduce' already defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/streams.py:22: error: Name 'torch._C._CudaStreamBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:264: error: 'staticmethod' used with a non-method
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:283: error: Name 'torch._C.CudaDoubleStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:287: error: Name 'torch._C.CudaFloatStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:291: error: Name 'torch._C.CudaLongStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:295: error: Name 'torch._C.CudaIntStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:299: error: Name 'torch._C.CudaShortStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:303: error: Name 'torch._C.CudaCharStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:307: error: Name 'torch._C.CudaByteStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:311: error: Name 'torch._C.CudaHalfStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:315: error: Name 'torch._C.CudaDoubleTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:325: error: Name 'torch._C.CudaFloatTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:335: error: Name 'torch._C.CudaLongTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:345: error: Name 'torch._C.CudaIntTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:355: error: Name 'torch._C.CudaShortTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:365: error: Name 'torch._C.CudaCharTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:376: error: Name 'torch._C.CudaByteTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:386: error: Name 'torch._C.CudaHalfTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:392: error: Method must have at least one argument
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:31: error: Name 'torch._C.CudaSparseDoubleTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:37: error: Name 'torch._C.CudaSparseFloatTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:43: error: Name 'torch._C.CudaSparseLongTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:49: error: Name 'torch._C.CudaSparseIntTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:55: error: Name 'torch._C.CudaSparseShortTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:61: error: Name 'torch._C.CudaSparseCharTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:68: error: Name 'torch._C.CudaSparseByteTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:74: error: Name 'torch._C.CudaSparseHalfTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/autograd/gradcheck.py:2: error: Module 'torch.autograd' has no attribute 'Variable'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/vision.py:5: error: Module 'torch.nn._functions.thnn.auto' has no attribute 'function_by_name'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:12: error: Name 'torch._C.DistributedDoubleStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:16: error: Name 'torch._C.DistributedFloatStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:20: error: Name 'torch._C.DistributedLongStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:24: error: Name 'torch._C.DistributedIntStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:28: error: Name 'torch._C.DistributedShortStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:32: error: Name 'torch._C.DistributedCharStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:36: error: Name 'torch._C.DistributedByteStorageBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:44: error: Name 'torch._C.DistributedDoubleTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:53: error: Name 'torch._C.DistributedFloatTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:62: error: Name 'torch._C.DistributedLongTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:71: error: Name 'torch._C.DistributedIntTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:80: error: Name 'torch._C.DistributedShortTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:89: error: Name 'torch._C.DistributedCharTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:99: error: Name 'torch._C.DistributedByteTensorBase' is not defined
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:6: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:17: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:46: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:132: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:176: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:208: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:241: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:280: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:321: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:363: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:391: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:419: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:452: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:490: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:546: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:576: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:620: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:652: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:684: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:789: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:817: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:846: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:903: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:967: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1017: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1090: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1136: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1224: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1238: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1259: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1286: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1298: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1310: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1333: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1366: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1397: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1409: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1430: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1463: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1490: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1556: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1581: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1610: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1651: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1658: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1685: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1711: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1756: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1810: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1874: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1901: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1949: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:1996: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2030: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2068: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2106: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2133: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2182: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2294: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2361: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2438: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2550: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2577: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2637: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2715: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2770: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2797: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2824: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2859: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2898: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:2965: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3049: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3069: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3108: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3153: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3199: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3257: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3357: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3415: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3468: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3526: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3557: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3588: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3608: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3648: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3681: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3712: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3750: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3782: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3814: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3821: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3852: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3882: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3910: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3939: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:3997: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4028: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4070: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4128: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4186: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4261: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4325: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4356: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4384: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4413: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4480: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4501: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4535: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4589: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4648: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4680: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4710: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4768: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4798: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/_torch_docs.py:4822: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/backends/cudnn/__init__.py:59: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/multiprocessing/reductions.py:27: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/nccl.py:42: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/multiprocessing/__init__.py:27: error: Module has no attribute "__all__"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/tensor.py:377: error: Type[_TensorBase] has no attribute "type"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/tensor.py:378: error: Type[_TensorBase] has no attribute "cuda"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/storage.py:116: error: Type[_StorageBase] has no attribute "type"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/storage.py:117: error: Type[_StorageBase] has no attribute "cuda"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/__init__.py:343: error: Argument 1 to "list" has incompatible type Set[Type[_StorageBase]]; expected Iterable[Type[_TensorBase]]
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:252: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:258: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:259: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/__init__.py:261: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:8: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/cuda/sparse.py:13: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/autograd/__init__.py:155: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/upsampling.py:240: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/upsampling.py:241: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/upsampling.py:242: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/upsampling.py:243: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/sparse.py:108: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/sparse.py:263: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:588: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:589: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:590: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:591: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:592: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:593: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:594: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:595: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:596: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:597: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:598: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:599: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:600: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:601: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:602: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:603: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/pooling.py:604: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/activation.py:237: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/activation.py:238: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/activation.py:239: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/activation.py:240: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/activation.py:241: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/normalization.py:138: error: Cannot determine type of '_all_functions'
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/_functions/thnn/__init__.py:1: error: Need type annotation for variable
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/modules/conv.py:394: error: Definition of "forward" in base class "_ConvTransposeMixin" is incompatible with definition in base class "Module"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/modules/conv.py:465: error: Definition of "forward" in base class "_ConvTransposeMixin" is incompatible with definition in base class "Module"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/modules/conv.py:569: error: Definition of "forward" in base class "_ConvTransposeMixin" is incompatible with definition in base class "Module"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/nn/functional.py:19: error: Module has no attribute "_C"
/Users/max/.pyenv/versions/rndj1/lib/python3.6/site-packages/torch/distributed/remote_types.py:138: error: Module has no attribute "_C"
mypy_minimal_example.py:5: error: Revealed type is 'torch.IntTensor'
mypy_minimal_example.py:6: error: Revealed type is 'torch.FloatTensor'
mypy_minimal_example.py:13: error: Argument 1 to "foo" has incompatible type "int"; expected "IntTensor"
mypy_minimal_example.py:13: error: Argument 2 to "foo" has incompatible type "int"; expected "FloatTensor"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment