pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.02k stars 91 forks source link

Can't install #77

Open gabrielmaster123 opened 2 years ago

gabrielmaster123 commented 2 years ago
[gabriel@GabrielPC gi]$ yay marisa-trie
1 aur/python-marisa-trie 0.7.7-1 (+25 0.12) 
    Static memory-efficient & fast Trie-like structures for Python (based on marisa-trie C++ library)
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==> 1
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo Make:2]  cython-0.29.28-1  python-wheel-0.37.1-1
[Aur:1]  python-marisa-trie-0.7.7-1

==> Remove make dependencies after install? [y/N] 
  1 python-marisa-trie                       (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: PKGBUILD up to date, Skipping (1/0): python-marisa-trie
  1 python-marisa-trie                       (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: python-marisa-trie

resolving dependencies...
looking for conflicting packages...

Packages (2) cython-0.29.28-1  python-wheel-0.37.1-1

Total Installed Size:  8.23 MiB

:: Proceed with installation? [Y/n] 
(2/2) checking keys in keyring                     [######################] 100%
(2/2) checking package integrity                   [######################] 100%
(2/2) loading package files                        [######################] 100%
(2/2) checking for file conflicts                  [######################] 100%
error: failed to commit transaction (conflicting files)
python-wheel: /usr/bin/wheel exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__init__.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__main__.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__pycache__/__init__.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__pycache__/__main__.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__pycache__/bdist_wheel.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__pycache__/macosx_libfile.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__pycache__/metadata.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__pycache__/pkginfo.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__pycache__/util.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/__pycache__/wheelfile.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/bdist_wheel.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/cli/__init__.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/cli/__pycache__/__init__.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/cli/__pycache__/convert.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/cli/__pycache__/pack.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/cli/__pycache__/unpack.cpython-310.pyc exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/cli/convert.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/cli/pack.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/cli/unpack.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/macosx_libfile.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/metadata.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/pkginfo.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/util.py exists in filesystem
python-wheel: /usr/lib/python3.10/site-packages/wheel/wheelfile.py exists in filesystem
Errors occurred, no packages were upgraded.
 -> error installing repo packages
zongpingding commented 2 months ago

see this log:

python-wheel: /usr/bin/wheel exists in filesystem

consider rename it to wheel_backup then install marisa-trie again.