Created
May 20, 2020 19:52
-
-
Save turtlesoupy/e8a72d3166cb415f5847a99092639442 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Processing /home/tdimson/projects/skimpy | |
| Building wheels for collected packages: skimpy | |
| Building wheel for skimpy (setup.py): started | |
| Building wheel for skimpy (setup.py): finished with status 'error' | |
| ERROR: Command errored out with exit status 1: | |
| command: /home/tdimson/anaconda3/envs/company_makeup/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/tdimson/projects/skimpy/setup.py'"'"'; __file__='"'"'/home/tdimson/projects/skimpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-3xtcplbx | |
| cwd: /home/tdimson/projects/skimpy/ | |
| Complete output (57 lines): | |
| running bdist_wheel | |
| running build | |
| running build_ext | |
| Generating cmake build... | |
| ** AsmJit Summary ** | |
| ASMJIT_DIR=/home/tdimson/projects/skimpy/third_party/asmjit | |
| ASMJIT_TEST=FALSE | |
| ASMJIT_TARGET_TYPE=STATIC | |
| ASMJIT_DEPS=pthread;rt | |
| ASMJIT_LIBS=asmjit;pthread;rt | |
| ASMJIT_CFLAGS=-DASMJIT_STATIC | |
| ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC | |
| ASMJIT_PRIVATE_CFLAGS_DBG= | |
| ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants | |
| -- Version: 6.1.3 | |
| -- Build type: Release | |
| -- CXX_STANDARD: 17 | |
| -- Required features: cxx_variadic_templates | |
| -- Found PythonInterp: /home/tdimson/anaconda3/envs/company_makeup/bin/python3.7 (found version "3.7.6") | |
| -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so | |
| -- pybind11 v2.4.dev4 | |
| -- Configuring done | |
| -- Generating done | |
| -- Build files have been written to: /home/tdimson/projects/skimpy | |
| Executing cmake build... | |
| Error: could not load cache | |
| Traceback (most recent call last): | |
| File "<string>", line 1, in <module> | |
| File "/home/tdimson/projects/skimpy/setup.py", line 97, in <module> | |
| zip_safe = False | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup | |
| return distutils.core.setup(**attrs) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/core.py", line 148, in setup | |
| dist.run_commands() | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/dist.py", line 966, in run_commands | |
| self.run_command(cmd) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/dist.py", line 985, in run_command | |
| cmd_obj.run() | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 223, in run | |
| self.run_command('build') | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/dist.py", line 985, in run_command | |
| cmd_obj.run() | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/command/build.py", line 135, in run | |
| self.run_command(cmd_name) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/dist.py", line 985, in run_command | |
| cmd_obj.run() | |
| File "/home/tdimson/projects/skimpy/setup.py", line 33, in run | |
| self.build_extension(ext) | |
| File "/home/tdimson/projects/skimpy/setup.py", line 81, in build_extension | |
| cwd = self.build_temp, | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/subprocess.py", line 363, in check_call | |
| raise CalledProcessError(retcode, cmd) | |
| subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'skimpy_ext', '--config', 'Release']' returned non-zero exit status 1. | |
| ---------------------------------------- | |
| ERROR: Failed building wheel for skimpy | |
| Running setup.py clean for skimpy | |
| Failed to build skimpy | |
| Installing collected packages: skimpy | |
| Running setup.py install for skimpy: started | |
| Running setup.py install for skimpy: finished with status 'error' | |
| ERROR: Command errored out with exit status 1: | |
| command: /home/tdimson/anaconda3/envs/company_makeup/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/tdimson/projects/skimpy/setup.py'"'"'; __file__='"'"'/home/tdimson/projects/skimpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-uml25p4a/install-record.txt --single-version-externally-managed --compile --install-headers /home/tdimson/anaconda3/envs/company_makeup/include/python3.7m/skimpy | |
| cwd: /home/tdimson/projects/skimpy/ | |
| Complete output (57 lines): | |
| running install | |
| running build | |
| running build_ext | |
| Generating cmake build... | |
| ** AsmJit Summary ** | |
| ASMJIT_DIR=/home/tdimson/projects/skimpy/third_party/asmjit | |
| ASMJIT_TEST=FALSE | |
| ASMJIT_TARGET_TYPE=STATIC | |
| ASMJIT_DEPS=pthread;rt | |
| ASMJIT_LIBS=asmjit;pthread;rt | |
| ASMJIT_CFLAGS=-DASMJIT_STATIC | |
| ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC | |
| ASMJIT_PRIVATE_CFLAGS_DBG= | |
| ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants | |
| -- Version: 6.1.3 | |
| -- Build type: Release | |
| -- CXX_STANDARD: 17 | |
| -- Required features: cxx_variadic_templates | |
| -- pybind11 v2.4.dev4 | |
| -- Configuring done | |
| -- Generating done | |
| -- Build files have been written to: /home/tdimson/projects/skimpy | |
| Executing cmake build... | |
| Error: could not load cache | |
| Traceback (most recent call last): | |
| File "<string>", line 1, in <module> | |
| File "/home/tdimson/projects/skimpy/setup.py", line 97, in <module> | |
| zip_safe = False | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup | |
| return distutils.core.setup(**attrs) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/core.py", line 148, in setup | |
| dist.run_commands() | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/dist.py", line 966, in run_commands | |
| self.run_command(cmd) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/dist.py", line 985, in run_command | |
| cmd_obj.run() | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run | |
| return orig.install.run(self) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/command/install.py", line 545, in run | |
| self.run_command('build') | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/dist.py", line 985, in run_command | |
| cmd_obj.run() | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/command/build.py", line 135, in run | |
| self.run_command(cmd_name) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/cmd.py", line 313, in run_command | |
| self.distribution.run_command(command) | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/distutils/dist.py", line 985, in run_command | |
| cmd_obj.run() | |
| File "/home/tdimson/projects/skimpy/setup.py", line 33, in run | |
| self.build_extension(ext) | |
| File "/home/tdimson/projects/skimpy/setup.py", line 81, in build_extension | |
| cwd = self.build_temp, | |
| File "/home/tdimson/anaconda3/envs/company_makeup/lib/python3.7/subprocess.py", line 363, in check_call | |
| raise CalledProcessError(retcode, cmd) | |
| subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'skimpy_ext', '--config', 'Release']' returned non-zero exit status 1. | |
| ---------------------------------------- | |
| ERROR: Command errored out with exit status 1: /home/tdimson/anaconda3/envs/company_makeup/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/tdimson/projects/skimpy/setup.py'"'"'; __file__='"'"'/home/tdimson/projects/skimpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-uml25p4a/install-record.txt --single-version-externally-managed --compile --install-headers /home/tdimson/anaconda3/envs/company_makeup/include/python3.7m/skimpy Check the logs for full command output. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment