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

Konsole does not recognise splatpost or splatplan commands #38

Open
etzabo opened this issue Sep 15, 2022 · 3 comments
Open

Konsole does not recognise splatpost or splatplan commands #38

etzabo opened this issue Sep 15, 2022 · 3 comments

Comments

@etzabo
Copy link

etzabo commented Sep 15, 2022

When I try to run a splatplost command, I receive the following message: sudo: splatplan: command not found.
I'm using Arch.

@Victrid
Copy link
Owner

Victrid commented Sep 16, 2022

Check

which splatplost
sudo pip freeze | grep "splatplost"

If you didn't install it in your systemwide python-packages, sudo cannot find it. Use full path from which command instead.

@etzabo
Copy link
Author

etzabo commented Sep 18, 2022

Check

which splatplost
sudo pip freeze | grep "splatplost"

If you didn't install it in your systemwide python-packages, sudo cannot find it. Use full path from which command instead.

I tried this, and even installed Debian for apt, but it still fails to install dbus-python. I can't install the custom image since I run Asahi Linux. Is one of your dependencies unsupportive of ARM-64 architecture?

@Alenonimo
Copy link

Alenonimo commented Oct 9, 2022

Check

which splatplost
sudo pip freeze | grep "splatplost"

If you didn't install it in your systemwide python-packages, sudo cannot find it. Use full path from which command instead.

I have nop idea what any of this means. :p

I installed the program as instructed but "which splatplost" returns nothing and "sudo pip freeze | grep "splatplost"" returns only "splatplost==0.1.4". I even found some path where the program could be, at "/usr/local/lib/python3.10/dist-packages/splatplost" but it still doesn't work.

What exactly I'm expected to do, since I'm totally new on Ubuntu and I barely managed to find the Terminal? Do I install it again with a different command?

System seems to know that there is a "splatplan" and a "splatplot" command, but no "splatplost".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants