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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/nautilus-git.py", line 39, in <module>
from utils import is_git
File "/usr/share/nautilus-git/src/utils.py", line 22, in <module>
from urlparse import urlsplit
ModuleNotFoundError: No module named 'urlparse'
I tried to install the urllib / urlparse package in pip2/pip3 but I can't find them
The text was updated successfully, but these errors were encountered:
Hi,
When I run:
I get this error:
I tried to install the urllib / urlparse package in pip2/pip3 but I can't find them
The text was updated successfully, but these errors were encountered: