BewareMyPower commented on issue #17468:
URL: https://github.com/apache/pulsar/issues/17468#issuecomment-1253321351
@tisonkun It still doesn't work.
```
dyld[46563]: missing symbol called
Traceback (most recent call last):
File "/Users/xuyunze/.pulsar-mac-wheels-cache/Python-3.10.2/Lib/runpy.py",
line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/xuyunze/.pulsar-mac-wheels-cache/Python-3.10.2/Lib/runpy.py",
line 86, in _run_code
exec(code, run_globals)
File
"/Users/xuyunze/.pulsar-mac-wheels-cache/Python-3.10.2/Lib/ensurepip/__main__.py",
line 5, in <module>
sys.exit(ensurepip._main())
File
"/Users/xuyunze/.pulsar-mac-wheels-cache/Python-3.10.2/Lib/ensurepip/__init__.py",
line 277, in _main
return _bootstrap(
File
"/Users/xuyunze/.pulsar-mac-wheels-cache/Python-3.10.2/Lib/ensurepip/__init__.py",
line 193, in _bootstrap
return _run_pip([*args, *_PACKAGE_NAMES], additional_paths)
File
"/Users/xuyunze/.pulsar-mac-wheels-cache/Python-3.10.2/Lib/ensurepip/__init__.py",
line 93, in _run_pip
return subprocess.run([sys.executable, '-W',
'ignore::DeprecationWarning',
File
"/Users/xuyunze/.pulsar-mac-wheels-cache/Python-3.10.2/Lib/subprocess.py", line
524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command
'['/Users/xuyunze/.pulsar-mac-wheels-cache/Python-3.10.2/python.exe', '-W',
'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path =
[\'/var/folders/b5/5vrry5193db1v8r7xfg6r3880000gn/T/tmp9_b1n933/setuptools-58.1.0-py3-none-any.whl\',
\'/var/folders/b5/5vrry5193db1v8r7xfg6r3880000gn/T/tmp9_b1n933/pip-21.2.4-py3-none-any.whl\']
+ sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\',
\'--find-links\',
\'/var/folders/b5/5vrry5193db1v8r7xfg6r3880000gn/T/tmp9_b1n933\', \'--root\',
\'/\', \'--upgrade\', \'setuptools\', \'pip\']\nrunpy.run_module("pip",
run_name="__main__", alter_sys=True)\n']' died with <Signals.SIGABRT: 6>.
make: *** [install] Error 1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]