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

How to install #7

Open
servel333 opened this issue Jan 13, 2021 · 1 comment
Open

How to install #7

servel333 opened this issue Jan 13, 2021 · 1 comment

Comments

@servel333
Copy link

The README.md does not address how to install this too. I'm running Ubuntu 20.10 and I'm having trouble installing this tool.

git clone git@github.com:AlekseyChudov/terminator-split.git ~/terminator-split
sudo mv ~/terminator-split /opt/terminator-split/
sudo ln -s /opt/terminator-split/terminator-split  /usr/bin/terminator-split

And then I run terminator-split but I get the error:

$ terminator-split
Traceback (most recent call last):
  File "/usr/bin/terminator-split", line 15, in <module>
    import configobj
ImportError: No module named configobj

Trying to install this package does not appear to help...

$ pip install configobj
Requirement already satisfied: configobj in /usr/lib/python3/dist-packages (5.0.6)
@servel333
Copy link
Author

Ok, so I got a list of manually installed packages (from here)

comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)

And I had a package installed python-is-python2 (no idea why or when it got installed)

And I don't know if your script was made for Python 2 or 3... And I don't know how to solve this issue...

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

1 participant