Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
pypy
pypy
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 582
    • Issues 582
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards

This instance will be upgraded to Heptapod 0.19.0rc2 on 2021-01-18 at 11:00 UTC+1 (a few minutes of downtime)

  • PyPy
  • pypypypy
  • Issues
  • #3314

Closed
Open
Opened Sep 29, 2020 by afterrabble@aaronjrenfroe

"AttributeError: No symbol SCDynamicStoreCopyProxies found in library <None>" when using pip on MacOS Big Sur, for pypy 7.3.1 and pypy 7.3.2.

Currently on the latest Big Sur beta (20A5374i)

When running pypy3 -mpip install <package> or pypy3 -m ensurepip or even in a vitrualenv pip search <package> I receive the following output:

Traceback (most recent call last):
  File "/usr/local/bin/pypy3/lib-python/3/runpy.py", line 196, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/local/bin/pypy3/lib-python/3/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/bin/pypy3/lib-python/3/ensurepip/__main__.py", line 5, in <module>
    sys.exit(ensurepip._main())
  File "/usr/local/bin/pypy3/lib-python/3/ensurepip/__init__.py", line 214, in _main
    default_pip=args.default_pip,
  File "/usr/local/bin/pypy3/lib-python/3/ensurepip/__init__.py", line 127, in _bootstrap
    return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
  File "/usr/local/bin/pypy3/lib-python/3/ensurepip/__init__.py", line 32, in _run_pip
    runpy.run_module("pip", run_name="__main__", alter_sys=True)
  File "/usr/local/bin/pypy3/lib-python/3/runpy.py", line 208, in run_module
    return _run_module_code(code, init_globals, run_name, mod_spec)
  File "/usr/local/bin/pypy3/lib-python/3/runpy.py", line 96, in _run_module_code
    mod_name, mod_spec, pkg_name, script_name)
  File "/usr/local/bin/pypy3/lib-python/3/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/__main__.py", line 26, in <module>
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/cli/main.py", line 73, in main
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/commands/__init__.py", line 104, in create_command
  File "/usr/local/bin/pypy3/lib-python/3/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1015, in _gcd_import
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load
  File "<frozen importlib._bootstrap>", line 976, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 647, in _load_backward_compatible
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/commands/install.py", line 24, in <module>
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/cli/req_command.py", line 16, in <module>
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/index/package_finder.py", line 21, in <module>
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/index/collector.py", line 14, in <module>
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/_vendor/html5lib/__init__.py", line 28, in <module>
  File "/var/folders/7q/snx0w4453rb2m9mnwv6d4llm0000gn/T/tmpw21_tp9_/pip-20.1.1-py2.py3-none-any.whl/pip/_vendor/html5lib/serializer.py", line 11, in <module>
  File "/usr/local/bin/pypy3/lib-python/3/xml/sax/saxutils.py", line 6, in <module>
    import os, urllib.parse, urllib.request
  File "/usr/local/bin/pypy3/lib-python/3/urllib/request.py", line 2618, in <module>
    from _scproxy import _get_proxy_settings, _get_proxies
  File "/usr/local/bin/pypy3/lib_pypy/_scproxy.py", line 64, in <module>
    ffi = _CFSetup()
  File "/usr/local/bin/pypy3/lib_pypy/_scproxy.py", line 63, in _CFSetup
    return CFProxy()
  File "/usr/local/bin/pypy3/lib_pypy/_scproxy.py", line 52, in __init__
    func = getattr(mod, fname)
  File "/usr/local/bin/pypy3/lib-python/3/ctypes/__init__.py", line 382, in __getattr__
    func = self.__getitem__(name)
  File "/usr/local/bin/pypy3/lib-python/3/ctypes/__init__.py", line 387, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
  File "/usr/local/bin/pypy3/lib_pypy/_ctypes/function.py", line 255, in __init__
    ptr = self._getfuncptr([], ctypes.c_int)
  File "/usr/local/bin/pypy3/lib_pypy/_ctypes/function.py", line 442, in _getfuncptr
    self._ptr = cdll.getfunc(self.name, ffi_argtypes, ffi_restype)
AttributeError: No symbol SCDynamicStoreCopyProxies found in library <None>
Edited Sep 29, 2020 by Matti Picus
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: pypy/pypy#3314