Issue Summary

I’m trying to install Redash on an Ubuntu 20.04 cloud server. I followed the instructions from here.

When I run

docker-compose up -d

I get the following errors:

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

snowflake-connector-python 2.1.3 requires certifi<2021.0.0, but you'll have certifi 2021.5.30 which is incompatible.
snowflake-connector-python 2.1.3 requires pytz<2021.0, but you'll have pytz 2021.1 which is incompatible.
snowflake-connector-python 2.1.3 requires requests<2.23.0, but you'll have requests 2.25.1 which is incompatible.

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

snowflake-connector-python 2.1.3 requires certifi<2021.0.0, but you'll have certifi 2021.5.30 which is incompatible.
snowflake-connector-python 2.1.3 requires pytz<2021.0, but you'll have pytz 2021.1 which is incompatible.
pymapd 0.19.0 requires thrift==0.11.0, but you'll have thrift 0.13.0 which is incompatible.
memsql 3.0.0 requires mysqlclient==1.3.13, but you'll have mysqlclient 1.3.14 which is incompatible.
google-auth-httplib2 0.1.0 requires httplib2>=0.15.0, but you'll have httplib2 0.14.0 which is incompatible.
dql 0.5.26 requires pyparsing==2.1.4, but you'll have pyparsing 2.3.0 which is incompatible.
dql 0.5.26 requires python-dateutil<2.7.0, but you'll have python-dateutil 2.8.0 which is incompatible.
black 21.6b0 requires click>=7.1.2, but you'll have click 6.7 which is incompatible.

Technical details:

  • Redash Version: 8.0? Whatever is pulled with
git clone https://github.com/getredash/redash.git
  • Browser/OS: Ubuntu 20.04
  • How did you install Redash: followed instructions here