Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no such file README.md on pip install #2

Open
juanantoniofm opened this issue Oct 28, 2014 · 1 comment
Open

no such file README.md on pip install #2

juanantoniofm opened this issue Oct 28, 2014 · 1 comment

Comments

@juanantoniofm
Copy link

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant