Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build python packages #4214

Closed
spl0i7 opened this issue Jan 3, 2017 · 5 comments
Closed

Unable to build python packages #4214

spl0i7 opened this issue Jan 3, 2017 · 5 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@spl0i7
Copy link

spl0i7 commented Jan 3, 2017

  • Pip version: 9.0.1
  • Python version:3.6.0
  • Operating System:Windows 10 (x64)

Description:

I am unable to install most of python packages because it just won't build. It says ValueError: Unknown MS Compiler version 1900

What I've run:

> pip install numpy

Collecting numpy
  Using cached numpy-1.11.3.zip
Installing collected packages: numpy
  Running setup.py install for numpy ... error
    Complete output from command "c:\program files\python36\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Ketan\\AppData\\Local\\Temp\\pip-build-uig7gkux\\numpy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Ketan\AppData\Local\Temp\pip-h3_7xqhx-record\install-record.txt --single-version-externally-managed --compile:
    Running from numpy source directory.

    Note: if you need reliable uninstall behavior, then install
    with pip instead of using `setup.py install`:

      - `pip install .`       (from a git repo or downloaded source
                               release)
      - `pip install numpy`   (last Numpy release on PyPi)


    blas_opt_info:
    blas_mkl_info:
      libraries mkl_rt not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    openblas_info:
      libraries openblas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_3_10_blas_threads_info:
    Setting PTATLAS=ATLAS
      libraries tatlas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_3_10_blas_info:
      libraries satlas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_blas_threads_info:
    Setting PTATLAS=ATLAS
      libraries ptf77blas,ptcblas,atlas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_blas_info:
      libraries f77blas,cblas,atlas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\system_info.py:1630: UserWarning:
        Atlas (http://math-atlas.sourceforge.net/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [atlas]) or by setting
        the ATLAS environment variable.
      warnings.warn(AtlasNotFoundError.__doc__)
    blas_info:
      libraries blas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\system_info.py:1639: UserWarning:
        Blas (http://www.netlib.org/blas/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [blas]) or by setting
        the BLAS environment variable.
      warnings.warn(BlasNotFoundError.__doc__)
    blas_src_info:
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\system_info.py:1642: UserWarning:
        Blas (http://www.netlib.org/blas/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [blas_src]) or by setting
        the BLAS_SRC environment variable.
      warnings.warn(BlasSrcNotFoundError.__doc__)
      NOT AVAILABLE

    non-existing path in 'numpy\\distutils': 'site.cfg'
    F2PY Version 2
    lapack_opt_info:
    openblas_lapack_info:
      libraries openblas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    lapack_mkl_info:
      libraries mkl_rt not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_3_10_threads_info:
    Setting PTATLAS=ATLAS
      libraries tatlas,tatlas not found in c:\program files\python36\lib
      libraries lapack_atlas not found in c:\program files\python36\lib
      libraries tatlas,tatlas not found in C:\
      libraries lapack_atlas not found in C:\
      libraries tatlas,tatlas not found in c:\program files\python36\libs
      libraries lapack_atlas not found in c:\program files\python36\libs
    <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
      NOT AVAILABLE

    atlas_3_10_info:
      libraries satlas,satlas not found in c:\program files\python36\lib
      libraries lapack_atlas not found in c:\program files\python36\lib
      libraries satlas,satlas not found in C:\
      libraries lapack_atlas not found in C:\
      libraries satlas,satlas not found in c:\program files\python36\libs
      libraries lapack_atlas not found in c:\program files\python36\libs
    <class 'numpy.distutils.system_info.atlas_3_10_info'>
      NOT AVAILABLE

    atlas_threads_info:
    Setting PTATLAS=ATLAS
      libraries ptf77blas,ptcblas,atlas not found in c:\program files\python36\lib
      libraries lapack_atlas not found in c:\program files\python36\lib
      libraries ptf77blas,ptcblas,atlas not found in C:\
      libraries lapack_atlas not found in C:\
      libraries ptf77blas,ptcblas,atlas not found in c:\program files\python36\libs
      libraries lapack_atlas not found in c:\program files\python36\libs
    <class 'numpy.distutils.system_info.atlas_threads_info'>
      NOT AVAILABLE

    atlas_info:
      libraries f77blas,cblas,atlas not found in c:\program files\python36\lib
      libraries lapack_atlas not found in c:\program files\python36\lib
      libraries f77blas,cblas,atlas not found in C:\
      libraries lapack_atlas not found in C:\
      libraries f77blas,cblas,atlas not found in c:\program files\python36\libs
      libraries lapack_atlas not found in c:\program files\python36\libs
    <class 'numpy.distutils.system_info.atlas_info'>
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\system_info.py:1532: UserWarning:
        Atlas (http://math-atlas.sourceforge.net/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [atlas]) or by setting
        the ATLAS environment variable.
      warnings.warn(AtlasNotFoundError.__doc__)
    lapack_info:
      libraries lapack not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\system_info.py:1543: UserWarning:
        Lapack (http://www.netlib.org/lapack/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [lapack]) or by setting
        the LAPACK environment variable.
      warnings.warn(LapackNotFoundError.__doc__)
    lapack_src_info:
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\system_info.py:1546: UserWarning:
        Lapack (http://www.netlib.org/lapack/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [lapack_src]) or by setting
        the LAPACK_SRC environment variable.
      warnings.warn(LapackSrcNotFoundError.__doc__)
      NOT AVAILABLE

    c:\program files\python36\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'define_macros'
      warnings.warn(msg)
    running install
    running build
    running config_cc
    unifing config_cc, config, build_clib, build_ext, build commands --compiler options
    running config_fc
    unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
    running build_src
    build_src
    building py_modules sources
    creating build
    creating build\src.win-amd64-3.6
    creating build\src.win-amd64-3.6\numpy
    creating build\src.win-amd64-3.6\numpy\distutils
    building library "npymath" sources
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\setup.py", line 386, in <module>
        setup_package()
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\setup.py", line 378, in setup_package
        setup(**metadata)
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\core.py", line 169, in setup
        return old_setup(**new_attr)
      File "c:\program files\python36\lib\distutils\core.py", line 148, in setup
        dist.run_commands()
      File "c:\program files\python36\lib\distutils\dist.py", line 955, in run_commands
        self.run_command(cmd)
      File "c:\program files\python36\lib\distutils\dist.py", line 974, in run_command
        cmd_obj.run()
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\command\install.py", line 62, in run
        r = self.setuptools_run()
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\command\install.py", line 36, in setuptools_run
        return distutils_install.run(self)
      File "c:\program files\python36\lib\distutils\command\install.py", line 545, in run
        self.run_command('build')
      File "c:\program files\python36\lib\distutils\cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "c:\program files\python36\lib\distutils\dist.py", line 974, in run_command
        cmd_obj.run()
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\command\build.py", line 47, in run
        old_build.run(self)
      File "c:\program files\python36\lib\distutils\command\build.py", line 135, in run
        self.run_command(cmd_name)
      File "c:\program files\python36\lib\distutils\cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "c:\program files\python36\lib\distutils\dist.py", line 974, in run_command
        cmd_obj.run()
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\command\build_src.py", line 147, in run
        self.build_sources()
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\command\build_src.py", line 158, in build_sources
        self.build_library_sources(*libname_info)
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\command\build_src.py", line 293, in build_library_sources
        sources = self.generate_sources(sources, (lib_name, build_info))
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\command\build_src.py", line 376, in generate_sources
        source = func(extension, build_dir)
      File "numpy\core\setup.py", line 651, in get_mathlib_info
        st = config_cmd.try_link('int main(void) { return 0;}')
      File "c:\program files\python36\lib\distutils\command\config.py", line 243, in try_link
        self._check_compiler()
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\command\config.py", line 39, in _check_compiler
        old_config._check_compiler(self)
      File "c:\program files\python36\lib\distutils\command\config.py", line 98, in _check_compiler
        dry_run=self.dry_run, force=1)
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\ccompiler.py", line 596, in new_compiler
        compiler = klass(None, dry_run, force)
      File "C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\numpy\distutils\mingw32ccompiler.py", line 58, in __init__
        dry_run, force)
      File "c:\program files\python36\lib\distutils\cygwinccompiler.py", line 157, in __init__
        self.dll_libraries = get_msvcr()
      File "c:\program files\python36\lib\distutils\cygwinccompiler.py", line 86, in get_msvcr
        raise ValueError("Unknown MS Compiler version %s " % msc_ver)
    ValueError: Unknown MS Compiler version 1900

    ----------------------------------------
Command ""c:\program files\python36\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Ketan\\AppData\\Local\\Temp\\pip-build-uig7gkux\\numpy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Ketan\AppData\Local\Temp\pip-h3_7xqhx-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Ketan\AppData\Local\Temp\pip-build-uig7gkux\numpy\
@pfmoore
Copy link
Member

pfmoore commented Jan 3, 2017

As you're building from source you need the correct compiler toolchain and libraries present. MSVC 1900 is Visual Studio 2015, which should be right for Python 3.6, but the last section of the trace refers to distutils\cygwinccompiler.py. I don't know why it would be using this. Are you using cygwin? You seem to be picking up a non-cygwin Python, which is good. Do you have a distutils or pip config file that's forcing the cygwin compiler? Or could numpy be doing something to require gcc?

@spl0i7
Copy link
Author

spl0i7 commented Jan 3, 2017

@pfmoore when removing mingw from disutil.cfg I get use

Collecting numpy
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x000001C998A29B00>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)': /simple/numpy/
  Using cached numpy-1.11.3.zip
Installing collected packages: numpy
  Running setup.py install for numpy ... error
    Complete output from command "c:\program files\python36\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Ketan\\AppData\\Local\\Temp\\pip-build-6ftj18s0\\numpy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Ketan\AppData\Local\Temp\pip-73b78ol4-record\install-record.txt --single-version-externally-managed --compile:
    Running from numpy source directory.

    Note: if you need reliable uninstall behavior, then install
    with pip instead of using `setup.py install`:

      - `pip install .`       (from a git repo or downloaded source
                               release)
      - `pip install numpy`   (last Numpy release on PyPi)


    blas_opt_info:
    blas_mkl_info:
      libraries mkl_rt not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    openblas_info:
      libraries openblas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_3_10_blas_threads_info:
    Setting PTATLAS=ATLAS
      libraries tatlas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_3_10_blas_info:
      libraries satlas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_blas_threads_info:
    Setting PTATLAS=ATLAS
      libraries ptf77blas,ptcblas,atlas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_blas_info:
      libraries f77blas,cblas,atlas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-6ftj18s0\numpy\numpy\distutils\system_info.py:1630: UserWarning:
        Atlas (http://math-atlas.sourceforge.net/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [atlas]) or by setting
        the ATLAS environment variable.
      warnings.warn(AtlasNotFoundError.__doc__)
    blas_info:
      libraries blas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-6ftj18s0\numpy\numpy\distutils\system_info.py:1639: UserWarning:
        Blas (http://www.netlib.org/blas/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [blas]) or by setting
        the BLAS environment variable.
      warnings.warn(BlasNotFoundError.__doc__)
    blas_src_info:
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-6ftj18s0\numpy\numpy\distutils\system_info.py:1642: UserWarning:
        Blas (http://www.netlib.org/blas/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [blas_src]) or by setting
        the BLAS_SRC environment variable.
      warnings.warn(BlasSrcNotFoundError.__doc__)
      NOT AVAILABLE

    non-existing path in 'numpy\\distutils': 'site.cfg'
    F2PY Version 2
    lapack_opt_info:
    openblas_lapack_info:
      libraries openblas not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    lapack_mkl_info:
      libraries mkl_rt not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    atlas_3_10_threads_info:
    Setting PTATLAS=ATLAS
      libraries tatlas,tatlas not found in c:\program files\python36\lib
      libraries lapack_atlas not found in c:\program files\python36\lib
      libraries tatlas,tatlas not found in C:\
      libraries lapack_atlas not found in C:\
      libraries tatlas,tatlas not found in c:\program files\python36\libs
      libraries lapack_atlas not found in c:\program files\python36\libs
    <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
      NOT AVAILABLE

    atlas_3_10_info:
      libraries satlas,satlas not found in c:\program files\python36\lib
      libraries lapack_atlas not found in c:\program files\python36\lib
      libraries satlas,satlas not found in C:\
      libraries lapack_atlas not found in C:\
      libraries satlas,satlas not found in c:\program files\python36\libs
      libraries lapack_atlas not found in c:\program files\python36\libs
    <class 'numpy.distutils.system_info.atlas_3_10_info'>
      NOT AVAILABLE

    atlas_threads_info:
    Setting PTATLAS=ATLAS
      libraries ptf77blas,ptcblas,atlas not found in c:\program files\python36\lib
      libraries lapack_atlas not found in c:\program files\python36\lib
      libraries ptf77blas,ptcblas,atlas not found in C:\
      libraries lapack_atlas not found in C:\
      libraries ptf77blas,ptcblas,atlas not found in c:\program files\python36\libs
      libraries lapack_atlas not found in c:\program files\python36\libs
    <class 'numpy.distutils.system_info.atlas_threads_info'>
      NOT AVAILABLE

    atlas_info:
      libraries f77blas,cblas,atlas not found in c:\program files\python36\lib
      libraries lapack_atlas not found in c:\program files\python36\lib
      libraries f77blas,cblas,atlas not found in C:\
      libraries lapack_atlas not found in C:\
      libraries f77blas,cblas,atlas not found in c:\program files\python36\libs
      libraries lapack_atlas not found in c:\program files\python36\libs
    <class 'numpy.distutils.system_info.atlas_info'>
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-6ftj18s0\numpy\numpy\distutils\system_info.py:1532: UserWarning:
        Atlas (http://math-atlas.sourceforge.net/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [atlas]) or by setting
        the ATLAS environment variable.
      warnings.warn(AtlasNotFoundError.__doc__)
    lapack_info:
      libraries lapack not found in ['c:\\program files\\python36\\lib', 'C:\\', 'c:\\program files\\python36\\libs']
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-6ftj18s0\numpy\numpy\distutils\system_info.py:1543: UserWarning:
        Lapack (http://www.netlib.org/lapack/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [lapack]) or by setting
        the LAPACK environment variable.
      warnings.warn(LapackNotFoundError.__doc__)
    lapack_src_info:
      NOT AVAILABLE

    C:\Users\Ketan\AppData\Local\Temp\pip-build-6ftj18s0\numpy\numpy\distutils\system_info.py:1546: UserWarning:
        Lapack (http://www.netlib.org/lapack/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [lapack_src]) or by setting
        the LAPACK_SRC environment variable.
      warnings.warn(LapackSrcNotFoundError.__doc__)
      NOT AVAILABLE

    c:\program files\python36\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'define_macros'
      warnings.warn(msg)
    running install
    running build
    running config_cc
    unifing config_cc, config, build_clib, build_ext, build commands --compiler options
    running config_fc
    unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
    running build_src
    build_src
    building py_modules sources
    creating build
    creating build\src.win-amd64-3.6
    creating build\src.win-amd64-3.6\numpy
    creating build\src.win-amd64-3.6\numpy\distutils
    building library "npymath" sources
    No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

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

But I already installed microsoft build tools. How can I fix this?

@pfmoore
Copy link
Member

pfmoore commented Jan 3, 2017

This is a numpy build issue - you should probably ask on their support list. Possibly the numpy extensions to distutils (numpy.distutils._msvccompiler) don't support MS Visual C++ Build Tools, but only the full Visual Studio? I'm afraid I don't know the answer to that.

@Ivoz
Copy link
Contributor

Ivoz commented Jan 4, 2017

Alternatively or additionally, numpy have released stable binary wheels for python 3.6 on OS X and linux, but not Windows, you could ask if they could build them.

They already have Windows python 3.6 binary wheels for their 1.12.rc2 release, but pip won't grab release candidates by default.

If pip can find a compatible binary wheel for something it installs very simply, without the need for getting compiler toolchains right.

@xavfernandez
Copy link
Member

Yup, this is a numpy issue, not a pip one.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

4 participants