mongodb_beaker icon indicating copy to clipboard operation
mongodb_beaker copied to clipboard

error: README.rst: No such file or directory in easy_install

Open twiggy opened this issue 13 years ago • 5 comments

Easy install is reporting this error...

C:\Program Files\Java\jdk1.6.0_26\jre\lib>easy_install -U mongodb_beaker install_dir C:\Python27\Lib\site-packages
Searching for mongodb-beaker Reading http://pypi.python.org/simple/mongodb_beaker/ Reading http://bitbucket.org/bwmcadams/mongodb_beaker/ Reading http://github.com/bwmcadams/mongodb_beaker/ Best match: mongodb-beaker 0.5 Downloading http://pypi.python.org/packages/source/m/mongodb_beaker/mongodb_beak er-0.5.tar.gz#md5=a8681c2c9892c1c6097070425e3b6881 Processing mongodb_beaker-0.5.tar.gz Running mongodb_beaker-0.5\setup.py -q bdist_egg --dist-dir c:\temp\easy_install -ogdyy_\mongodb_beaker-0.5\egg-dist-tmp-8xv7zi error: README.rst: No such file or directory

twiggy avatar Sep 26 '11 17:09 twiggy

A temporary fix until a new pypi package is uploaded is to open to .tar.gz and remove the "long_description" entry from the setup.py

diarmuidbourke avatar Sep 28 '11 15:09 diarmuidbourke

A better idea would be to fix it? It's been a year.

rynbrd avatar Sep 12 '12 17:09 rynbrd

Does the package owner ever tests packages before releasing them? It is a shame that such a trivial packaging error remains unfixed for over a year. Test your stuff before releasing it.

zopyx avatar Jan 28 '13 09:01 zopyx

I forked the this project, renamed it, fixed the issues I knew about (this one an the stupid file locking mechanism), and released it. http://pypi.python.org/pypi/beaker_mongodb/0.1 https://github.com/BlueDragonX/beaker_mongodb

rynbrd avatar Jan 28 '13 19:01 rynbrd

Also, I've run my fork on a production website, seems to work well.

rynbrd avatar Jan 28 '13 20:01 rynbrd