plotly / dash-component-boilerplate

Get started creating your own Dash components here.
266 stars 182 forks source link

Install error with UnicodeDecodeError at process of Run cookiecutter on the boilerplate repo #76

Open aaron5813 opened 4 years ago

aaron5813 commented 4 years ago

Display "UnicodeDecodeError: 'ascii' codec can't decode byte 0xb2 in position 12: ordinal not in range(128)" in console after i run the command “cookiecutter https://github.com/plotly/dash-component-boilerplate.git”,The same is true of toggle python version between python2 and python3,Installation is fail.

xhluca commented 3 years ago

Hi!

What OS do you use, and have you tried creating a fresh virtual environment and install cookiecutter there?

I highly recommend taking a look at this webinar.