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.

impossible install bauh error

See original GitHub issue

`damien@damien-X756UV:~$ bauh_env/bin/pip install bauh Collecting bauh Using cached https://files.pythonhosted.org/packages/fc/f1/c85b9f78503f0653bb6d887cbf0eae8e6ea9c21f62cb72a7081e989472f5/bauh-0.8.5-py3-none-any.whl Collecting requests>=2.18 (from bauh) Using cached https://files.pythonhosted.org/packages/1a/70/1935c770cb3be6e3a8b78ced23d7e0f3b187f5cbfab4749523ed65d7c9b1/requests-2.23.0-py2.py3-none-any.whl Collecting pyyaml>=3.13 (from bauh) Using cached https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz Collecting colorama>=0.3.8 (from bauh) Using cached https://files.pythonhosted.org/packages/c9/dc/45cdef1b4d119eb96316b3117e6d5708a08029992b2fee2c143c7a0a5cc5/colorama-0.4.3-py2.py3-none-any.whl Collecting pyqt5>=5.12 (from bauh) Using cached https://files.pythonhosted.org/packages/4d/81/b9a66a28fb9a7bbeb60e266f06ebc4703e7e42b99e3609bf1b58ddd232b9/PyQt5-5.14.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File “<string>”, line 1, in <module> File “/usr/lib/python3.6/tokenize.py”, line 452, in open buffer = builtin_open(filename, ‘rb’) FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-5uqsiuq/pyqt5/setup.py’

----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-5uqsiuq_/pyqt5/ ` Anybody have a solution?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
vinifmorcommented, Apr 14, 2020

Try to upgrade the pip and setuptools versions of the bauh_env before installing bauh:

bauh_env/bin/pip install pip --upgrade
bauh_env/bin/pip install setuptools --upgrade
bauh_env/bin/pip install bauh

If it doesn’t work, try to install the python3-venv package and recreate the environment from the ground like this:

sudo apt install python3-venv
rm -rf bauh_env
virtualenv -p python3 bauh_env
bauh_env/bin/pip install pip --upgrade
bauh_env/bin/pip install setuptools --upgrade
bauh_env/bin/pip install bauh
0reactions
vinifmorcommented, Apr 14, 2020

No worries. Cheers.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bauh not starting · Issue #84 · vinifmor/bauh - GitHub
Open it through the command line ( bauh ) and see if any error output is displayed when you try to install the...
Read more >
I can't install Bauh - Newbie - EndeavourOS Forum
Look out for any error messages on the terminal and post those errors here. Another thing you can do is to check if...
Read more >
Package installer problem (BAUH) : r/ManjaroLinux - Reddit
I installed BAUH as a package installer last time pamac was playing up (couple of years ago), worked fine, not even sure why...
Read more >
Manage AppImages, AUR, Flatpaks And Snaps With Bauh
Bauh is an opensource, graphical application to manage AppImages, AUR, Flatpaks, Snaps and native web applications in Linux.
Read more >
How To Manage Applications on Linux Using Bauh
I'm using Ubuntu 18.04 mini, all goes well untill I try to install bauh.. then it throws a [errno2] no such file or...
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