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
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
fastrlock/setup.py
Line 82 in 1009af5
The text was updated successfully, but these errors were encountered:
Thanks! I've uploaded a new version (0.2).
Sorry, something went wrong.
Thank you! I could successfully install!
No branches or pull requests
With setup.py
I got following error:
It seems that downloaded fastrlock-0.1.tar.gz does not have README.rst
although fastrlock's setup.py refers it
fastrlock/setup.py
Line 82 in 1009af5
The text was updated successfully, but these errors were encountered: