<?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: ArcGIS Pro 3.0 &amp;quot;Failed to create notebook server&amp;quot; after installing additional Python package in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1202615#M58587</link>
    <description>&lt;P&gt;For earlier Pro releases, we had made a custom build of cartopy and put that up into our Esri channel, but hadn't done that work for Pro 3.0. Because of its use of a number of packages which overlap with the core distribution of Pro, it may be challenging to get a solid build without some work on our end, but I would start with this:&lt;BR /&gt;&lt;BR /&gt;Run a clone from the UI or with `conda create --clone arcgispro-py3 --name cartopy --pinned`. The `--pinned` here is important because that will constrain the package set for things like Notebooks to the versions we use in Pro. In this created environment after activating, try just running `conda install cartopy`. If that doesn't solve, it means that some of the packages Pro requires aren't compatible with the build up on Anaconda. As a short-term fix you may want to make a separate environment without ArcPy and install cartopy into that, but obviously that's not ideal.&lt;BR /&gt;&lt;BR /&gt;Cheers, Shaun&lt;/P&gt;</description>
    <pubDate>Sat, 13 Aug 2022 05:14:21 GMT</pubDate>
    <dc:creator>ShaunWalbridge</dc:creator>
    <dc:date>2022-08-13T05:14:21Z</dc:date>
    <item>
      <title>ArcGIS Pro 3.0 "Failed to create notebook server" after installing additional Python package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1191893#M57177</link>
      <description>&lt;P&gt;Has anyone been able to install additional python packages for their cloned Python Environment in ArcGIS Pro 3.0 succesfully? I have been struggling to install the cartopy package.&lt;/P&gt;&lt;P&gt;Using the Package Manager, if I initially search for cartopy it finds nothing.&lt;/P&gt;&lt;P&gt;So I used conda in the Python Command prompt to install it with:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;conda&lt;/SPAN&gt; &lt;SPAN class=""&gt;install&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;c&lt;/SPAN&gt; &lt;SPAN class=""&gt;conda&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;forge&lt;/SPAN&gt; &lt;SPAN class=""&gt;cartopy&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Doing this successfully installs the package and it also shows up in my Package Manager afterwards:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-07-13 161809.jpg" style="width: 446px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45804i16BEDD95D3A3F729/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-07-13 161809.jpg" alt="Screenshot 2022-07-13 161809.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, now when I open any notebook, or try to create a new one I get the&amp;nbsp;"Failed to create notebook server" error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-07-13 162002.jpg" style="width: 434px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45805i5842DF2507DE98AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-07-13 162002.jpg" alt="Screenshot 2022-07-13 162002.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 14:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1191893#M57177</guid>
      <dc:creator>ReinhardtBotha</dc:creator>
      <dc:date>2022-07-13T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0 "Failed to create notebook server" after installing additional Python package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1191944#M57188</link>
      <description>&lt;P&gt;When you conda installed, did any other packages get added?, changed?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would do&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;conda list --revisions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;then if you want to roll back to a prior state&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;conda install --revision X&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;where X is the number of the state where all was good&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 16:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1191944#M57188</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-07-13T16:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0 "Failed to create notebook server" after installing additional Python package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1192127#M57225</link>
      <description>&lt;P&gt;Other packages got added and some were changed yes. The latest revision was revision 2, where I can see the cartopy packages were added. I rolled back to revision 0 and still get the same error when I try to open a notebook now. Wonder what is causing this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: When switching back to the default Python environment, the notebooks work fine again. So seems like something happens to the cloned environment after the conda install.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 07:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1192127#M57225</guid>
      <dc:creator>ReinhardtBotha</dc:creator>
      <dc:date>2022-07-14T07:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0 "Failed to create notebook server" after installing additional Python package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1192140#M57229</link>
      <description>&lt;P&gt;Delete the clone, reclone, install cartopy first, try it out, and if it works then it is the other packages that may be causing the issue with cartopy.&amp;nbsp; Incrementally add the additional packages to see if you can narrow down the problem.&lt;/P&gt;&lt;P&gt;Also, record and changes conda may want to make when you install cartopy or use&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; conda install cartopy --dry-run&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to get a pre-test of the installs desires and note them here if you problem isn't resolved&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 08:01:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1192140#M57229</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-07-14T08:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0 "Failed to create notebook server" after installing additional Python package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1202615#M58587</link>
      <description>&lt;P&gt;For earlier Pro releases, we had made a custom build of cartopy and put that up into our Esri channel, but hadn't done that work for Pro 3.0. Because of its use of a number of packages which overlap with the core distribution of Pro, it may be challenging to get a solid build without some work on our end, but I would start with this:&lt;BR /&gt;&lt;BR /&gt;Run a clone from the UI or with `conda create --clone arcgispro-py3 --name cartopy --pinned`. The `--pinned` here is important because that will constrain the package set for things like Notebooks to the versions we use in Pro. In this created environment after activating, try just running `conda install cartopy`. If that doesn't solve, it means that some of the packages Pro requires aren't compatible with the build up on Anaconda. As a short-term fix you may want to make a separate environment without ArcPy and install cartopy into that, but obviously that's not ideal.&lt;BR /&gt;&lt;BR /&gt;Cheers, Shaun&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2022 05:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1202615#M58587</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2022-08-13T05:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0 "Failed to create notebook server" after installing additional Python package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1203689#M58742</link>
      <description>&lt;P&gt;Thank you for the reply and information&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89710"&gt;@ShaunWalbridge&lt;/a&gt;, I'll have a look at this again at a later stage and post my findings.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 13:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-quot-failed-to-create-notebook/m-p/1203689#M58742</guid>
      <dc:creator>ReinhardtBotha</dc:creator>
      <dc:date>2022-08-17T13:00:22Z</dc:date>
    </item>
  </channel>
</rss>

