areski / django-nvd3

Django wrapper for nvd3 - It's time for beautiful charts
Other
416 stars 124 forks source link

pip install error #95

Closed eznzel closed 2 months ago

eznzel commented 6 years ago

I add django-nvd3 to requirement.txt. but Error occurred. (maybe CP949)

and try again 'pip install django-nvd3,' but same Error occurred.

image

How can i fix this?

System infomation : windows 10 (korean)

hackengineer commented 5 years ago

Setting the default python encoding fixed this for a Docker install

ENV LANG C.UTF-8
...
RUN ${PYTHON} -mpip install -r requirements.txt
maxtortime commented 5 years ago

This error fixed on develop branch. You can use pip install -e https://github.com/areski/django-nvd3.git@develop for installing.

areski commented 2 months ago

New release is out so closing this ticket just pushed a new version to Pypi: https://pypi.org/project/django-nvd3/