Cookie aint retrieving when visiting happens from a backlink.

  • Thread starter Îίκος Αλεξόπουλος
  • Start date
Î

Îίκος Αλεξόπουλος

Code:
Hello, i was happy to see that a python module for geoip2 came out.

But unfortunately when i tried to install it:

root@secure [~]# pip install geoip2[DB]
Downloading/unpacking geoip2[db]
Running setup.py egg_info for package geoip2
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-build/geoip2/setup.py", line 29, in <module>
long_description=open('README.rst').read(),
File "/usr/local/bin/python/lib/python3.3/encodings/ascii.py",
line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in
position 2255: ordinal not in range(128)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "<string>", line 16, in <module>

File "/tmp/pip-build/geoip2/setup.py", line 29, in <module>

long_description=open('README.rst').read(),

File "/usr/local/bin/python/lib/python3.3/encodings/ascii.py", line
26, in decode

return codecs.ascii_decode(input, self.errors)[0]

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position
2255: ordinal not in range(128)

----------------------------------------
Command python setup.py egg_info failed with error code 1 in
/tmp/pip-build/geoip2
Storing complete log in /root/.pip/pip.log
root@secure [~]#

What is wrong and the module cannot be installed?
 
D

Denis McMahon

Hello, i was happy to see that a python module for geoip2 came out.

What has this got to do with your cookies problem?
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position
2255: ordinal not in range(128)
What is wrong and the module cannot be installed?

'ascii' codec can't decode byte 0xe7 in position 2255: ordinal not in
range(128)

Hmm, let me try and phrase this in a way you might understand:

You fed poison to baby. Baby got sick and died.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top