plotly / dash-enterprise-auth

Python Auth Client for Dash Enterprise
MIT License
4 stars 2 forks source link

installing the package via pip fails in python 2.7 environment #9

Closed antoinerg closed 4 years ago

antoinerg commented 4 years ago

The following command fails: docker run -it -v $(pwd):$(pwd) -w $(pwd) python:2.7 pip install -e . although it works fine with python:3.7: docker run -it -v $(pwd):$(pwd) -w $(pwd) python:3.7 pip install -e .