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.
I found that this extension does not work correctly in my local,
It seems that either I dont have the right python version, or a missing module? But I did not find any requirements file :S
Any clue?
➜ mangata-e2e git:(feature/benchmarking-A) ✗ nautilus ./
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'
less /usr/share/nautilus-git/src/utils.py
I found that this extension does not work correctly in my local,
It seems that either I dont have the right python version, or a missing module? But I did not find any requirements file :S
Any clue?
I tried with both versions of python
and
Thanks!
The text was updated successfully, but these errors were encountered: