N
N
Nem0_o2014-07-14 10:22:05
Django
Nem0_o, 2014-07-14 10:22:05

How to install django-disqus?

I tried to make a blog at http://habrahabr.ru/post/181556/ , but after the pip install django-disqus command , this is what comes out:
Downloading/unpacking django-disqus
Downloading django-disqus-0.4.1.tar.gz
Running setup. py (path:c:\users\d87c~1\appdata\local\temp\pip_build_╥┬\django-disqus\setup.py) egg_info for package django-disqus
Cleaning up...
Exception:
Traceback (most recent call last ):
File "C:\Python26\lib\site-packages\pip-1.5.6-py2.6.egg\pip\basecommand.py", line 122, in main
status = self.run(options, args)
File "C:\Python26\lib\site-packages\pip-1.5.6-py2.6.egg\pip\commands\install.p y", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundl e=self.bundle)
File "C:\Python26\lib\site-packages\pip-1.5.6-py2.6.egg\pip\req.py" , line 1234 , in prepare_files req_to_install.assert_source_matches_version()
File "C:\Python26\lib\site-packages\pip-1.5.6-py2.6.egg\pip\req.py", line 464, in assert_source_matches_version % ( display_path(self.source_dir), version, self))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd2 in position 55: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Python26\ Scripts\pip-script.py", line 9, in load_entry_point('pip==1.5.6', 'console_scripts', 'pip')() -File "C:\Python26\lib\site-packages\pip- 1.5.6-py2.6.egg\pip__init__.py",line 185, in main return command.main(cmd_args)
File "C:\Python26\lib\site-packages\pip-1.5.6-py2.6.egg\pip\basecommand.py", line 161, in main text = '\n'.join(complete_log)
UnicodeDecodeError : 'ascii' codec can't decode byte 0xd2 in position 70: ordinal not in range(128)
What's the problem with encodings?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2014-07-14
@Nem0_o

What's the problem with encodings?

temp\pip_build_ ╥┬ \django-disqus
Create virualenv and install it there.
Better learn vagrant

P
Pavel Solovyov, 2014-07-14
@pavel_salauyou

install python 2.7 latest version

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question