question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pipenv cannot install matplotlib over MKL-enabled numpy wheel

See original GitHub issue

I am installing numpy directly from a .whl file compiled with the MKL extensions. The wheel file is called

numpy-1.11.1+mkl-cp27-cp27m-win_amd64.whl

However, using this filename breaks a matplotlib 1.5.3 install that we are also doing (pipenv incorrectly complains that it cannot satisfy the version constaint on numpy 1.11.1). However, changing the numpy wheel filename by removing the +mkl appears to fix the problem, but then we lose information about the MKL status of the wheel file.

Please run $ python -m pipenv.help, and paste the results here.

C:\Users\campa>python -m pipenv.help

$ python -m pipenv.help output

Pipenv version: '2018.05.18'

Pipenv location: 'C:\\Python27\\lib\\site-packages\\pipenv'

Python location: 'C:\\Python27\\python.exe'

Other Python installations in PATH:

  • 2.7: C:\Python27\python.exe

  • 2.7.15: C:\Python27\python.exe

PEP 508 Information:

{'implementation_name': 'cpython',
 'implementation_version': '0',
 'os_name': 'nt',
 'platform_machine': 'AMD64',
 'platform_python_implementation': 'CPython',
 'platform_release': '10',
 'platform_system': 'Windows',
 'platform_version': '10.0.16299',
 'python_full_version': '2.7.15',
 'python_version': '2.7',
 'sys_platform': 'win32'}

System environment variables:

  • TMP
  • COMPUTERNAME
  • VS140COMNTOOLS
  • USERDOMAIN
  • PSMODULEPATH
  • PYTHONDONTWRITEBYTECODE
  • COMMONPROGRAMFILES
  • PROCESSOR_IDENTIFIER
  • VBOX_MSI_INSTALL_PATH
  • PROGRAMFILES
  • PROCESSOR_REVISION
  • SYSTEMROOT
  • PATH
  • PROGRAMFILES(X86)
  • COMSPEC
  • TEMP
  • COMMONPROGRAMFILES(X86)
  • PROCESSOR_ARCHITECTURE
  • ALLUSERSPROFILE
  • LOCALAPPDATA
  • HOMEPATH
  • USERDOMAIN_ROAMINGPROFILE
  • PROGRAMW6432
  • USERNAME
  • LOGONSERVER
  • PROMPT
  • SESSIONNAME
  • PROGRAMDATA
  • ONEDRIVE
  • DASHLANE_DLL_DIR
  • GENICAM_CLPROTOCOL
  • PUBLIC
  • PATHEXT
  • PIP_PYTHON_PATH
  • WINDIR
  • APPDATA
  • HOMEDRIVE
  • SYSTEMDRIVE
  • NUMBER_OF_PROCESSORS
  • PROCESSOR_LEVEL
  • COMMONPROGRAMW6432
  • OS
  • PYLON_DEV_DIR
  • USERPROFILE

Traceback (most recent call last): File “C:\Python27\lib\runpy.py”, line 174, in _run_module_as_main “main”, fname, loader, pkg_name) File “C:\Python27\lib\runpy.py”, line 72, in _run_code exec code in run_globals File “C:\Python27\lib\site-packages\pipenv\help.py”, line 89, in <module> main() File “C:\Python27\lib\site-packages\pipenv\help.py”, line 48, in main print(u’PipenvΓÇôspecific environment variables:‘) File “C:\Python27\lib\encodings\cp437.py”, line 12, in encode return codecs.charmap_encode(input,errors,encoding_map) UnicodeEncodeError: ‘charmap’ codec can’t encode character u’\u2013’ in position 6: character maps to <undefined>


Expected result

A happy install when running pipenv lock.

Actual result
>pipenv lock --verbose
Locking [dev-packages] dependencies…
Using pip: -i https://pypi.org/simple


                          ROUND 1

Current constraints:

  moviepy

  paramiko==2.4.1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/paramiko-2.4.1-py2.py3-none-any.whl

  py2exe==0.6.10a1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/py2exe-0.6.10a1-cp27-none-win_amd64.whl

  scons==2.5.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scons-2.5.0-py2-none-any.whl



Finding the best candidates:

  found candidate moviepy==0.2.3.4 (constraint was <any>)

  found candidate paramiko==2.4.1 (constraint was ==2.4.1)

  found candidate py2exe==0.6.10a1 (constraint was ==0.6.10a1)

  found candidate scons==2.5.0 (constraint was ==2.5.0)



Finding secondary dependencies:

  paramiko==2.4.1           requires bcrypt>=3.1.3, cryptography>=1.5, pyasn1>=0.1.7, pynacl>=1.0.1

  scons==2.5.0              requires -

  moviepy==0.2.3.4          requires decorator<5.0,>=4.0.2, imageio<3.0,>=2.1.2, numpy, tqdm<5.0,>=4.11.2

  py2exe==0.6.10a1          requires -



New dependencies found in this round:

  adding [u'bcrypt', '>=3.1.3', '[]']

  adding [u'cryptography', '>=1.5', '[]']

  adding [u'decorator', '<5.0,>=4.0.2', '[]']

  adding [u'imageio', '<3.0,>=2.1.2', '[]']

  adding [u'numpy', '', '[]']

  adding [u'pyasn1', '>=0.1.7', '[]']

  adding [u'pynacl', '>=1.0.1', '[]']

  adding [u'tqdm', '<5.0,>=4.11.2', '[]']

Removed dependencies in this round:

Unsafe dependencies in this round:

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

Result of round 1: not stable



                          ROUND 2

Current constraints:

  bcrypt>=3.1.3

  cryptography>=1.5

  decorator<5.0,>=4.0.2

  imageio<3.0,>=2.1.2

  moviepy

  numpy

  paramiko==2.4.1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/paramiko-2.4.1-py2.py3-none-any.whl

  py2exe==0.6.10a1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/py2exe-0.6.10a1-cp27-none-win_amd64.whl

  pyasn1>=0.1.7

  pynacl>=1.0.1

  scons==2.5.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scons-2.5.0-py2-none-any.whl

  tqdm<5.0,>=4.11.2



Finding the best candidates:

  found candidate bcrypt==3.1.4 (constraint was >=3.1.3)

  found candidate cryptography==2.2.2 (constraint was >=1.5)

  found candidate decorator==4.3.0 (constraint was >=4.0.2,<5.0)

  found candidate imageio==2.3.0 (constraint was >=2.1.2,<3.0)

  found candidate moviepy==0.2.3.4 (constraint was <any>)

  found candidate numpy==1.14.3 (constraint was <any>)

  found candidate paramiko==2.4.1 (constraint was ==2.4.1)

  found candidate py2exe==0.6.10a1 (constraint was ==0.6.10a1)

  found candidate pyasn1==0.4.3 (constraint was >=0.1.7)

  found candidate pynacl==1.2.1 (constraint was >=1.0.1)

  found candidate scons==2.5.0 (constraint was ==2.5.0)

  found candidate tqdm==4.23.4 (constraint was >=4.11.2,<5.0)



Finding secondary dependencies:

  imageio==2.3.0            requires numpy, pillow

  py2exe==0.6.10a1          requires -

  pyasn1==0.4.3             requires -

  cryptography==2.2.2       requires asn1crypto>=0.21.0, cffi>=1.7; platform_python_implementation != "pypy", enum34; python_version < "3", idna>=2.1, ipaddress; python_version < "3", six>=1.4.1

  decorator==4.3.0          requires -

  numpy==1.14.3             requires -

  scons==2.5.0              requires -

  tqdm==4.23.4              requires -

  moviepy==0.2.3.4          requires decorator<5.0,>=4.0.2, imageio<3.0,>=2.1.2, numpy, tqdm<5.0,>=4.11.2

  bcrypt==3.1.4             requires cffi>=1.1, six>=1.4.1

  paramiko==2.4.1           requires bcrypt>=3.1.3, cryptography>=1.5, pyasn1>=0.1.7, pynacl>=1.0.1

  pynacl==1.2.1             requires cffi>=1.4.1, six



New dependencies found in this round:

  adding [u'asn1crypto', '>=0.21.0', '[]']

  adding [u'cffi', '>=1.1,>=1.4.1,>=1.7', '[]']

  adding [u'enum34', '', '[]']

  adding [u'idna', '>=2.1', '[]']

  adding [u'ipaddress', '', '[]']

  adding [u'pillow', '', '[]']

  adding [u'six', '>=1.4.1', '[]']

Removed dependencies in this round:

Unsafe dependencies in this round:

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

Result of round 2: not stable



                          ROUND 3

Current constraints:

  asn1crypto>=0.21.0

  bcrypt>=3.1.3

  cffi>=1.1,>=1.4.1,>=1.7

  cryptography>=1.5

  decorator<5.0,>=4.0.2

  enum34

  idna>=2.1

  imageio<3.0,>=2.1.2

  ipaddress

  moviepy

  numpy

  paramiko==2.4.1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/paramiko-2.4.1-py2.py3-none-any.whl

  pillow

  py2exe==0.6.10a1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/py2exe-0.6.10a1-cp27-none-win_amd64.whl

  pyasn1>=0.1.7

  pynacl>=1.0.1

  scons==2.5.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scons-2.5.0-py2-none-any.whl

  six>=1.4.1

  tqdm<5.0,>=4.11.2



Finding the best candidates:

  found candidate asn1crypto==0.24.0 (constraint was >=0.21.0)

  found candidate bcrypt==3.1.4 (constraint was >=3.1.3)

  found candidate cffi==1.11.5 (constraint was >=1.1,>=1.4.1,>=1.7)

  found candidate cryptography==2.2.2 (constraint was >=1.5)

  found candidate decorator==4.3.0 (constraint was >=4.0.2,<5.0)

  found candidate enum34==1.1.6 (constraint was <any>)

  found candidate idna==2.6 (constraint was >=2.1)

  found candidate imageio==2.3.0 (constraint was >=2.1.2,<3.0)

  found candidate ipaddress==1.0.22 (constraint was <any>)

  found candidate moviepy==0.2.3.4 (constraint was <any>)

  found candidate numpy==1.14.3 (constraint was <any>)

  found candidate paramiko==2.4.1 (constraint was ==2.4.1)

  found candidate pillow==5.1.0 (constraint was <any>)

  found candidate py2exe==0.6.10a1 (constraint was ==0.6.10a1)

  found candidate pyasn1==0.4.3 (constraint was >=0.1.7)

  found candidate pynacl==1.2.1 (constraint was >=1.0.1)

  found candidate scons==2.5.0 (constraint was ==2.5.0)

  found candidate six==1.11.0 (constraint was >=1.4.1)

  found candidate tqdm==4.23.4 (constraint was >=4.11.2,<5.0)



Finding secondary dependencies:

  moviepy==0.2.3.4          requires decorator<5.0,>=4.0.2, imageio<3.0,>=2.1.2, numpy, tqdm<5.0,>=4.11.2

  decorator==4.3.0          requires -

  cryptography==2.2.2       requires asn1crypto>=0.21.0, cffi>=1.7; platform_python_implementation != "pypy", enum34; python_version < "3", idna>=2.1, ipaddress; python_version < "3", six>=1.4.1

  idna==2.6                 requires -

  tqdm==4.23.4              requires -

  cffi==1.11.5              requires pycparser

  pillow==5.1.0             requires -

  pyasn1==0.4.3             requires -

  six==1.11.0               requires -

  pynacl==1.2.1             requires cffi>=1.4.1, six

  py2exe==0.6.10a1          requires -

  numpy==1.14.3             requires -

  scons==2.5.0              requires -

  imageio==2.3.0            requires numpy, pillow

  asn1crypto==0.24.0        requires -

  bcrypt==3.1.4             requires cffi>=1.1, six>=1.4.1

  paramiko==2.4.1           requires bcrypt>=3.1.3, cryptography>=1.5, pyasn1>=0.1.7, pynacl>=1.0.1



New dependencies found in this round:

  adding [u'pycparser', '', '[]']

Removed dependencies in this round:

Unsafe dependencies in this round:

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

Result of round 3: not stable



                          ROUND 4

Current constraints:

  asn1crypto>=0.21.0

  bcrypt>=3.1.3

  cffi>=1.1,>=1.4.1,>=1.7

  cryptography>=1.5

  decorator<5.0,>=4.0.2

  enum34

  idna>=2.1

  imageio<3.0,>=2.1.2

  ipaddress

  moviepy

  numpy

  paramiko==2.4.1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/paramiko-2.4.1-py2.py3-none-any.whl

  pillow

  py2exe==0.6.10a1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/py2exe-0.6.10a1-cp27-none-win_amd64.whl

  pyasn1>=0.1.7

  pycparser

  pynacl>=1.0.1

  scons==2.5.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scons-2.5.0-py2-none-any.whl

  six>=1.4.1

  tqdm<5.0,>=4.11.2



Finding the best candidates:

  found candidate asn1crypto==0.24.0 (constraint was >=0.21.0)

  found candidate bcrypt==3.1.4 (constraint was >=3.1.3)

  found candidate cffi==1.11.5 (constraint was >=1.1,>=1.4.1,>=1.7)

  found candidate cryptography==2.2.2 (constraint was >=1.5)

  found candidate decorator==4.3.0 (constraint was >=4.0.2,<5.0)

  found candidate enum34==1.1.6 (constraint was <any>)

  found candidate idna==2.6 (constraint was >=2.1)

  found candidate imageio==2.3.0 (constraint was >=2.1.2,<3.0)

  found candidate ipaddress==1.0.22 (constraint was <any>)

  found candidate moviepy==0.2.3.4 (constraint was <any>)

  found candidate numpy==1.14.3 (constraint was <any>)

  found candidate paramiko==2.4.1 (constraint was ==2.4.1)

  found candidate pillow==5.1.0 (constraint was <any>)

  found candidate py2exe==0.6.10a1 (constraint was ==0.6.10a1)

  found candidate pyasn1==0.4.3 (constraint was >=0.1.7)

  found candidate pycparser==2.18 (constraint was <any>)

  found candidate pynacl==1.2.1 (constraint was >=1.0.1)

  found candidate scons==2.5.0 (constraint was ==2.5.0)

  found candidate six==1.11.0 (constraint was >=1.4.1)

  found candidate tqdm==4.23.4 (constraint was >=4.11.2,<5.0)



Finding secondary dependencies:

  imageio==2.3.0            requires numpy, pillow

  pillow==5.1.0             requires -

  idna==2.6                 requires -

  py2exe==0.6.10a1          requires -

  bcrypt==3.1.4             requires cffi>=1.1, six>=1.4.1

  cryptography==2.2.2       requires asn1crypto>=0.21.0, cffi>=1.7; platform_python_implementation != "pypy", enum34; python_version < "3", idna>=2.1, ipaddress; python_version < "3", six>=1.4.1

  numpy==1.14.3             requires -

  pycparser==2.18           requires -

  asn1crypto==0.24.0        requires -

  paramiko==2.4.1           requires bcrypt>=3.1.3, cryptography>=1.5, pyasn1>=0.1.7, pynacl>=1.0.1

  moviepy==0.2.3.4          requires decorator<5.0,>=4.0.2, imageio<3.0,>=2.1.2, numpy, tqdm<5.0,>=4.11.2

  decorator==4.3.0          requires -

  scons==2.5.0              requires -

  cffi==1.11.5              requires pycparser

  pynacl==1.2.1             requires cffi>=1.4.1, six

  tqdm==4.23.4              requires -

  six==1.11.0               requires -

  pyasn1==0.4.3             requires -

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

Result of round 4: stable, done

Warning: Error generating hash for py2exe
Error generating hash for py2exe

Locking [packages] dependencies…
Using pip: -i https://pypi.org/simple


                          ROUND 1

Current constraints:

  GDAL==1.11.2 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/GDAL-1.11.2-cp27-none-win_amd64.whl

  matplotlib==1.5.3 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/matplotlib-1.5.3-cp27-cp27m-win_amd64.whl

  numpy==1.11.1+mkl from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/numpy-1.11.1%2Bmkl-cp27-cp27m-win_amd64.whl

  opencv-python==2.4.13.2 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/opencv_python-2.4.13.2-cp27-cp27m-win_amd64.whl

  Pillow==3.3.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/Pillow-3.3.0-cp27-cp27m-win_amd64.whl

  psutil==0.7.1

  Pycluster==1.52 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/Pycluster-1.52-cp27-none-win_amd64.whl

  pywin32==223 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/pywin32-223-cp27-cp27m-win_amd64.whl

  reportlab==3.4.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/reportlab-3.4.0-cp27-cp27m-win_amd64.whl

  scikit-image==0.12.3 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scikit_image-0.12.3-cp27-cp27m-win_amd64.whl

  scikit-learn==0.16.1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scikit_learn-0.16.1-cp27-none-win_amd64.whl

  scipy==0.16.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scipy-0.16.0-cp27-none-win_amd64.whl

  wxPython==3.0.2.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/wxPython-3.0.2.0-cp27-none-win_amd64.whl

  wxPython-common==3.0.2.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/wxPython_common-3.0.2.0-py2-none-any.whl



Finding the best candidates:

  found candidate gdal==1.11.2 (constraint was ==1.11.2)

  found candidate matplotlib==1.5.3 (constraint was ==1.5.3)

  found candidate numpy==1.11.1+mkl (constraint was ==1.11.1+mkl)

  found candidate opencv-python==2.4.13.2 (constraint was ==2.4.13.2)

  found candidate pillow==3.3.0 (constraint was ==3.3.0)

  found candidate psutil==0.7.1 (constraint was ==0.7.1)

  found candidate pycluster==1.52 (constraint was ==1.52)

  found candidate pywin32==223 (constraint was ==223)

  found candidate reportlab==3.4.0 (constraint was ==3.4.0)

  found candidate scikit-image==0.12.3 (constraint was ==0.12.3)

  found candidate scikit-learn==0.16.1 (constraint was ==0.16.1)

  found candidate scipy==0.16.0 (constraint was ==0.16.0)

  found candidate wxpython==3.0.2.0 (constraint was ==3.0.2.0)

  found candidate wxpython-common==3.0.2.0 (constraint was ==3.0.2.0)



Finding secondary dependencies:

  gdal==1.11.2              requires -

  scikit-learn==0.16.1      requires -

  scikit-image==0.12.3      requires dask[array]>=0.5.0, networkx>=1.8, pillow>=2.1.0, six>=1.7.3

  wxpython==3.0.2.0         requires -

  opencv-python==2.4.13.2   requires -

  pywin32==223              requires -

  psutil==0.7.1             requires -

  pycluster==1.52           requires -

  scipy==0.16.0             requires -

  numpy==1.11.1+mkl         requires -

  wxpython-common==3.0.2.0  requires -

  pillow==3.3.0             requires -

  reportlab==3.4.0          requires pillow>=2.4.0, pip>=1.4.1, setuptools>=2.2

  matplotlib==1.5.3         requires cycler, numpy>=1.6, pyparsing!=2.0.4,!=2.1.2,>=1.5.6, python-dateutil, pytz



New dependencies found in this round:

  adding [u'cycler', '', '[]']

  adding [u'dask', '>=0.5.0', "[u'array']"]

  adding [u'networkx', '>=1.8', '[]']

  adding [u'numpy', '>=1.6', '[]']

  adding [u'pillow', '>=2.1.0,>=2.4.0', '[]']

  adding [u'pyparsing', '!=2.0.4,!=2.1.2,>=1.5.6', '[]']

  adding [u'python-dateutil', '', '[]']

  adding [u'pytz', '', '[]']

  adding [u'six', '>=1.7.3', '[]']

Removed dependencies in this round:

Unsafe dependencies in this round:

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

Result of round 1: not stable



                          ROUND 2

Current constraints:

  cycler

  dask[array]>=0.5.0

  GDAL==1.11.2 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/GDAL-1.11.2-cp27-none-win_amd64.whl

  matplotlib==1.5.3 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/matplotlib-1.5.3-cp27-cp27m-win_amd64.whl

  networkx>=1.8

  numpy==1.11.1+mkl,>=1.6 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/numpy-1.11.1%2Bmkl-cp27-cp27m-win_amd64.whl

  opencv-python==2.4.13.2 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/opencv_python-2.4.13.2-cp27-cp27m-win_amd64.whl

  Pillow==3.3.0,>=2.1.0,>=2.4.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/Pillow-3.3.0-cp27-cp27m-win_amd64.whl

  psutil==0.7.1

  Pycluster==1.52 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/Pycluster-1.52-cp27-none-win_amd64.whl

  pyparsing!=2.0.4,!=2.1.2,>=1.5.6

  python-dateutil

  pytz

  pywin32==223 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/pywin32-223-cp27-cp27m-win_amd64.whl

  reportlab==3.4.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/reportlab-3.4.0-cp27-cp27m-win_amd64.whl

  scikit-image==0.12.3 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scikit_image-0.12.3-cp27-cp27m-win_amd64.whl

  scikit-learn==0.16.1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scikit_learn-0.16.1-cp27-none-win_amd64.whl

  scipy==0.16.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scipy-0.16.0-cp27-none-win_amd64.whl

  six>=1.7.3

  wxPython==3.0.2.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/wxPython-3.0.2.0-cp27-none-win_amd64.whl

  wxPython-common==3.0.2.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/wxPython_common-3.0.2.0-py2-none-any.whl



Finding the best candidates:

  found candidate cycler==0.10.0 (constraint was <any>)

  found candidate dask[array]==0.17.5 (constraint was >=0.5.0)

  found candidate gdal==1.11.2 (constraint was ==1.11.2)

  found candidate matplotlib==1.5.3 (constraint was ==1.5.3)

  found candidate networkx==2.1 (constraint was >=1.8)

Using pip: -i https://pypi.org/simple


                          ROUND 1

Current constraints:

  GDAL==1.11.2 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/GDAL-1.11.2-cp27-none-win_amd64.whl

  matplotlib==1.5.3 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/matplotlib-1.5.3-cp27-cp27m-win_amd64.whl

  numpy==1.11.1+mkl from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/numpy-1.11.1%2Bmkl-cp27-cp27m-win_amd64.whl

  opencv-python==2.4.13.2 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/opencv_python-2.4.13.2-cp27-cp27m-win_amd64.whl

  Pillow==3.3.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/Pillow-3.3.0-cp27-cp27m-win_amd64.whl

  psutil==0.7.1

  Pycluster==1.52 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/Pycluster-1.52-cp27-none-win_amd64.whl

  pywin32==223 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/pywin32-223-cp27-cp27m-win_amd64.whl

  reportlab==3.4.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/reportlab-3.4.0-cp27-cp27m-win_amd64.whl

  scikit-image==0.12.3 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scikit_image-0.12.3-cp27-cp27m-win_amd64.whl

  scikit-learn==0.16.1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scikit_learn-0.16.1-cp27-none-win_amd64.whl

  scipy==0.16.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scipy-0.16.0-cp27-none-win_amd64.whl

  wxPython==3.0.2.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/wxPython-3.0.2.0-cp27-none-win_amd64.whl

  wxPython-common==3.0.2.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/wxPython_common-3.0.2.0-py2-none-any.whl



Finding the best candidates:

  found candidate gdal==1.11.2 (constraint was ==1.11.2)

  found candidate matplotlib==1.5.3 (constraint was ==1.5.3)

  found candidate numpy==1.11.1+mkl (constraint was ==1.11.1+mkl)

  found candidate opencv-python==2.4.13.2 (constraint was ==2.4.13.2)

  found candidate pillow==3.3.0 (constraint was ==3.3.0)

  found candidate psutil==0.7.1 (constraint was ==0.7.1)

  found candidate pycluster==1.52 (constraint was ==1.52)

  found candidate pywin32==223 (constraint was ==223)

  found candidate reportlab==3.4.0 (constraint was ==3.4.0)

  found candidate scikit-image==0.12.3 (constraint was ==0.12.3)

  found candidate scikit-learn==0.16.1 (constraint was ==0.16.1)

  found candidate scipy==0.16.0 (constraint was ==0.16.0)

  found candidate wxpython==3.0.2.0 (constraint was ==3.0.2.0)

  found candidate wxpython-common==3.0.2.0 (constraint was ==3.0.2.0)



Finding secondary dependencies:

  reportlab==3.4.0          requires pillow>=2.4.0, pip>=1.4.1, setuptools>=2.2

  scikit-image==0.12.3      requires dask[array]>=0.5.0, networkx>=1.8, pillow>=2.1.0, six>=1.7.3

  scikit-learn==0.16.1      requires -

  pillow==3.3.0             requires -

  opencv-python==2.4.13.2   requires -

  wxpython-common==3.0.2.0  requires -

  pycluster==1.52           requires -

  wxpython==3.0.2.0         requires -

  scipy==0.16.0             requires -

  psutil==0.7.1             requires -

  numpy==1.11.1+mkl         requires -

  pywin32==223              requires -

  gdal==1.11.2              requires -

  matplotlib==1.5.3         requires cycler, numpy>=1.6, pyparsing!=2.0.4,!=2.1.2,>=1.5.6, python-dateutil, pytz



New dependencies found in this round:

  adding [u'cycler', '', '[]']

  adding [u'dask', '>=0.5.0', "[u'array']"]

  adding [u'networkx', '>=1.8', '[]']

  adding [u'numpy', '>=1.6', '[]']

  adding [u'pillow', '>=2.1.0,>=2.4.0', '[]']

  adding [u'pyparsing', '!=2.0.4,!=2.1.2,>=1.5.6', '[]']

  adding [u'python-dateutil', '', '[]']

  adding [u'pytz', '', '[]']

  adding [u'six', '>=1.7.3', '[]']

Removed dependencies in this round:

Unsafe dependencies in this round:

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

Result of round 1: not stable



                          ROUND 2

Current constraints:

  cycler

  dask[array]>=0.5.0

  GDAL==1.11.2 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/GDAL-1.11.2-cp27-none-win_amd64.whl

  matplotlib==1.5.3 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/matplotlib-1.5.3-cp27-cp27m-win_amd64.whl

  networkx>=1.8

  numpy==1.11.1+mkl,>=1.6 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/numpy-1.11.1%2Bmkl-cp27-cp27m-win_amd64.whl

  opencv-python==2.4.13.2 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/opencv_python-2.4.13.2-cp27-cp27m-win_amd64.whl

  Pillow==3.3.0,>=2.1.0,>=2.4.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/Pillow-3.3.0-cp27-cp27m-win_amd64.whl

  psutil==0.7.1

  Pycluster==1.52 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/Pycluster-1.52-cp27-none-win_amd64.whl

  pyparsing!=2.0.4,!=2.1.2,>=1.5.6

  python-dateutil

  pytz

  pywin32==223 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/pywin32-223-cp27-cp27m-win_amd64.whl

  reportlab==3.4.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/reportlab-3.4.0-cp27-cp27m-win_amd64.whl

  scikit-image==0.12.3 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scikit_image-0.12.3-cp27-cp27m-win_amd64.whl

  scikit-learn==0.16.1 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scikit_learn-0.16.1-cp27-none-win_amd64.whl

  scipy==0.16.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/scipy-0.16.0-cp27-none-win_amd64.whl

  six>=1.7.3

  wxPython==3.0.2.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/wxPython-3.0.2.0-cp27-none-win_amd64.whl

  wxPython-common==3.0.2.0 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/wxPython_common-3.0.2.0-py2-none-any.whl



Finding the best candidates:

  found candidate cycler==0.10.0 (constraint was <any>)

  found candidate dask[array]==0.17.5 (constraint was >=0.5.0)

  found candidate gdal==1.11.2 (constraint was ==1.11.2)

  found candidate matplotlib==1.5.3 (constraint was ==1.5.3)

  found candidate networkx==2.1 (constraint was >=1.8)


Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  You can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
Could not find a version that matches numpy==1.11.1+mkl,>=1.6 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/numpy-1.11.1%2Bmkl-cp27-cp27m-win_amd64.whl

Tried: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.5.1, 1.6.0, 1.6.0, 1.6.0, 1.6.0, 1.6.0, 1.6.0, 1.6.0, 1.6.1, 1.6.1, 1.6.1, 1.6.1, 1.6.1, 1.6.1, 1.6.1, 1.6.2, 1.6.2, 1.6.2, 1.6.2, 1.6.2, 1.6.2, 1.6.2, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.10.0, 1.10.0, 1.10.0, 1.10.0, 1.10.0, 1.10.0, 1.10.0, 1.10.0.post2, 1.10.0.post2, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.3, 1.10.3, 1.10.3, 1.10.3, 1.10.3, 1.10.3, 1.10.3, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.11.0b3, 1.11.0b3, 1.11.0b3, 1.11.0b3, 1.11.0b3, 1.11.0b3, 1.11.0rc1, 1.11.0rc1, 1.11.0rc1, 1.11.0rc1, 1.11.0rc1, 1.11.0rc1, 1.11.0rc2, 1.11.0rc2, 1.11.0rc2, 1.11.0rc2, 1.11.0rc2, 1.11.0rc2, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3

There are incompatible versions in the resolved dependencies.

Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  You can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
Could not find a version that matches numpy==1.11.1+mkl,>=1.6 from file:///C:/Users/campa/dev/Spectronon/runtime/64bit/numpy-1.11.1%2Bmkl-cp27-cp27m-win_amd64.whl

Tried: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.5.1, 1.6.0, 1.6.0, 1.6.0, 1.6.0, 1.6.0, 1.6.0, 1.6.0, 1.6.1, 1.6.1, 1.6.1, 1.6.1, 1.6.1, 1.6.1, 1.6.1, 1.6.2, 1.6.2, 1.6.2, 1.6.2, 1.6.2, 1.6.2, 1.6.2, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.0, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.1, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.7.2, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.0, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.1, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.8.2, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.0, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.1, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.2, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.9.3, 1.10.0, 1.10.0, 1.10.0, 1.10.0, 1.10.0, 1.10.0, 1.10.0, 1.10.0.post2, 1.10.0.post2, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.1, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.2, 1.10.3, 1.10.3, 1.10.3, 1.10.3, 1.10.3, 1.10.3, 1.10.3, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.10.4, 1.11.0b3, 1.11.0b3, 1.11.0b3, 1.11.0b3, 1.11.0b3, 1.11.0b3, 1.11.0rc1, 1.11.0rc1, 1.11.0rc1, 1.11.0rc1, 1.11.0rc1, 1.11.0rc1, 1.11.0rc2, 1.11.0rc2, 1.11.0rc2, 1.11.0rc2, 1.11.0rc2, 1.11.0rc2, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.0, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1rc1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2rc1, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.2, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.11.3, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0b1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc1, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0rc2, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.0, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1rc1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.12.1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc1, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0rc2, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.0, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.1, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.13.3, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0rc1, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.0, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.1, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.2, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3, 1.14.3

There are incompatible versions in the resolved dependencies.
Steps to replicate

Provide the steps to replicate (which usually at least includes the commands and the Pipfile).

Here is the abridged Pipfile:

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[packages]]
matplotlib = {path = "../runtime/64bit/matplotlib-1.5.3-cp27-cp27m-win_amd64.whl"}
numpy = {path = "../runtime/64bit/numpy-1.11.1+mkl-cp27-cp27m-win_amd64.whl"}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:22 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
techalchemycommented, Jun 5, 2018

@campanelli-resonon I think #2302 should cover that as well, I’ll add some tests to verify before we release

Thanks for reporting the bug though, it was easily reproducible and given the input, easily fixed!

0reactions
And0kcommented, Jun 27, 2019

PIP_FIND_LINKS not helps:

echo %PIP_FIND_LINKS% "d:\workCode_whl"

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pipfile needs a way to manually specify package installation ...
During installation, GDAL's python bindings are compiled using the ... pipenv cannot install matplotlib over MKL-enabled numpy wheel #2260.
Read more >
Python, Error while installing matplotlib - Stack Overflow
Results in : Error: Building wheel for matplotlib (setup.py)..error ... to available version it wont be problem to install matplotlib.
Read more >
Installation — Matplotlib 3.6.2 documentation
Installing an official release#. Matplotlib releases are available as wheel packages for macOS, Windows and Linux on PyPI. Install it using pip :....
Read more >
Problem installing matplotlib. (Example) | Treehouse Community
I'm getting an error installing matplotlib 2.2.2 through PowerShell. I'm using Windows 10, Python version 3.8.3.
Read more >
Conda: Myths and Misconceptions - Pythonic Perambulations
Even setting aside Myth #2, if we focus on just installation of ... This installs conda's MKL-enabled NumPy package within your virtualenv.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found