Closed anilk991 closed 5 years ago
Yes it is still not entirely Python 3 compatible. We are actively working on the port to Python 3 and we expect it to come soon.
I am having exactly the same issue as you @anilk991. Did you solve the problem? I happens to be a MapnikTileSource dependency from the Mapnik package required by large_image. Any solutions to this issue? @cdeepakroy
You probably don't need to the mapnik tilesource -- it is for geospatial images, such as geotiff, netcdf. The notice that it can't import is informative, rather than an error. If you need to work with geospatial images, you can install mapnik and gdal, but if not you can safely ignore this.
We now explicitly test with Python 2.7, 3.5, and 3.6.
I get following message when I try to import histomicstk:
Python 3.6.1 (default, Sep 11 2018, 02:16:25) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information.
Is histomicstk a python 2 package?