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.

Missing AUR Dependencies

See original GitHub issue

While installing ytmdl from the AUR, I noticed that there are some dependencies still missing:

extra/python-pip
community/python-pycountry

This is the error while installing when pip is missing:

==> Starting build()...
Installing inaSpeechSegmenter using pip since it's not available in AUR.
/tmp/trizen-zodd/ytmdl/PKGBUILD: line 43: pip: command not found
==> ERROR: A failure occurred in build().
    Aborting...
:: Unable to build ytmdl - makepkg exited with code: 4

This is the error I got when not having pycountry installed:

$ ytmdl
Traceback (most recent call last):
  File "/usr/bin/ytmdl", line 19, in <module>
    from ytmdl import (
  File "/usr/lib/python3.8/site-packages/ytmdl/metadata.py", line 3, in <module>
    import itunespy
  File "/usr/lib/python3.8/site-packages/itunespy/__init__.py", line 23, in <module>
    import pycountry
ModuleNotFoundError: No module named 'pycountry'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
deepjyoti30commented, Jul 27, 2020

@Nesaijn Thanks for the input.

I completely forgot about unidecode. I have added it now.

Regarding the providers, the code surely supports it for now but I will update the README etc once I do a proper release in a few weeks.

1reaction
deepjyoti30commented, Jul 26, 2020

@Nesaijn This issue should be fixed now. Made tensorflow optional and pypi has now extra features that can be installed optionally in order for trim to work.

You can install from AUR and report back here if you find any more bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[SOLVED]MAKEPKG can't resolve dependencies unless I use
Hi all,. I've been trying to install an AUR package and when I run 'makepkg -s' it said it couldn't resolve dependencies.
Read more >
Arch Linux makepkg for AUR now always fails on finding ...
Installing missing dependencies... error: target not found: ... at using an AUR helper to automatically install dependencies from the AUR.
Read more >
After update get missing AUR packages message?
Most probably, these packages have been installed as dependencies of other packages in your system which no longer require them.
Read more >
Missing AUR Packages, Orphaned And Newer Than The ...
Once packages get removed from repositories is quite possible will be removed from AUR too. The announcements always contain useful information ...
Read more >
aur-sync: missing dependencies error when trying to ... - GitHub
The package in question is ruby-rails . My testing showed that the missing dependencies are still in the queue, just in the wrong...
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