mapbox-cli-py icon indicating copy to clipboard operation
mapbox-cli-py copied to clipboard

Install Fails on Windows

Open Doug910 opened this issue 3 years ago • 0 comments

Install on Python 2.7 fails, installer can't find module glob, but this is in setuptools, which is installed.

pip install mapboxcli

Collecting mapboxcli Using cached mapboxcli-0.8.0-py2-none-any.whl (13 kB) Requirement already satisfied: six in c:\python27\lib\site-packages\six-1.7.3-py2.7.egg (from mapboxcli) (1.7.3) Collecting click-plugins Using cached click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB) Collecting click Using cached click-7.1.2-py2.py3-none-any.whl (82 kB) Collecting mapbox==0.16.1 Using cached mapbox-0.16.1-py2.py3-none-any.whl (26 kB) Collecting cligj>=0.4 Using cached cligj-0.7.2.tar.gz (9.8 kB) Collecting cachecontrol Using cached CacheControl-0.12.6-py2.py3-none-any.whl (19 kB) Collecting polyline>=1.3.1 Using cached polyline-1.4.0-py2.py3-none-any.whl (4.4 kB) Collecting iso3166 Using cached iso3166-1.0.1-py2.py3-none-any.whl (8.2 kB) Collecting uritemplate>=2.0 Using cached uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) Collecting python-dateutil>=2.5.0requests Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting boto3>=1.4 Using cached boto3-1.17.112-py2.py3-none-any.whl (131 kB) Collecting requests Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB) Collecting msgpack>=0.5.2 Using cached msgpack-1.0.4.tar.gz (128 kB) Installing build dependencies ... done Getting requirements to build wheel ... error ERROR: Command errored out with exit status 1: command: 'c:\python27\python.exe' 'c:\python27\lib\site-packages\pip_vendor\pep517_in_process.py' get_requires_for_build_wheel 'c:\users\dxxxx~1.gin\appdata\local\temp\tmp_bsly6' cwd: c:\users\dxxxx~1.gin\appdata\local\temp\pip-install-mhuqx7\msgpack Complete output (4 lines): Traceback (most recent call last): File "c:\python27\lib\site-packages\pip_vendor\pep517_in_process.py", line 15, in from glob import glob ImportError: No module named glob

ERROR: Command errored out with exit status 1: 'c:\python27\python.exe' 'c:\python27\lib\site-packages\pip_vendor\pep517_in_process.py' get_requires_for_build_wheel 'c:\users\dxxxx~1.gin\appdata\local\temp\tmp_bsly6' Check the logs for full command output.

Expected outcome

Should install, have installed on another Windows 10 PC okay,

Other information

Python 2.7.15 Windows 7 Professional

pip list

Package Version


convertbng 0.6.17 et-xmlfile 1.0.1 glob2 0.7 jdcal 1.4 keyring 0.5.1 matplotlib 1.4.0 mercurial 1.9 msgpack-python 0.5.6 numpy 1.16.6 openpyxl 2.6.2 pip 20.3.4 py-dom-xpath 0.1 pyparsing 1.5.7 pypng 0.0.18 python-dateutil 1.5 pywin32 224 pywinauto 0.4.0 SendKeys 0.3 setuptools 40.6.2 simplekml 1.2.8 six 1.7.3

Doug910 avatar Oct 04 '22 09:10 Doug910