|
POST
|
Can you see if your emoji symbols work when you set the font to Segoe UI Emoji? Cheers, Shaun
... View more
11-14-2019
06:19 PM
|
1
|
3
|
4978
|
|
POST
|
Hello Jason, You have a few options. If you just want to work directly with the services themselves, the ArcGIS API for Python is part of Pro, and is a nice way to work with the data hosted over a REST endpoint: Using Feature Layers | ArcGIS for Developers You also can call any GP tool from ArcPy, and then interact with the data as you would any other data with ArcPy. Both options work well, depending on what you're trying to do and what level of granularity you're working with. Cheers, Shaun
... View more
11-14-2019
06:13 PM
|
0
|
0
|
1219
|
|
POST
|
Laurynas, Can you describe how you are running your Python script, and what version of ArcGIS Pro you are using? Thanks, Shaun
... View more
11-14-2019
03:44 PM
|
0
|
0
|
686
|
|
POST
|
Matt, We've had sporadic reports of this issue for the specific version of the package in question, for some users just retrying the clone is sufficient to fix this. It sounds like it isn't in your case. If you have administrator access on your machine, you can upgrade components in the base arcgispro-py3 environment, though we usually don't have users do that because of issues it can cause on upgrading across releases. But if you're comfortable with doing that change, you can run Python Command Prompt as administrator, and then run "conda upgrade ipykernel". After this, the clone should work as the issue is specific to the ipykernel 5.1.0 package. Hope that helps, Shaun
... View more
11-14-2019
02:44 PM
|
1
|
0
|
1835
|
|
POST
|
René, Great to see your work on packaging! Yes, you found the location for the Pro installation to manage its metadata for the backstage -- if you have a description / summary entry for your package, I can add it to that file, and it will be included in a later Pro release, or can be upgraded with `conda update` on the root environment. I'm not sure where Anaconda Navigator is pulling its metadata, I would expect it to be from one of two places: either the package metadata itself, or the information provided on Anaconda.org. For the package metadata itself, if you extract the package .tar.bz2, and look at info/recipe/meta.yaml, you'll see the final rendered output after the jinja templating is completed, that may provide clues if say a particular variable isn't pulling across a value. For the anaconda.org metadata, you can typically set this by visiting anaconda.org/<your username>/package/ and manually edit the description field there. Cheers, Shaun
... View more
11-14-2019
02:41 PM
|
2
|
2
|
2711
|
|
POST
|
OK, yes if you could test on 2.5 that's helpful since the Python API version included (1.7.0) has a significantly different arcgis.learn module. If you think the error handling for environments with insufficient CUDA compute versions should be improved, I recommend adding an issue to the Python API repository: GitHub - Esri/arcgis-python-api: Documentation and samples for ArcGIS API for Python Cheers, Shaun
... View more
11-11-2019
08:07 AM
|
2
|
1
|
2267
|
|
POST
|
OK, I expect some of these issues to be worked out before the release goes final, and for the documentation to be clarified around what is happening. If you do have specific issues with Python packages in the beta, please feel free to use the EAP forum to post details and we can take a look. Cheers, Shaun
... View more
11-08-2019
12:02 PM
|
0
|
3
|
2267
|
|
POST
|
Harley, We recently released the v237 build of the bridge which contains fixes specifically for interacting with R 3.6 and current versions of RStudio -- could you try it out? Thanks, Shaun
... View more
10-24-2019
10:48 PM
|
0
|
0
|
2384
|
|
POST
|
Vladimir, For the machine with the K4000, does data.show_batch() still show results or nothing happens after that step? I saw some reports that it would still work (falling back to CPU), but just show this warning. Dan's suggestion of installing the pytorch-cpu package is probably the simplest way to avoid PyTorch using CUDA that is older, another option if you have some time is to build the package from source, with support for the older CUDA version. That said, both PyTorch and TensorFlow have settled on CC 3.5 being the minimum version they support, and I would recommend a more recent card where possible. Cheers, Shaun
... View more
10-24-2019
12:45 PM
|
2
|
7
|
7410
|
|
POST
|
OK, thanks again. It isn't clear yet what is causing the issue, but we made some compiler upgrades to the latest build of the package that may be the culprit. Until we're able to find out what is causing this issue, could you try installing the previous v232 release of the package? Release v1.0.1.232 · R-ArcGIS/r-bridge · GitHub Thanks, and sorry for the trouble, Shaun
... View more
10-06-2019
09:15 PM
|
0
|
6
|
3490
|
|
POST
|
Thanks for the details. What version of R are you working with?
... View more
10-06-2019
07:32 PM
|
0
|
8
|
3490
|
|
POST
|
OK, thanks for the report. Can you confirm that it does work from a vanilla R GUI session? It looks like possibly a bad interaction with R Studio.
... View more
10-06-2019
07:07 PM
|
0
|
10
|
3490
|
|
POST
|
OK, thanks for the clarification -- the error you mentioned is the same one you would see if the package wasn't loaded at all. Do you get the "Please call arc.check_product() to define a desktop license" message after loading arcgisbinding? If you run this, can you report what it displays? ls(package:arcgisbinding)
... View more
10-06-2019
06:56 PM
|
0
|
1
|
3490
|
|
POST
|
Hello Harley, Before you run that line, you'll need to first run: library(arcgisbinding) in order to load the package into R. R is built up of many extensions, but only the ones someone is using are typically loaded, by explicitly running the library command on each extension to use. Cheers, Shaun
... View more
10-06-2019
06:45 PM
|
0
|
3
|
3490
|
|
POST
|
How much memory is installed on the machine you're using for this analysis? Does it work with smaller inputs? Setting the stack size on Windows requires editing the executable file (its a compile-time option), which requires Visual Studio. Do you know where it gets in the execution prior to the stack size limit being hit? Thanks, Shaun
... View more
09-12-2019
04:27 PM
|
0
|
0
|
4731
|
| 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
|