-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
Collecting coverage
Using cached coverage-4.0.1.tar.gz
Collecting numpy
Downloading numpy-1.10.1.tar.gz (4.0MB)
Collecting pygdal==1.10.0.1
Downloading pygdal-1.10.0.1.tar.gz (314kB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-_3ifdr62/pygdal/setup.py", line 61
print 'GDAL prefix from environment variable %s' % ENV_GDALHOME
^
SyntaxError: Missing parentheses in call to 'print'
This version of PyGDAL doesn't support Python3. I checked and later versions do support Python3. However none of these versions exist for Ubuntu Precise, thus not for Travis-CI.
The only solution I see so far is to backport one of the newer python3 compatible packages to Precise. I'll host it on my private PPA for now along with the mess of other backported Precise packages. ;)
This is required for us to test imex/export functionality.
Reactions are currently unavailable