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.

[Bug] Installation failing on Gentoo

See original GitHub issue

Bug report

Checklist

  • I have searched for similar bugs in the issues.
  • I will add the bug label to this issue.

Version Info

  • Ytmdl version: 2021.01.13
  • Youtube-dl version: 2021.01.03

How Ytmdl was installed?

I tried to install Ytmdl through the src_prepare-overlay.

Console Log

python3.7 setup.py build -j 9
setup.py:48: UserWarning: ytmdl.bash does not exist, skipping.
  warn("%s does not exist, skipping." % filename)
setup.py:48: UserWarning: ytmdl.zsh does not exist, skipping.
  warn("%s does not exist, skipping." % filename)
WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version.
Download error on https://pypi.org/simple/musicbrainzngs/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
Couldn't find index page for 'musicbrainzngs' (maybe misspelled?)
Download error on https://pypi.org/simple/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
No local packages or working download links found for musicbrainzngs
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/setuptools/installer.py", line 60, in fetch_build_egg
    pkg_resources.get_distribution('pip')
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 465, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 341, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 884, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 770, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pip' distribution was not found and is required by the application

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 86, in <module>
    **params
  File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 152, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 676, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 766, in resolve
    replace_conflicting=replace_conflicting
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1049, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1061, in obtain
    return installer(requirement)
  File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 732, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.7/site-packages/setuptools/installer.py", line 68, in fetch_build_egg
    return _legacy_fetch_build_egg(dist, req)
  File "/usr/lib/python3.7/site-packages/setuptools/installer.py", line 51, in _legacy_fetch_build_egg
    return cmd.easy_install(req)
  File "/usr/lib/python3.7/site-packages/setuptools/command/easy_install.py", line 663, in easy_install
    raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('musicbrainzngs')

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
xgqtcommented, Jan 18, 2021

@LiEyWe @deepjyoti30 Thanks for cooperation.

1reaction
LiEyWecommented, Jan 18, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

795960 – dev-lang/python-3.9 - installation failed due to bug ...
This bug applied to version since 3.9.2. I was trying build versions 3.9.4-3.9.5. A bug can be easily applied by simple change in...
Read more >
Fail installation in Gentoo Linux · Issue #9140 - GitHub
Bug report summary When executing the installation with bash <(curl -Ss https://my-netdata.io/kickstart.sh) the following error occurs: ...
Read more >
mirrorselect error while installing system : r/Gentoo - Reddit
I have a problem on installing Gentoo. ... Today I'v started installing Gentoo on laptop. ... I think too its a bug at...
Read more >
Gentoo GCC failed emerge - Stack Overflow
You can confirm this by checking near the end of dmesg 's output for OOM stuff. If memory is not the issue, then...
Read more >
Clang fails to install correctly on Gentoo Linux - LLVM Discourse
I encountered the installation error below after running an ... not file a Gentoo bug and instead report the above QA * issues...
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