<?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: Installing ArcGIS python package using pip breaks pip/virtual env in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162269#M7293</link>
    <description>&lt;P&gt;I am having the same issue. I installed using pip because conda/anaconda keeps messing up my flask site.&amp;nbsp; I tried to workaround with Requests but only got most of my site working.&amp;nbsp; Trying to fill in the gaps and installed arcgis.&amp;nbsp; &amp;nbsp;now I get the same error.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2022 19:13:46 GMT</pubDate>
    <dc:creator>JosephRathvon</dc:creator>
    <dc:date>2022-04-07T19:13:46Z</dc:date>
    <item>
      <title>Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1161648#M7287</link>
      <description>&lt;P&gt;I am attempting to install ArcGIS python package in a clean virtual env. I'm running Python 3.10.4 currently. After running 'pip install arcgis' it looks like it installs correctly, but then nothing works. I cant run a script in that virtual env, I cant run any pip commands. The only option has been to delete the virtual env.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example errors after install, was running pip freeze:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Traceback (most recent call last):
  File "C:\Users\XXXX\AppData\Local\Programs\Python\Python310\lib\importlib\_common.py", line 89, in _tempfile
    os.write(fd, reader())
  File "C:\Users\XXXXX\AppData\Local\Programs\Python\Python310\lib\importlib\abc.py", line 371, in read_bytes
    with self.open('rb') as strm:
  File "C:\Users\XXXXX\AppData\Local\Programs\Python\Python310\lib\importlib\_adapters.py", line 54, in open
    raise ValueError()
ValueError&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tried installing arcgis with no dependencies and then installing the bare minimum, but then python complains that modules are missing and wont run a script with a arcgis import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 16:11:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1161648#M7287</guid>
      <dc:creator>CParker</dc:creator>
      <dc:date>2022-04-06T16:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1161707#M7288</link>
      <description>&lt;P&gt;Were you following the links in the "What's Included" section of the following link for installations instructions for your appropriate environment?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-python-api" target="_blank"&gt;Esri/arcgis-python-api: Documentation and samples for ArcGIS API for Python (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 17:21:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1161707#M7288</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-04-06T17:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1161711#M7289</link>
      <description>&lt;P&gt;I was not. Since its hosted on PyPi I was just trying to install it via pip. I am not a fan of conda/anaconda. I literally just want to 'pip install arcgis' like it is listed on PyPi:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pypi.org/project/arcgis/" target="_blank"&gt;https://pypi.org/project/arcgis/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 17:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1161711#M7289</guid>
      <dc:creator>CParker</dc:creator>
      <dc:date>2022-04-06T17:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1161730#M7290</link>
      <description>&lt;P&gt;you all can ignore this question. I found how to do what I need with a pure REST api call with python requests. (calling a feature server)&lt;/P&gt;&lt;P&gt;I will say, something IS broken with arcgis python package. Having a package on PyPi that cannot be installed properly is not right...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 17:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1161730#M7290</guid>
      <dc:creator>CParker</dc:creator>
      <dc:date>2022-04-06T17:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162269#M7293</link>
      <description>&lt;P&gt;I am having the same issue. I installed using pip because conda/anaconda keeps messing up my flask site.&amp;nbsp; I tried to workaround with Requests but only got most of my site working.&amp;nbsp; Trying to fill in the gaps and installed arcgis.&amp;nbsp; &amp;nbsp;now I get the same error.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 19:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162269#M7293</guid>
      <dc:creator>JosephRathvon</dc:creator>
      <dc:date>2022-04-07T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162271#M7294</link>
      <description>&lt;P&gt;Well good luck buddy, I get the sense they don't want us using just pip for some reason... What functionality are you missing with Requests, if you don't mind me asking?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 19:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162271#M7294</guid>
      <dc:creator>CParker</dc:creator>
      <dc:date>2022-04-07T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162274#M7295</link>
      <description>&lt;P&gt;I need to updatefeatures in an AGOL feature service. I keep getting a bad token response to my POST request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 19:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162274#M7295</guid>
      <dc:creator>JosephRathvon</dc:creator>
      <dc:date>2022-04-07T19:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162277#M7296</link>
      <description>&lt;P&gt;Have you reviewed the different Auth methods to do something similar in Requests?&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/security/#api-keys" target="_blank"&gt;https://developers.arcgis.com/documentation/mapping-apis-and-services/security/#api-keys&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 19:39:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162277#M7296</guid>
      <dc:creator>CParker</dc:creator>
      <dc:date>2022-04-07T19:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162292#M7297</link>
      <description>&lt;P&gt;Thanks. I'll take a look at that. I need to unbrick my python install first though.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 20:02:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162292#M7297</guid>
      <dc:creator>JosephRathvon</dc:creator>
      <dc:date>2022-04-07T20:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162297#M7298</link>
      <description>&lt;P&gt;Good luck! I had to delete the virtual env and start over for my dev environment...&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 20:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1162297#M7298</guid>
      <dc:creator>CParker</dc:creator>
      <dc:date>2022-04-07T20:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1253056#M8326</link>
      <description>&lt;P&gt;Can you please share how you did that???&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 20:43:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1253056#M8326</guid>
      <dc:creator>JDR302Dev</dc:creator>
      <dc:date>2023-01-30T20:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1265739#M8474</link>
      <description>&lt;P&gt;I know it has been a while but I wanted to update this thread.&amp;nbsp; I recently had another run in with what you are describing. I figured out that the arcgis api for python only supports up to 3.9.x.&amp;nbsp; So 3.10 was your issue.&amp;nbsp; ArcPro indicates this limitation but up until recently the documentation on the developers site just said 3.7 or later.&amp;nbsp; It has been updated to reflect that it doesn't support past 3.9.x.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 21:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1265739#M8474</guid>
      <dc:creator>JosephRathvon</dc:creator>
      <dc:date>2023-03-08T21:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installing ArcGIS python package using pip breaks pip/virtual env</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1296794#M8759</link>
      <description>&lt;P&gt;This was the answer I needed!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 17:24:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcgis-python-package-using-pip-breaks/m-p/1296794#M8759</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2023-06-07T17:24:04Z</dc:date>
    </item>
  </channel>
</rss>

