joke2k / django-faker

Django-faker uses fake-factory to generate test data for Django models and templates
MIT License
245 stars 48 forks source link

Installation Failure #2

Closed wryterly closed 4 years ago

wryterly commented 11 years ago

C:\Users\Rob\Downloads>pip install django-faker Requirement already satisfied (use --upgrade to upgrade): django-faker in c:\python27\lib\site-packages\django_faker-0.2-py2.7.egg Requirement already satisfied (use --upgrade to upgrade): django in c:\python27\lib\site-packages (from django-faker) Downloading/unpacking fake-factory>=0.2 (from django-faker) Running setup.py egg_info for package fake-factory Traceback (most recent call last): File "", line 16, in File "c:\users\rob\appdata\local\temp\pip-build-Rob\fake-factory\setup.py", line 36, in packages=find_packages('./'), File "c:\python27\lib\site-packages\setuptoolsinit.py", line 28, in find_packages stack=[(convert_path(where), '')] File "c:\python27\lib\distutils\util.py", line 126, in convert_path raise ValueError, "path '%s' cannot end with '/'" % pathname ValueError: path './' cannot end with '/' Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 16, in

File "c:\users\rob\appdata\local\temp\pip-build-Rob\fake-factory\setup.py", line 36, in

packages=find_packages('./'),

File "c:\python27\lib\site-packages\setuptoolsinit.py", line 28, in find_packages

stack=[(convert_path(where), '')]

File "c:\python27\lib\distutils\util.py", line 126, in convert_path

raise ValueError, "path '%s' cannot end with '/'" % pathname

ValueError: path './' cannot end with '/'


Command python setup.py egg_info failed with error code 1 in c:\users\rob\appdata\local\temp\pip-build-Rob\fake-factory Storing complete log in C:\Users\Rob\pip\pip.log

joke2k commented 11 years ago

It's a bug of fake-factory

https://github.com/joke2k/faker/issues/2