Re: Cartopy error

2020-05-12 Thread Joel Goldstick
On Tue, May 12, 2020 at 12:13 PM J Conrado wrote: > > > > Hi, > > > Please, what can I do to solve this error: > > > import cartopy, cartopy.crs as ccrs # Plot maps # check your spelling. Did you mean cartopy.ccrs? >File > "/home/conrado/anaconda3/envs/myenv/lib/python3.8/site-packages/car

Cartopy error

2020-05-12 Thread J Conrado
Hi, Please, what can I do to solve this error: import cartopy, cartopy.crs as ccrs  # Plot maps   File "/home/conrado/anaconda3/envs/myenv/lib/python3.8/site-packages/cartopy/__init__.py", line 96, in     import cartopy.crs   File "/home/conrado/anaconda3/envs/myenv/lib/python3.8/site-p

Re: Help Problem with python : python-3.8.3rc1-amd64

2020-05-12 Thread Terry Reedy
On 5/11/2020 11:34 PM, Michael Torrie wrote: On 5/11/20 9:25 PM, Michael Torrie wrote: On 5/11/20 8:33 PM, Buddy Peacock wrote: I am trying to install python on my surface with windows 10, version 1903, build 18362.778. The installer seems to think everything worked. But there is no Python fol

Re: proposal for slice hashing

2020-05-12 Thread Terry Reedy
On 5/11/2020 3:58 PM, Will Bradshaw wrote: I recently ran into a situation where I needed to hash a slice and found this to be unsupported. Slice objects, as opposed to slices of objects, have no explicit use in Python itself. They were added for use by "NumericalPython and other 3rd party e