question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Aur install broken + from source seems broken to.

See original GitHub issue

Arch linux (Arcolinux) installing from the AUR is broken, ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'streamdeck-ui-git-r270.d3cf85e-1':

Installing from source. 'pip3 install git+https://github.com/timothycrosley/streamdeck-ui Traceback (most recent call last): File “/usr/bin/pip3”, line 33, in <module> sys.exit(load_entry_point(‘pip==20.3.4’, ‘console_scripts’, ‘pip3’)()) File “/usr/bin/pip3”, line 25, in importlib_load_entry_point return next(matches).load() File “/usr/lib/python3.10/importlib/metadata/init.py”, line 162, in load module = import_module(match.group(‘module’)) File “/usr/lib/python3.10/importlib/init.py”, line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File “<frozen importlib._bootstrap>”, line 1050, in _gcd_import File “<frozen importlib._bootstrap>”, line 1027, in _find_and_load File “<frozen importlib._bootstrap>”, line 1006, in _find_and_load_unlocked File “<frozen importlib._bootstrap>”, line 688, in _load_unlocked File “<frozen importlib._bootstrap_external>”, line 883, in exec_module File “<frozen importlib._bootstrap>”, line 241, in _call_with_frames_removed File “/usr/lib/python3.10/site-packages/pip/_internal/cli/main.py”, line 10, in <module> from pip._internal.cli.autocompletion import autocomplete File “/usr/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py”, line 9, in <module> from pip._internal.cli.main_parser import create_main_parser File “/usr/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py”, line 7, in <module> from pip._internal.cli import cmdoptions File “/usr/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py”, line 25, in <module> from pip._internal.cli.progress_bars import BAR_TYPES File “/usr/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py”, line 8, in <module> from pip._vendor.progress.bar import Bar, FillingCirclesBar, IncrementalBar ModuleNotFoundError: No module named ‘pip._vendor.progress’ ’

Installation was working this morning. I rebooted machine and Streamdeck would not run. I have uninstalled all and tried reinstall with the above results.

Previously installed packages please see below.

previous installed packages

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:14

github_iconTop GitHub Comments

1reaction
MrCheeze446commented, Dec 14, 2021

image Doesn’t work on my machine, used the workaround @AlexanderCurl mentioned above.

sudo python -m pip install streamdeck will help.

pftt probably should’ve tried that, what you’ve mentioned will probably fix it then.

1reaction
MrCheeze446commented, Dec 13, 2021

Using the pip install works for me though.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AUR package is broken - I may want to update [SOLVED]
I see two possible solutions: 1. Solution A: Install the missing dependency - how would I go about that if it doesn't seem...
Read more >
Manjaro AUR build is broken again. - FreeCAD Forum
It appears to get broken or outdated every other day or so... :roll: But, yes I tried the clean...same error.
Read more >
Has your Arch system ever broken? : r/archlinux - Reddit
I have often touted that my arch install never broke, but the other day pacman wouldn't update due to some inconsistencies on my...
Read more >
What has a bigger chance of breaking my system Aur ...
For example, one AUR install might be source code getting built, ... as long as you're doing snapshots and backups, a broken system...
Read more >
Rescuing a Broken Archlinux System - kpj's blog
The packages involved in the update are most likely in a broken state. Identify them by looking at pacman's logs ( /var/log/pacman.log )...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found