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

Plugin could not be loaded under OpenSuse Tumbleweed #18

Open
ThomasJunk opened this issue Aug 11, 2018 · 1 comment
Open

Plugin could not be loaded under OpenSuse Tumbleweed #18

ThomasJunk opened this issue Aug 11, 2018 · 1 comment

Comments

@ThomasJunk
Copy link

ThomasJunk commented Aug 11, 2018

I installed requests as instructed. But Plugin did not work.
Solution:

For whatever reason if you use pip in a Open Suse (Tumbleweed) default installation, sudo pip install requests installs requests for python3 while when entering python on the commandline, python2 is used.

Solution:

sudo zypper in python2-requests installs the correct python2 package.

Ticket could be marked as solved.

Unless python3 comes as default for Open Suse, I want to leave this here for future reference, in case in the next 1.5 years someone rans into this issue.

@cgons
Copy link

cgons commented Jan 25, 2019

For those on Ubuntu, you need to do:
sudo apt install python-requests

That will install the requests library and make it available to the system python2 that terminator relies on.

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

2 participants