Hi Christian, I just downloaded the sdist on PyPI, http://pypi.python.org/packages/source/F/Fiona/Fiona-0.8.tar.gz#md5=532df1beedee8c7e5f5ae1e05483f93b, and confirmed that README.rst is there
krusty-2:Fiona-0.8 seang$ ls -l total 88 -rw-r--r-- 1 seang wheel 1503 Feb 21 2012 CHANGES.txt -rw-r--r-- 1 seang wheel 13 Sep 15 2011 CREDITS.txt -rw-r--r-- 1 seang wheel 1519 Sep 15 2011 LICENSE.txt -rw-r--r-- 1 seang wheel 6071 Feb 21 2012 PKG-INFO -rw-r--r-- 2 seang wheel 4462 Feb 21 2012 README.rst -rw-r--r-- 1 seang wheel 4 Dec 20 2011 VERSION.txt -rw-r--r-- 1 seang wheel 1113 Dec 20 2011 benchmark.py drwxr-xr-x 10 seang wheel 340 Feb 21 2012 docs -rw-r--r-- 1 seang wheel 114 Feb 21 2012 setup.cfg -rw-r--r-- 1 seang wheel 2596 Feb 21 2012 setup.py drwxr-xr-x 4 seang wheel 136 Feb 21 2012 src drwxr-xr-x 7 seang wheel 238 Feb 21 2012 tests and the C source files are there krusty-2:Fiona-0.8 seang$ ls -l src/fiona/ total 1544 -rw-r--r-- 1 seang wheel 4043 Feb 21 2012 __init__.py -rw-r--r-- 1 seang wheel 5033 Feb 21 2012 collection.py -rw-r--r-- 1 seang wheel 710121 Feb 21 2012 ogrext.c -rw-r--r-- 1 seang wheel 59418 Feb 21 2012 ogrinit.c -rw-r--r-- 1 seang wheel 2196 Jan 29 2012 rfc3339.py On Thu, Aug 23, 2012 at 10:59 AM, Christian Ledermann <[email protected]> wrote: > Hello, > I have some problems installing Fiona with buildout in a virtualenvironment > > a) from Pypi: > > buildout fails with: > > ------------------ > Installing pyramid. > Getting distribution for 'Fiona'. > error: README.rst: No such file or directory > An error occurred when trying to install Fiona 0.8. Look above this > message for any errors that were output by easy_install. > While: > Installing pyramid. > Getting distribution for 'Fiona'. > Error: Couldn't install: Fiona 0.8 > ------------------------------ > > > This is puzzling because when i look into the tarball README.rst is > there it's 0 bytes but i guess > that should not matter > > and if i try working with a github clone: > > ------------------------------------- > Develop: '/home/ledermac/devel/kotti/src/Fiona' > warning: no previously-included files found matching '*.txt' > warning: no files found matching '*.txt' under directory 'tests' > gcc: src/fiona/ogrinit.c: No such file or directory > gcc: no input files > error: command 'gcc' failed with exit status 1 > While: > Installing. > Processing develop directory '/home/ledermac/devel/kotti/src/Fiona'. > > An internal error occurred due to a bug in either zc.buildout or in a > recipe being used: > Traceback (most recent call last): > File > "/home/ledermac/devel/kotti/buildout-cache/eggs/zc.buildout-1.6.3-py2.7.egg/zc/buildout/buildout.py", > line 1852, in main > getattr(buildout, command)(args) > File > "/home/ledermac/devel/kotti/buildout-cache/eggs/zc.buildout-1.6.3-py2.7.egg/zc/buildout/buildout.py", > line 480, in install > installed_develop_eggs = self._develop() > File > "/home/ledermac/devel/kotti/buildout-cache/eggs/zc.buildout-1.6.3-py2.7.egg/zc/buildout/buildout.py", > line 720, in _develop > zc.buildout.easy_install.develop(setup, dest) > File > "/home/ledermac/devel/kotti/buildout-cache/eggs/zc.buildout-1.6.3-py2.7.egg/zc/buildout/easy_install.py", > line 1195, in develop > *args) == 0 > AssertionError > ------------------------------------------ > > which at least makes some sense as there is no src/fiona/ogrinit.c > > > > > -- > Best Regards, > > Christian Ledermann > > Nairobi - Kenya > Mobile : +254 702978914 > > <*)))>{ > > If you save the living environment, the biodiversity that we have left, > you will also automatically save the physical environment, too. But If > you only save the physical environment, you will ultimately lose both. > > 1) Don’t drive species to extinction > > 2) Don’t destroy a habitat that species rely on. > > 3) Don’t change the climate in ways that will result in the above. > > }<(((*> > _______________________________________________ > Community mailing list > [email protected] > http://lists.gispython.org/mailman/listinfo/community -- Sean Gillies _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
