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
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
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
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