pip install factory_boy error on python3.3
See original GitHub issueI’m on FreeBSD 9.1-RELEASE-p7 with python3.3 running on a virtualenv pip install factory_boy return UnicodeDecode Error
(.env)# pip install factory_boy
Downloading/unpacking factory-boy
Downloading factory_boy-2.2.1.tar.gz (71kB): 71kB downloaded
Running setup.py egg_info for package factory-boy
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/cdp/.env/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 0xc3 in position 1018: 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 "/home/cdp/.env/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 0xc3 in position 1018: ordinal not in range(128)
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/cdp/.env/build/factory-boy
Storing complete log in /root/.pip/pip.log
Am I doing anything wrong ?
Issue Analytics
- State:
- Created 10 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Trouble installing factory_boy with pip - python
I'm setting up my environment on another machine and when I run pip install factory_boy , I get the following traceback:.
Read more >factory-boy
factory_boy is a fixtures replacement based on thoughtbot's factory_bot. As a fixtures replacement tool, it aims to replace static, hard to maintain ...
Read more >Welcome to pytest-factoryboy's documentation! — pytest ...
pytest-factoryboy makes it easy to combine factory approach to the test setup with ... pip install pytest-factoryboy ... We now support only python...
Read more >Django | Ecommerce | Pytest Testing including Factory Boy
Python | Django | Ecommerce | Pytest Testing including Factory Boy ... We build factories using Pytest Factory Boy, create fixtures and use ......
Read more >Tools for Testing in Django: Nose, Coverage and Factory Boy
Let's start with Django Nose! First, activate your testing environment and install nose and django-nose via pip: $ pip install nose
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
I used the following command on a
Debian GNU/Linux 7.8 (wheezy)
thank you, I going to reconfigure my locale to handle this on my servers