can't install pika with "--no-binary :all:" and "LANG=C"
See original GitHub issueHi,
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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
just done, it works with master
thank you!
Great and thank you for verifying