We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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
IOError: [Errno 2] No such file or directory: './README.md'
The text was updated successfully, but these errors were encountered: