webchanges anonymously checks web content (including images) and commands for changes, delivering instant notifications and AI-powered summaries to your favorite platform.
Would you please list the command to uninstall Optional packages.
I have run into a conflict and can't install one of the optional packages. The advice is to downgrade or uninstall everything.
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
I ran the following command and now I cannot reinstall webchanges and optional packages:
pip freeze | xargs pip uninstall -y
then:
Getting requirements to build wheel ... done
ERROR: Exception:
Traceback (most recent call last):
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper
status = run_func(*args)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
return func(self, options, args)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/commands/install.py", line 338, in run
requirement_set = resolver.resolve(
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve
result = self._result = resolver.resolve(
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve
state = resolution.resolve(requirements, max_rounds=max_rounds)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 374, in resolve
failure_causes = self._attempt_to_pin_criterion(name)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 214, in _attempt_to_pin_criterion
criteria = self._get_updated_criteria(candidate)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 205, in _get_updated_criteria
self._add_to_criteria(criteria, requirement, parent=candidate)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria
if not criterion.candidates:
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__
return bool(self._sequence)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__
return any(self)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in <genexpr>
return (c for c in iterator if id(c) not in self._incompatible_ids)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built
candidate = func()
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 201, in _make_candidate_from_link
self._link_candidate_cache[link] = LinkCandidate(
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 281, in __init__
super().__init__(
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__
self.dist = self._prepare()
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 225, in _prepare
dist = self._prepare_distribution()
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 292, in _prepare_distribution
return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 482, in prepare_linked_requirement
return self._prepare_linked_requirement(req, parallel_builds)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 546, in _prepare_linked_requirement
dist = _get_prepared_distribution(
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution
abstract_dist.prepare_distribution_metadata(finder, build_isolation)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py", line 47, in prepare_distribution_metadata
self._install_build_reqs(finder)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py", line 106, in _install_build_reqs
build_reqs = self._get_build_requires_wheel()
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py", line 83, in _get_build_requires_wheel
return backend.get_requires_for_build_wheel()
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/pep517/wrappers.py", line 172, in get_requires_for_build_wheel
return self._call_hook('get_requires_for_build_wheel', {
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/pep517/wrappers.py", line 332, in _call_hook
raise BackendUnavailable(data.get('traceback', ''))
pip._vendor.pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 89, in _build_backend
obj = import_module(mod_path)
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/private/var/folders/kq/mm16z5891wl69t5vw8rzqznc0000gn/T/pip-build-env-_ylq_7ax/overlay/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/private/var/folders/kq/mm16z5891wl69t5vw8rzqznc0000gn/T/pip-build-env-_ylq_7ax/overlay/lib/python3.9/site-packages/setuptools/dist.py", line 38, in <module>
from setuptools import windows_support
File "/private/var/folders/kq/mm16z5891wl69t5vw8rzqznc0000gn/T/pip-build-env-_ylq_7ax/overlay/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/Users/john/.pyenv/versions/3.9.7/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ImportError: dlopen(/Users/john/.pyenv/versions/3.9.7/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so, 2): Symbol not found: __dyld_shared_cache_contains_path
Referenced from: /Users/john/.pyenv/versions/3.9.7/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so (which was built for Mac OS X 11.6)
Expected in: /usr/lib/libSystem.B.dylib
in /Users/john/.pyenv/versions/3.9.7/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so
EDIT: Looks like my version of python was built for a version of macOS that I am not running!?
I am running 10.5.7
Would you please list the command to uninstall Optional packages.
I have run into a conflict and can't install one of the optional packages. The advice is to downgrade or uninstall everything.
I ran the following command and now I cannot reinstall webchanges and optional packages:
pip freeze | xargs pip uninstall -y
then:that last one is where things went haywire...
EDIT: Looks like my version of python was built for a version of macOS that I am not running!? I am running 10.5.7