bjherger / ResumeParser

A framework to parse resumes, extract contact & other information, and check for required terms
367 stars 216 forks source link

Building requirments fails #49

Open lanceharvie opened 3 years ago

lanceharvie commented 3 years ago

Hi,

I installed Python 2.7 because in 3 the build fails.

Unfortunately it also fails in 2.7 with these errors

ERROR: Command errored out with exit status 1: command: /usr/bin/python /usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpvQx73l cwd: /tmp/pip-install-0pWXCD/murmurhash Complete output (26 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/murmurhash copying murmurhash/about.py -> build/lib.linux-x86_64-2.7/murmurhash copying murmurhash/init.py -> build/lib.linux-x86_64-2.7/murmurhash creating build/lib.linux-x86_64-2.7/murmurhash/tests copying murmurhash/tests/test_import.py -> build/lib.linux-x86_64-2.7/murmurhash/tests copying murmurhash/tests/test_against_mmh3.py -> build/lib.linux-x86_64-2.7/murmurhash/tests copying murmurhash/tests/init.py -> build/lib.linux-x86_64-2.7/murmurhash/tests copying murmurhash/mrmr.pyx -> build/lib.linux-x86_64-2.7/murmurhash copying murmurhash/init.pxd -> build/lib.linux-x86_64-2.7/murmurhash copying murmurhash/mrmr.pxd -> build/lib.linux-x86_64-2.7/murmurhash creating build/lib.linux-x86_64-2.7/murmurhash/include creating build/lib.linux-x86_64-2.7/murmurhash/include/murmurhash copying murmurhash/include/murmurhash/MurmurHash3.h -> build/lib.linux-x86_64-2.7/murmurhash/include/murmurhash copying murmurhash/include/murmurhash/MurmurHash2.h -> build/lib.linux-x86_64-2.7/murmurhash/include/murmurhash running build_ext building 'murmurhash.mrmr' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/murmurhash x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-U5f0ID/python2.7-2.7.18=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -I/tmp/pip-install-0pWXCD/murmurhash/murmurhash/include -I/usr/include/python2.7 -c murmurhash/mrmr.cpp -o build/temp.linux-x86_64-2.7/murmurhash/mrmr.o -O3 -Wno-strict-prototypes -Wno-unused-function unable to execute 'x86_64-linux-gnu-gcc': No such file or directory error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

ERROR: Failed building wheel for murmurhash Building wheel for srsly (PEP 517) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python /usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmp6qx4HF cwd: /tmp/pip-install-0pWXCD/srsly Complete output (76 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/srsly copying srsly/_pickle_api.py -> build/lib.linux-x86_64-2.7/srsly copying srsly/about.py -> build/lib.linux-x86_64-2.7/srsly copying srsly/_json_api.py -> build/lib.linux-x86_64-2.7/srsly copying srsly/init.py -> build/lib.linux-x86_64-2.7/srsly copying srsly/util.py -> build/lib.linux-x86_64-2.7/srsly copying srsly/_msgpack_api.py -> build/lib.linux-x86_64-2.7/srsly creating build/lib.linux-x86_64-2.7/srsly/cloudpickle copying srsly/cloudpickle/cloudpickle.py -> build/lib.linux-x86_64-2.7/srsly/cloudpickle copying srsly/cloudpickle/init.py -> build/lib.linux-x86_64-2.7/srsly/cloudpickle creating build/lib.linux-x86_64-2.7/srsly/ujson copying srsly/ujson/init.py -> build/lib.linux-x86_64-2.7/srsly/ujson creating build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/_version.py -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/_ext_type.py -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/exceptions.py -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/_msgpack_numpy.py -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/init.py -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/util.py -> build/lib.linux-x86_64-2.7/srsly/msgpack creating build/lib.linux-x86_64-2.7/srsly/tests copying srsly/tests/test_pickle_api.py -> build/lib.linux-x86_64-2.7/srsly/tests copying srsly/tests/test_msgpack_api.py -> build/lib.linux-x86_64-2.7/srsly/tests copying srsly/tests/init.py -> build/lib.linux-x86_64-2.7/srsly/tests copying srsly/tests/test_json_api.py -> build/lib.linux-x86_64-2.7/srsly/tests creating build/lib.linux-x86_64-2.7/srsly/tests/cloudpickle copying srsly/tests/cloudpickle/testutils.py -> build/lib.linux-x86_64-2.7/srsly/tests/cloudpickle copying srsly/tests/cloudpickle/init.py -> build/lib.linux-x86_64-2.7/srsly/tests/cloudpickle copying srsly/tests/cloudpickle/cloudpickle_file_test.py -> build/lib.linux-x86_64-2.7/srsly/tests/cloudpickle creating build/lib.linux-x86_64-2.7/srsly/tests/ujson copying srsly/tests/ujson/test_ujson.py -> build/lib.linux-x86_64-2.7/srsly/tests/ujson copying srsly/tests/ujson/init.py -> build/lib.linux-x86_64-2.7/srsly/tests/ujson creating build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_pack.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_buffer.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_numpy.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_extension.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_newspec.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_unpack.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_memoryview.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_limits.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_read_size.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_except.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_subtype.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_format.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/init.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_seq.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_case.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_stricttype.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/tests/msgpack/test_sequnpack.py -> build/lib.linux-x86_64-2.7/srsly/tests/msgpack copying srsly/ujson/JSONtoObj.c -> build/lib.linux-x86_64-2.7/srsly/ujson copying srsly/ujson/objToJSON.c -> build/lib.linux-x86_64-2.7/srsly/ujson copying srsly/ujson/ujson.c -> build/lib.linux-x86_64-2.7/srsly/ujson copying srsly/ujson/version.h -> build/lib.linux-x86_64-2.7/srsly/ujson copying srsly/ujson/py_defines.h -> build/lib.linux-x86_64-2.7/srsly/ujson copying srsly/msgpack/_unpacker.pyx -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/_packer.pyx -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/unpack.h -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/pack_template.h -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/unpack_define.h -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/pack.h -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/sysdep.h -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/unpack_template.h -> build/lib.linux-x86_64-2.7/srsly/msgpack copying srsly/msgpack/buff_converter.h -> build/lib.linux-x86_64-2.7/srsly/msgpack running build_ext building 'srsly.msgpack._unpacker' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/srsly creating build/temp.linux-x86_64-2.7/srsly/msgpack x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-U5f0ID/python2.7-2.7.18=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -D__LITTLE_ENDIAN__=1 -Isrsly/msgpack -I/usr/include/python2.7 -I. -I/tmp/pip-install-0pWXCD/srsly/include -I/usr/include/python2.7 -c srsly/msgpack/_unpacker.cpp -o build/temp.linux-x86_64-2.7/srsly/msgpack/_unpacker.o -O2 -Wno-strict-prototypes -Wno-unused-function unable to execute 'x86_64-linux-gnu-gcc': No such file or directory error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

ERROR: Failed building wheel for srsly Building wheel for cymem (PEP 517) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python /usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpXNmkZC cwd: /tmp/pip-install-0pWXCD/cymem Complete output (21 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/cymem copying cymem/about.py -> build/lib.linux-x86_64-2.7/cymem copying cymem/init.py -> build/lib.linux-x86_64-2.7/cymem package init file 'cymem/tests/init.py' not found (or not a regular file) creating build/lib.linux-x86_64-2.7/cymem/tests copying cymem/tests/test_import.py -> build/lib.linux-x86_64-2.7/cymem/tests copying cymem/cymem.pyx -> build/lib.linux-x86_64-2.7/cymem copying cymem/init.pxd -> build/lib.linux-x86_64-2.7/cymem copying cymem/cymem.pxd -> build/lib.linux-x86_64-2.7/cymem running build_ext building 'cymem.cymem' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/cymem x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-U5f0ID/python2.7-2.7.18=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c cymem/cymem.cpp -o build/temp.linux-x86_64-2.7/cymem/cymem.o -O3 -Wno-strict-prototypes -Wno-unused-function unable to execute 'x86_64-linux-gnu-gcc': No such file or directory error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

ERROR: Failed building wheel for cymem Building wheel for wasabi (setup.py) ... done Created wheel for wasabi: filename=wasabi-0.8.2-py2-none-any.whl size=23854 sha256=506b103cb21740ca634120e92daf5ca5d8c05f760ab6e6284b4fa0e6a4fa1723 Stored in directory: /home/lance/.cache/pip/wheels/e5/0d/73/60652093a6c3b50a2c65cd76ff115ef2e2dec3e923003a8ad4 Building wheel for pathlib (setup.py) ... done Created wheel for pathlib: filename=pathlib-1.0.1-py2-none-any.whl size=14347 sha256=41182051f92aa48e962bbc560c258ceafae8e2f436aa67914f6966f53e3ee79f Stored in directory: /home/lance/.cache/pip/wheels/46/37/4f/332bcea757140ff34e14dec7be65931f544c7ac94eb671ae9f Building wheel for functools32 (setup.py) ... done Created wheel for functools32: filename=functools32-3.2.3.post2-py2-none-any.whl size=14556 sha256=dad93770ee1ce525099f7bac51841217d0dd1759568e3add91bf29b2890d51b3 Stored in directory: /home/lance/.cache/pip/wheels/c2/ea/a3/25af52265fad6418a74df0b8d9ca8b89e0b3735dbd4d0d3794 Successfully built PyYAML smart-open wasabi pathlib functools32 Failed to build murmurhash srsly cymem ERROR: Could not build wheels for murmurhash, srsly, cymem which use PEP 517 and cannot be installed directly