nose-coolstorybro icon indicating copy to clipboard operation
nose-coolstorybro copied to clipboard

no such file README.md on pip install

Open juanantoniofm opened this issue 10 years ago • 1 comments

trying to install this on MacOS

udo pip install nose-coolstorybro Downloading/unpacking nose-coolstorybro Downloading nose-coolstorybro-0.1.tar.gz Running setup.py (path:/private/tmp/pip_build_root/nose-coolstorybro/setup.py) egg_info for package nose-coolstorybro Traceback (most recent call last): File "", line 17, in File "/private/tmp/pip_build_root/nose-coolstorybro/setup.py", line 10, in long_description=open('./README.md').read(), IOError: [Errno 2] No such file or directory: './README.md' Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 17, in

File "/private/tmp/pip_build_root/nose-coolstorybro/setup.py", line 10, in

long_description=open('./README.md').read(),

IOError: [Errno 2] No such file or directory: './README.md'

juanantoniofm avatar Oct 28 '14 11:10 juanantoniofm

and taking a look at the package in Pypi

It seems exactly that:

    nose-coolstorybro-0.1]$ ls -l
    total 40
    -rw-r--r--@ 1 juan.morales  staff  5221 26 Oct  2011 PKG-INFO
    lrwxr-xr-x@ 1 juan.morales  staff     9 26 Oct  2011 README -> README.md
    drwxr-xr-x@ 4 juan.morales  staff   136 26 Oct  2011 coolstorybro
    drwxr-xr-x@ 7 juan.morales  staff   238 26 Oct  2011 nose_coolstorybro.egg-info
    -rw-r--r--@ 1 juan.morales  staff    59 26 Oct  2011 setup.cfg
    -rw-r--r--@ 1 juan.morales  staff   758 26 Oct  2011 setup.py

There is no README.md. Can you please check it?

juanantoniofm avatar Oct 28 '14 11:10 juanantoniofm