Hi,
I’m trying to create dev-env for redash-8.0.0 by the link.
At the latest step (Creating Database Tables) get error:
./manage.py database create_tables
Traceback (most recent call last):
File "./manage.py", line 6, in <module>
from redash.cli import manager
File "/Users/javid/redash-8.0.0/redash/__init__.py", line 5, in <module>
import urlparse
ModuleNotFoundError: No module named 'urlparse'
(redash8) Javids-MacBook-Pro:redash-8.0.0 javid$ pip install urlparse
ERROR: Could not find a version that satisfies the requirement urlparse
ERROR: No matching distribution found for urlparse