This file contains 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
% pipx install mathlibtools | |
ERROR: Command errored out with exit status 1: | |
command: /Users/ar/.local/pipx/venvs/mathlibtools/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/pyyaml_c2e9947ee533476b87f4aeaa1aec081e/setup.py'"'"'; __file__='"'"'/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/pyyaml_c2e9947ee533476b87f4aeaa1aec081e/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 /private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-wheel-6kj_k65w | |
cwd: /private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/pyyaml_c2e9947ee533476b87f4aeaa1aec081e/ | |
Complete output (67 lines): | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-11-x86_64-3.9 | |
creating build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/scanner.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/error.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/constructor.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/composer.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/events.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/__init__.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/representer.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/tokens.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/dumper.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/cyaml.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/parser.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/reader.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/loader.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/resolver.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/serializer.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/nodes.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
copying lib3/yaml/emitter.py -> build/lib.macosx-11-x86_64-3.9/yaml | |
running build_ext | |
building '_yaml' extension | |
creating build/temp.macosx-11-x86_64-3.9 | |
creating build/temp.macosx-11-x86_64-3.9/ext | |
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/icu4c/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ar/.local/pipx/venvs/mathlibtools/include -I/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c ext/_yaml.c -o build/temp.macosx-11-x86_64-3.9/ext/_yaml.o | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/pyyaml_c2e9947ee533476b87f4aeaa1aec081e/setup.py", line 291, in <module> | |
setup( | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands | |
self.run_command(cmd) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/Users/ar/.local/pipx/shared/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 299, in run | |
self.run_command('build') | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build.py", line 135, in run | |
self.run_command(cmd_name) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/pyyaml_c2e9947ee533476b87f4aeaa1aec081e/setup.py", line 185, in run | |
_build_ext.run(self) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 340, in run | |
self.build_extensions() | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/pyyaml_c2e9947ee533476b87f4aeaa1aec081e/setup.py", line 229, in build_extensions | |
self.build_extension(ext) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 529, in build_extension | |
objects = self.compiler.compile(sources, | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/ccompiler.py", line 574, in compile | |
self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/unixccompiler.py", line 117, in _compile | |
self.spawn(compiler_so + cc_args + [src, '-o', obj] + | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/ccompiler.py", line 910, in spawn | |
spawn(cmd, dry_run=self.dry_run) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/spawn.py", line 66, in spawn | |
if _cfg_target_split > [int(x) for x in cur_target.split('.')]: | |
AttributeError: 'int' object has no attribute 'split' | |
---------------------------------------- | |
ERROR: Failed building wheel for PyYAML | |
ERROR: Command errored out with exit status 1: | |
command: /Users/ar/.local/pipx/venvs/mathlibtools/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py'"'"'; __file__='"'"'/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/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 /private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-wheel-97f7ypm3 | |
cwd: /private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/ | |
Complete output (61 lines): | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-11-x86_64-3.9 | |
creating build/lib.macosx-11-x86_64-3.9/wrapt | |
copying src/wrapt/importer.py -> build/lib.macosx-11-x86_64-3.9/wrapt | |
copying src/wrapt/__init__.py -> build/lib.macosx-11-x86_64-3.9/wrapt | |
copying src/wrapt/wrappers.py -> build/lib.macosx-11-x86_64-3.9/wrapt | |
copying src/wrapt/decorators.py -> build/lib.macosx-11-x86_64-3.9/wrapt | |
running build_ext | |
building 'wrapt._wrappers' extension | |
creating build/temp.macosx-11-x86_64-3.9 | |
creating build/temp.macosx-11-x86_64-3.9/src | |
creating build/temp.macosx-11-x86_64-3.9/src/wrapt | |
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/icu4c/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ar/.local/pipx/venvs/mathlibtools/include -I/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c src/wrapt/_wrappers.c -o build/temp.macosx-11-x86_64-3.9/src/wrapt/_wrappers.o | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py", line 102, in <module> | |
run_setup(with_extensions=True) | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py", line 72, in run_setup | |
setup(**setup_kwargs_tmp) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands | |
self.run_command(cmd) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/Users/ar/.local/pipx/shared/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 299, in run | |
self.run_command('build') | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build.py", line 135, in run | |
self.run_command(cmd_name) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py", line 25, in run | |
build_ext.run(self) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 340, in run | |
self.build_extensions() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 449, in build_extensions | |
self._build_extensions_serial() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 474, in _build_extensions_serial | |
self.build_extension(ext) | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py", line 31, in build_extension | |
build_ext.build_extension(self, ext) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 529, in build_extension | |
objects = self.compiler.compile(sources, | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/ccompiler.py", line 574, in compile | |
self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/unixccompiler.py", line 117, in _compile | |
self.spawn(compiler_so + cc_args + [src, '-o', obj] + | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/ccompiler.py", line 910, in spawn | |
spawn(cmd, dry_run=self.dry_run) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/spawn.py", line 66, in spawn | |
if _cfg_target_split > [int(x) for x in cur_target.split('.')]: | |
AttributeError: 'int' object has no attribute 'split' | |
---------------------------------------- | |
ERROR: Failed building wheel for wrapt | |
ERROR: Command errored out with exit status 1: | |
command: /Users/ar/.local/pipx/venvs/mathlibtools/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py'"'"'; __file__='"'"'/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-record-i9y34x_d/install-record.txt --single-version-externally-managed --compile --install-headers /Users/ar/.local/pipx/venvs/mathlibtools/include/site/python3.9/wrapt | |
cwd: /private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/ | |
Complete output (63 lines): | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-11-x86_64-3.9 | |
creating build/lib.macosx-11-x86_64-3.9/wrapt | |
copying src/wrapt/importer.py -> build/lib.macosx-11-x86_64-3.9/wrapt | |
copying src/wrapt/__init__.py -> build/lib.macosx-11-x86_64-3.9/wrapt | |
copying src/wrapt/wrappers.py -> build/lib.macosx-11-x86_64-3.9/wrapt | |
copying src/wrapt/decorators.py -> build/lib.macosx-11-x86_64-3.9/wrapt | |
running build_ext | |
building 'wrapt._wrappers' extension | |
creating build/temp.macosx-11-x86_64-3.9 | |
creating build/temp.macosx-11-x86_64-3.9/src | |
creating build/temp.macosx-11-x86_64-3.9/src/wrapt | |
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/icu4c/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/ar/.local/pipx/venvs/mathlibtools/include -I/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c src/wrapt/_wrappers.c -o build/temp.macosx-11-x86_64-3.9/src/wrapt/_wrappers.o | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py", line 102, in <module> | |
run_setup(with_extensions=True) | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py", line 72, in run_setup | |
setup(**setup_kwargs_tmp) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands | |
self.run_command(cmd) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/Users/ar/.local/pipx/shared/lib/python3.9/site-packages/setuptools/command/install.py", line 61, in run | |
return orig.install.run(self) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/install.py", line 546, in run | |
self.run_command('build') | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build.py", line 135, in run | |
self.run_command(cmd_name) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command | |
self.distribution.run_command(command) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py", line 25, in run | |
build_ext.run(self) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 340, in run | |
self.build_extensions() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 449, in build_extensions | |
self._build_extensions_serial() | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 474, in _build_extensions_serial | |
self.build_extension(ext) | |
File "/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py", line 31, in build_extension | |
build_ext.build_extension(self, ext) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 529, in build_extension | |
objects = self.compiler.compile(sources, | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/ccompiler.py", line 574, in compile | |
self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/unixccompiler.py", line 117, in _compile | |
self.spawn(compiler_so + cc_args + [src, '-o', obj] + | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/ccompiler.py", line 910, in spawn | |
spawn(cmd, dry_run=self.dry_run) | |
File "/usr/local/Cellar/python@3.9/3.9.0_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/spawn.py", line 66, in spawn | |
if _cfg_target_split > [int(x) for x in cur_target.split('.')]: | |
AttributeError: 'int' object has no attribute 'split' | |
---------------------------------------- | |
ERROR: Command errored out with exit status 1: /Users/ar/.local/pipx/venvs/mathlibtools/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py'"'"'; __file__='"'"'/private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-install-4zs2ysbb/wrapt_7abf65db5cdc41c29440a3c4ceaea29b/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/_t/t93k_3n17s916hfg0nb0hfb40000gn/T/pip-record-i9y34x_d/install-record.txt --single-version-externally-managed --compile --install-headers /Users/ar/.local/pipx/venvs/mathlibtools/include/site/python3.9/wrapt Check the logs for full command output. | |
Error installing mathlibtools. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment