Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

ModuleNotFoundError: No module named 'urlparse' #52

Open
goncer opened this issue Apr 8, 2022 · 0 comments
Open

ModuleNotFoundError: No module named 'urlparse' #52

goncer opened this issue Apr 8, 2022 · 0 comments

Comments

@goncer
Copy link

goncer commented Apr 8, 2022

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 tried with both versions of python

mangata-e2e git:(feature/benchmarking-A) ✗ python --version
Python 3.10.3

and

➜  mangata-node git:(feature/use-mangata-registrator) python --version
Python 2.7.18

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant