You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forpython3
while when enteringpython
on the commandline,python2
is used.Solution:
sudo zypper in python2-requests
installs the correctpython2
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.
The text was updated successfully, but these errors were encountered: