|
POST
|
@PhilipOrlandoUnfortunately, a change in the packaging specifications used by conda-forge made Pro 2.7 and earlier unable to download packages from its channel. The new package specification requires conda 4.4 or newer. Pro 2.8 does include Conda 4.9.2 and can be used with conda-forge, or you can install a separate miniconda installation and activate your environment using it to add packages from conda-forge. Cheers, Shaun
... View more
08-13-2021
08:18 PM
|
1
|
3
|
11384
|
|
IDEA
|
@Brian_Wilsonthank you for your ArcGIS idea contribution. If working in a custom conda environment, you can remove packages that have been added. But we don't allow users to remove packages that are either required by Geoprocessing tools or other components that are included in Pro, to prevent situations where functionality breaks and the cause is non-obvious to the user. If you want to have environments which are fully customizable, as you mention in your follow-up comment, the command line is the best place to work. Conda is primarily a developer focused tool, and most of its ecosystem is built around command-line use-cases. You may also find that instead of doing cloning, you can take advantage of the standalone ArcPy package. You can create an environment with it using `conda create --name arcpy arcpy` and it will install an environment that can be manipulated freely but still able to import ArcPy.
... View more
08-13-2021
01:31 PM
|
0
|
0
|
4718
|
|
IDEA
|
Could you provide some context to what you'd like to see in terms of making a new environment? The Python environment creation is geared around making Pro-compatible environments as most users later expect to use them with Pro. Are you interested in making environments that aren't connected to Pro and contain an arbitrary set of packages? If so, you may also be interested in Anaconda Navigator.
... View more
08-13-2021
01:27 PM
|
0
|
0
|
1534
|
|
IDEA
|
@KoryKramerOK posted it as under consideration on the public issue as well.
... View more
08-13-2021
01:24 PM
|
0
|
0
|
5851
|
|
IDEA
|
Working with pathlib paths is a much nicer experience than plain strings and os.path anipulations. We are considering this work, but do estimate this to be a larger change, because of the number of different places that we currently explicitly pass only strings and expect the objects to be strings without further inspection.
... View more
08-13-2021
01:24 PM
|
0
|
0
|
7235
|
|
IDEA
|
I agree that working with pathlib paths is a much nicer experience than plain strings and os.path anipulations. We are considering this work, and I will link to this in our internal issue, Python #1795. We estimate this to be a larger change, because of the number of different places that we currently explicitly pass only strings and expect the objects to be strings without further inspection. I think it also begs the question of getting pathlib objects back out where available, which is another level to this.
... View more
08-12-2021
07:59 PM
|
0
|
0
|
5858
|
|
POST
|
Our historical way of building and upgrading the package no longer works, since we can only support one version of the product at a time with a single download from GitHub. We're in the process of switching to having an R channel which can be accessed to install the package, and will allow us to maintain multiple versions for the different versions of R (and 32-bit versus 64-bit). This will be available automatically in Pro 2.6, for now with Pro 2.5 you can install it by opening R or RStudio, and running: install.packages("arcgisbinding", repos="http://r-arcgis.github.io/r-bridge", type="win.binary") That should install the latest version of the bridge and is compatible with R 4.0. Cheers, Shaun
... View more
06-04-2020
02:30 PM
|
1
|
2
|
6597
|
|
IDEA
|
Dan, We will be addressing the need to have these standard Jupyter Notebook elements back in the notebook interface -- but as you mentioned, the underlying code is already present (nbconvert), as is Jupyterlab for folks who want to use that in a standalone interface. Cheers, Shaun
... View more
03-13-2020
07:40 AM
|
2
|
0
|
3276
|
|
POST
|
Joshua Bixby, We are aware that our current conda is getting old, and there have been some significant improvements in the more recent releases. Our conda has some customizations and is built as a static executable (instead of requiring a full blown Python installation), which provides advantages but also means upgrading is more complex. That said, we are aware of the issue and plan on addressing this in the near term. One option while we're still on an older conda is to install a separate Miniconda installation, with whatever version of conda you chose. That can then be used to drive e.g. VSCode, Powershell, and still interact with the Pro created and managed environments. You also use the Miniconda installation to create new environments and point Pro at these and basically ignore the baseline conda installation we provide. Cheers, Shaun
... View more
03-05-2020
02:28 PM
|
1
|
1
|
1327
|
|
IDEA
|
Ian Berdanier, can you describe what specifically you'd like to see with this? By default, 10.x will create a new C:\Python27\ArcGIS10.x directory so as not to compete with the top-level C:\Python27 directory. Because of how Python is implemented in 10.x and the workflows that would break by moving to an isolated model, there are no plans to modify the Python installation. You can, however, use virtualenv and similar tools to allow environment isolation, or use Anaconda and link into your 10.x Python environment. Cheers, Shaun
... View more
02-26-2020
05:26 PM
|
0
|
0
|
1273
|
|
POST
|
Dan, I think you're right to try reimaging the machine -- the specific errors you're getting I don't see direct references to, but I think they're part of a very low level library used for accessing archives. For Visual Studio Code, set your pythonPath value to the location of the conda environment -- C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3 for the default environment, or the full path to your cloned environment. Cheers, Shaun
... View more
02-26-2020
06:28 AM
|
0
|
0
|
2286
|
|
POST
|
Hello Tauhid, How is Pro licensed? Could you also retry this workflow after upgrading to ArcGIS Pro 2.5? Thanks, Shaun
... View more
02-25-2020
07:45 AM
|
0
|
1
|
2995
|
|
POST
|
You should be able to use any font which contains the full set of emoji characters you're using. I'm not sure why font substitution isn't happening to find the emoji characters for your other font choices, that may be a bug, but I'm not a labeling expert (I can ask around if this is something you'd like to know more about). The other option is that you use marker symbols for the elements you're looking for -- both SVG and gITF are supported input formats: Marker symbol layers—ArcGIS Pro | Documentation For SVG for example, there are many open source collections of emoji symbols as SVG files. See for example some of the collections listed on this page: Emoji - Wikimedia Commons You could then download e.g. Twitters' twemoji set, and pull out the individual SVG files you need for each type, and use that for your symbols. This will give you some greater control than just using the Windows text renderer to select the emoji, though does take a few more steps.
... View more
11-14-2019
09:32 PM
|
0
|
1
|
4965
|
|
BLOG
|
Likely its too late for 2.5 now, but you can find out about beta testing opportunities through this page: Early Adopter Community | Esri Early Adopter Program
... View more
11-14-2019
06:32 PM
|
1
|
0
|
18795
|
|
POST
|
Francisco, In the case you describe I think the error is accurate, since there are two separate processes trying to access the workspace simultaneously. You could do something like create a temporary workspace for each process, and then write to the shared workspace only at the end to avoid having this overlap, or if your data is small enough, use in memory workspaces in each process till the final write step. Cheers, Shaun
... View more
11-14-2019
06:30 PM
|
0
|
0
|
8551
|
| 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
|