question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

can't install pika with "--no-binary :all:" and "LANG=C"

See original GitHub issue

Hi,

A little bug report. When we try to install pika without wheels, for example with

pip install  --no-binary :all: pika

it works if LANG=fr_FR.UTF-8

But, on a blank virtualenv, if I do

export LANG=C
pip install  --no-binary :all: pika

it fails with:

Collecting pika
  Downloading https://files.pythonhosted.org/packages/ca/82/bb0e6c255575cbd8f57a8bd47aa2f29a2aa24f1363408abccd0690a3a244/pika-1.0.1.tar.gz (139kB)
    100% |################################| 143kB 2.4MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-tb1sknpn/pika/setup.py", line 21, in <module>
        long_description=open('README.rst').read(),
      File "/home/fab/metwork/mfext/src/pikatest/lib/python3.5/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4550: ordinal not in range(128)
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-tb1sknpn/pika/

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
thefabcommented, Jun 12, 2019

just done, it works with master

thank you!

0reactions
lukebakkencommented, Jun 12, 2019

Great and thank you for verifying

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Unable to install pika using pip install - Stack Overflow
By this way, you are trying to install pika under global python installation, turning it available to whole system.
Read more >
Kept getting error while installing spaCy inside virtualenv
I am trying to install spaCy inside virtualenv on Windows. I am running python 3.7.0 ([MSC v.1914 32 bit (Intel)]), have pip 19.2.1....
Read more >
Debian-referenssi
binary -all/ paketeille, jotka ovat riippumattomia arkkitehtuurista. ... install muotoon: 2Tämä mekanismi kehitettiin, jotta a.out-formaatista ...
Read more >
c++ - How can I get rid of "missing DLL" problems?
Applications' installers generally install all the ... which generally is not enough to make any kind of meaningful game or large ...
Read more >
Comprehensive Knowledge Archive Network (CKAN ...
When all the updates have been downloaded and installed, ... Warning: No image other than ami-3693a542 will work with CKAN.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found