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 or directory: '/tmp/easy_install-6cvm28rx/fastrlock-0.1/README.rst' #1

Closed
sonots opened this issue Aug 9, 2017 · 2 comments

Comments

@sonots
Copy link
Contributor

sonots commented Aug 9, 2017

With setup.py

install_requires = [
    'fastrlock>=0.1',
]

I got following error:

$ python setup.py develop
Searching for fastrlock>=0.1
Reading https://pypi.python.org/simple/fastrlock/
Downloading https://pypi.python.org/packages/25/07/20e36384c749af052b57f6179745aa006b44b28657b884af8542f4f10572/fastrlock-0.1.tar.gz#md5=6076db7b1561ad6c404592ba0fc8cbc5
Best match: fastrlock 0.1
Processing fastrlock-0.1.tar.gz
Writing /tmp/easy_install-6cvm28rx/fastrlock-0.1/setup.cfg
Running fastrlock-0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-6cvm28rx/fastrlock-0.1/egg-dist-tmp-h3nufkcm
building without Cython
error: [Errno 2] No such file or directory: '/tmp/easy_install-6cvm28rx/fastrlock-0.1/README.rst'

It seems that downloaded fastrlock-0.1.tar.gz does not have README.rst

$ tar zxvf fastrlock-0.1.tar.gz
fastrlock-0.1/
fastrlock-0.1/setup.py
fastrlock-0.1/PKG-INFO
fastrlock-0.1/MANIFEST.in
fastrlock-0.1/fastrlock/
fastrlock-0.1/fastrlock/rlock.pyx
fastrlock-0.1/fastrlock/rlock.c
fastrlock-0.1/fastrlock/tests/
fastrlock-0.1/fastrlock/tests/test_rlock.py
fastrlock-0.1/fastrlock/tests/__init__.py
fastrlock-0.1/fastrlock/__init__.py
fastrlock-0.1/fastrlock/rlock.pxd

although fastrlock's setup.py refers it

for text_file in ['README.rst', 'CHANGES.rst']])

@scoder
Copy link
Owner

scoder commented Aug 9, 2017

Thanks! I've uploaded a new version (0.2).

@scoder scoder closed this as completed Aug 9, 2017
@sonots
Copy link
Contributor Author

sonots commented Aug 9, 2017

Thank you! I could successfully install!

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

2 participants