You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I've follow the instruction in order to run the docker for jupyter notebooks (great!!).
But when I choose to run the calculate_coverage.ipynb
I get the following error
**_# Notebook dependencies
from future import print_function
from datetime import datetime
import copy
from functools import partial
import geopandas as gpd
import os
from IPython.display import display, Image
import matplotlib
from matplotlib import cm
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
from planet import Auth
from planet import Session, DataClient, OrdersClient
import pyproj
import rasterio
from rasterio import features as rfeatures
from shapely.ops import transform
from shapely.geometry import shape
import shapely.ops
%matplotlib inline
ImportError Traceback (most recent call last)
in
14 import numpy as np
15 import pandas as pd
---> 16 from planet import Auth
17 from planet import Session, DataClient, OrdersClient
18 import pyproj
ImportError: cannot import name 'Auth' from 'planet' (/opt/conda/lib/python3.7/site-packages/planet/__init__.py)_**
Any hints?
TIA
fz
The text was updated successfully, but these errors were encountered:
Thanks @seralra96 ! Yes @frazucca it's likely because you still have V1 of our Python SDK installed, but V2 is the most current version and will allow you to work with these notebooks. You can learn more about how to get started with our Planet SDK using this Quick Start Guide.
Hi
I've follow the instruction in order to run the docker for jupyter notebooks (great!!).
But when I choose to run the calculate_coverage.ipynb
I get the following error
**_# Notebook dependencies
from future import print_function
from datetime import datetime
import copy
from functools import partial
import geopandas as gpd
import os
from IPython.display import display, Image
import matplotlib
from matplotlib import cm
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
from planet import Auth
from planet import Session, DataClient, OrdersClient
import pyproj
import rasterio
from rasterio import features as rfeatures
from shapely.ops import transform
from shapely.geometry import shape
import shapely.ops
%matplotlib inline
ImportError Traceback (most recent call last)
in
14 import numpy as np
15 import pandas as pd
---> 16 from planet import Auth
17 from planet import Session, DataClient, OrdersClient
18 import pyproj
Any hints?
TIA
fz
The text was updated successfully, but these errors were encountered: