-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I'm attempting to install scrubber via pip.
Downloading/unpacking scrubber (from -r requirements.txt (line 47))
Downloading scrubber-1.6.1.tar.gz
Running setup.py (path:/home/robin/github/ieee/venv/build/scrubber/setup.py) egg_info for package scrubber
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/home/robin/github/ieee/venv/build/scrubber/setup.py", line 13, in <module>
from scrubber import __version__ as version
File "/home/robin/github/ieee/venv/build/scrubber/scrubber/__init__.py", line 15, in <module>
from urlparse import urljoin
ImportError: No module named 'urlparse'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/home/robin/github/ieee/venv/build/scrubber/setup.py", line 13, in <module>
from scrubber import __version__ as version
File "/home/robin/github/ieee/venv/build/scrubber/scrubber/__init__.py", line 15, in <module>
from urlparse import urljoin
ImportError: No module named 'urlparse'This error occurs because (in python3) urljoin is obtained via from urllib.parse import urljoin.
Metadata
Metadata
Assignees
Labels
No labels