<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error prepare data in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847441#M3714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To verify your pillow installation try to load an exported image chip directly using the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;from PIL import Image&lt;BR /&gt;Image.open(image_path)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should give a similar output as below&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="274" src="https://community.esri.com/legacyfs/online/475258_pastedImage_4.png" width="375" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2019 11:17:09 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-12-04T11:17:09Z</dc:date>
    <item>
      <title>Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847428#M3701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm&amp;nbsp;trying to prepare training data with this detail :&lt;/P&gt;&lt;P&gt;ArcGIS Pro 2.4.2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;inRaster = "E:\Work\ArcDL\Base\MANADO_FIX.tif" &lt;STRONG&gt;(raster 8bit unsigned, thematic, with nodata=0)&lt;/STRONG&gt;&lt;BR /&gt;out_folder = "E:\Work\ArcDL\gtg6"&lt;BR /&gt;in_training = "E:\Work\ArcDL\Experiment_BuildFoot_2\MyProject\Shape\House.shp" &lt;STRONG&gt;(shp that has Classvalue, Classname, RED, GREEN, BLUE field)&lt;/STRONG&gt;&lt;BR /&gt;image_chip_format = "TIFF"&lt;BR /&gt;tile_size_x = "256"&lt;BR /&gt;tile_size_y = "256"&lt;BR /&gt;stride_x="128"&lt;BR /&gt;stride_y="128"&lt;BR /&gt;output_nofeature_tiles="ONLY_TILES_WITH_FEATURES"&lt;BR /&gt;metadata_format=&lt;STRONG&gt;"Labeled_Tiles"&lt;/STRONG&gt;&lt;BR /&gt;start_index = 0&lt;BR /&gt;classvalue_field = "Classvalue"&lt;BR /&gt;buffer_radius = 1&lt;BR /&gt;in_mask_polygons = "E:\Work\ArcDL\Experiment_BuildFoot_2\MyProject\Shape\Mask.shp"&lt;BR /&gt;rotation_angle = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run my prepare data syntax just like this :&lt;BR /&gt; &lt;STRONG&gt;data = prepare_data('gtg6')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="475016" alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/475016_error.jpg" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But I always ended up in this kind of error for &lt;STRONG&gt;labeled_tiles metadata format&lt;/STRONG&gt;, there's no further explanation and I cant use the data for training since data.show_batch() will result in &lt;STRONG&gt;OSError: -2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 07:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847428#M3701</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-02T07:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847429#M3702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you set a reasonable cell size in the environment variables?&lt;/P&gt;&lt;P&gt;Also can you post a screenshot of your exported tiles here so that we can have a look at them ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:33:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847429#M3702</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-04T09:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847430#M3703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.., I set my cell size to 0.3, and this is my screenshot at my exported files :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/475239_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I did this based on tutorial&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/sample-notebooks/building-damage-assessment-using-feature-classifier/" title="https://developers.arcgis.com/python/sample-notebooks/building-damage-assessment-using-feature-classifier/"&gt;Feature Categorization using Satellite Imagery and Deep Learning | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp;then I try to implement that tutorial using the same data based on that tutorial (with cell size 0.1) and this is my screen shot at my exported tiles based on the tutorial :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/475244_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it still have the same error and in jupyter notebook it says Cannot read TIFF header :&amp;nbsp;&lt;BR /&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/475245_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything wrong?&lt;BR /&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847430#M3703</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-04T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847431#M3704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try exporting your data in any other format like PNG and check if that works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:52:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847431#M3704</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-04T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847432#M3705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did have... and no, it not working (I also test JPEG) :&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/475246_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:55:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847432#M3705</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-04T09:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847433#M3706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see .tiff as well as .png files in this folder, can you try exporting your data to a new folder ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847433#M3706</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-04T09:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847434#M3707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use different folder name (you can check at my previous I use "gtg6" for tiff and "gtg12" for png) but however the tiff always follow along... is there something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 10:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847434#M3707</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-04T10:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847435#M3708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try exporting it in a new empty folder and let me know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 10:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847435#M3708</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-04T10:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847436#M3709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the result :&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/475247_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/475248_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always exported to new folder since ArcgisPro won't allow if the output folder already exist.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/475249_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my environment :&lt;BR /&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/475250_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/475251_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-6 jive-image" src="https://community.esri.com/legacyfs/online/475252_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my ArcGIS Pro version&lt;BR /&gt;&lt;IMG class="image-7 jive-image" src="https://community.esri.com/legacyfs/online/475253_pastedImage_7.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 10:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847436#M3709</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-04T10:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847437#M3710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me try to reproduce this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 10:21:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847437#M3710</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-04T10:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847438#M3711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I've been struggling for weeks in these prepare data thing... I don't have problem with pascal VOC or Classified Tiles metadata format from before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 10:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847438#M3711</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-04T10:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847439#M3712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try install pillow again&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;pip uninstall pillow&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and then install it again using&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;pip install pillow&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 10:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847439#M3712</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-04T10:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847441#M3714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To verify your pillow installation try to load an exported image chip directly using the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;from PIL import Image&lt;BR /&gt;Image.open(image_path)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should give a similar output as below&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="274" src="https://community.esri.com/legacyfs/online/475258_pastedImage_4.png" width="375" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 11:17:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847441#M3714</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-04T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847442#M3715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it seems to make sense, it resulted in an error :&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/475259_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;so what should I do ? in another side I need this&amp;nbsp;&lt;STRONG style="color: #000000; border: 0px; font-weight: bold;"&gt;conda install -c pytorch -c fastai fastai=1.0.39 pytorch=1.0.0 torchvision&amp;nbsp;&lt;/STRONG&gt;command to prepare_data()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 11:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847442#M3715</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-04T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847443#M3716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing, it can read normal image png, but it won't work from image created from &lt;STRONG&gt;export training data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="475260" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/475260_pastedImage_2.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 11:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847443#M3716</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-04T11:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847444#M3717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Can you uninstall pillow&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="background: #f6f6f6; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;pip uninstall pillow&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;and then install it again using&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;pip install pillow&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;If still you are not able to read the image please&amp;nbsp;attach the image here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 11:54:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847444#M3717</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-04T11:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847445#M3718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, now I can read the Image from export training data but it leaves some error and I'm afraid it will cause something wrong later :&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/475261_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;image successfully read :&lt;BR /&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/475262_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should I run :&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;conda install -c fastai nvidia-ml-py3&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;since I'm using GPU for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 12:05:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847445#M3718</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-04T12:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847446#M3719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/385062"&gt;Big Data Manado&lt;/A&gt;‌ we can ignore this warning for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 06:53:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847446#M3719</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-06T06:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847447#M3720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2019 00:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847447#M3720</guid>
      <dc:creator>Big_DataManado</dc:creator>
      <dc:date>2019-12-07T00:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error prepare data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847448#M3721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandeep,&lt;/P&gt;&lt;P&gt;I ran pip uninstall pillow and pip install pillow. I can now import an image with pillow. However, this appears to have broken my fastai:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/479489_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to fix pillow with out breaking fastai? Thank you for your time!&lt;/P&gt;&lt;P&gt;-Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2020 19:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-prepare-data/m-p/847448#M3721</guid>
      <dc:creator>NicholasPiper</dc:creator>
      <dc:date>2020-01-26T19:44:11Z</dc:date>
    </item>
  </channel>
</rss>

