lk-geimfari / mimesis

Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.
https://mimesis.name
MIT License
4.39k stars 330 forks source link

Installation fails with Windows and Python 3.5.2 x64 #228

Closed mpibpc-mroose closed 6 years ago

mpibpc-mroose commented 6 years ago

Hi, if I try to pip install mimesis I get the following error:

Collecting mimesis
  Using cached mimesis-0.0.7.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\mroose\AppData\Local\Temp\pycharm-packaging\mimesis\setup.py", line 10, in <module>
        with open('PYPI_README.rst', 'r', encoding='utf-8') as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'PYPI_README.rst'

    ----------------------------------------

Seems to be some kind of bug?

Thanks, Marco

lk-geimfari commented 6 years ago

@mpibpc-mroose Yeah, i'll fix it. Until, you can install it manually. Thanks for this report!

lk-geimfari commented 6 years ago

@mpibpc-mroose I have fixed this issue. Please, try now.

lk-geimfari commented 6 years ago

@mpibpc-mroose Can you confirm that bug was fixed?

mpibpc-mroose commented 6 years ago

It's fine now! Thanks for the fast response.