|
IDEA
|
Qt5 Python packages are available through conda-forge and other channels now.
... View more
10-21-2021
09:58 PM
|
0
|
0
|
1675
|
|
IDEA
|
ArcGIS already places its environments into a separate C:\Python27\ArcGIS<Version> subdirectory, and no change is expected from this pattern going forward.
... View more
10-21-2021
09:54 PM
|
0
|
0
|
1136
|
|
IDEA
|
The <Version> will stay fixed for the 10.x products as no new major releases are scheduled.
... View more
10-21-2021
09:53 PM
|
0
|
0
|
751
|
|
IDEA
|
We have R support through the R-ArcGIS bridge, and are continuing to expand that effort. A direct interface for ArcPy from R isn't possible due to technical considerations.
... View more
10-21-2021
09:32 PM
|
0
|
0
|
3001
|
|
IDEA
|
Export to items were added to the Notebooks UI with Pro 2.8:
... View more
10-21-2021
09:28 PM
|
0
|
0
|
2764
|
|
IDEA
|
Can you provide some additional context on what you'd like to accomplish? I'm not familiar with XP_CmdShell and how ArcPy is used in conjunction with a database IDE.
... View more
10-21-2021
09:19 PM
|
0
|
0
|
2548
|
|
POST
|
I'm not sure you want this on the Python forum if you don't want to use Python, but from the command line, if you're working on MacOS or Linux, you can use the command `gunzip`. You'll need to install the same on Windows, or use a tool like 7-zip to extract the content. For future readers who may want to use Python, a solution could look something like this: import gzip
import shutil
with gzip.open('geojson.gz', 'rb') as gz_in:
with open('geo.json', 'wb') as json_out:
shutil.copyfileobj(gz_in, json_out)
... View more
10-21-2021
01:29 PM
|
1
|
1
|
3496
|
|
POST
|
It looks like this package was last updated four years ago, and so newer Python versions didn't yet exist at the time of its previous update. That said, it is a pure Python package, with a minor PR for conda-forge it could be converted to a noarch package which will run independent of Python version, or if you just want to use the package and stop mucking around with packages, I recommend running `pip install usaddress`. Cheers, Shaun
... View more
08-19-2021
02:30 PM
|
1
|
0
|
11322
|
|
IDEA
|
I agree most users would prefer to avoid the command line. For the non-default packages, they can be removed by clicking the Uninstall button in the backstage: For the specific feature requested in this idea, I think that suffices. If there are other concerns or needs, we can address them in separate ideas or issues.
... View more
08-13-2021
09:50 PM
|
0
|
0
|
4705
|
|
POST
|
Hello @kkUSGS, Best I can tell this is a bug with either the Python API or one of the packages it installs. Could you try breaking down the installation into two stages, first installing the Python API, then secondarily installing ArcPy? Because ArcPy has the Python API listed as a dependency, it ends up installing many packages all in one shot, and this may be sufficient to prevent whatever is failing from affecting the installation. See if running: conda install -c esri arcgis Succeeeds, then afterward run: conda install -c esri arcpy=2.7 If either of those steps fail, I can suggest more in-depth approaches to addressing the issue.
... View more
08-13-2021
08:43 PM
|
1
|
1
|
8572
|
|
IDEA
|
We hear you! Providing a tool to upgrade Python environments is in the product plan and will be addressed in a future Pro release.
... View more
08-13-2021
08:31 PM
|
0
|
0
|
6476
|
|
IDEA
|
Unfortunately, the ArcPy package requires a full product installation (like ArcGIS Pro, Server or Desktop), and the Python layer can't be used in the absence of the rest of that stack because it is in many cases a thin wrapper around the underlying implementation in the core software. This stack is too large to fit into a Lamba instance, and isn't something we can directly address. That said, you can use the ArcGIS API for Python in a lambda instance, see for example this community post.
... View more
08-13-2021
08:25 PM
|
0
|
0
|
3636
|
|
POST
|
The issue causing the environment to fall back to arcgispro-py3 should be addressed in the Pro 2.8.2 patch. Alternatively, if you have an environment which is otherwise good, you can copy <Pro install>\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgisscripting\_arcgiscripting.pyd into the environment location at the <env>\Lib\site-packages\arcgisscripting\_arcgisscripting.pyd and things should work as expected.
... View more
08-13-2021
08:21 PM
|
2
|
0
|
10481
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-24-2025 09:10 PM | |
| 1 | 08-12-2022 10:14 PM | |
| 1 | 05-05-2025 10:56 AM | |
| 1 | 04-04-2025 09:03 PM | |
| 1 | 02-09-2023 10:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|