Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use buster on terminal #151

Open
elpagano3 opened this issue Sep 25, 2022 · 1 comment
Open

Unable to use buster on terminal #151

elpagano3 opened this issue Sep 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@elpagano3
Copy link

If i try to use buster on terminal:

└─$ buster
Traceback (most recent call last):
File "/usr/local/bin/buster", line 33, in
sys.exit(load_entry_point('buster==1.0.0', 'console_scripts', 'buster')())
File "/usr/local/bin/buster", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.10/importlib/metadata/init.py", line 957, in distribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.10/importlib/metadata/init.py", line 548, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for buster

@elpagano3 elpagano3 added the bug Something isn't working label Sep 25, 2022
@cyb3rw0lf
Copy link

This should fix it, please try:

cd /usr/share/buster
sudo python3 setup.py install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants