raise_fastai_import_error

1692
14
Jump to solution
02-10-2020 10:43 AM
JingyiHu
New Contributor

When I try to follow the steps in one ESRI sample notebook. It indicated that I don't have the required packages which I have already installed. Does anyone encounter this issue before? Any feedbacks would be appreciated. Thanks!

0 Kudos
14 Replies
JingyiHu
New Contributor

The ArcGIS package has been upgraded; however, failed to import pytorch (the other three are good).

0 Kudos
by Anonymous User
Not applicable

as i have written in my previous message do this 

import torch

0 Kudos
JingyiHu
New Contributor

0 Kudos
by Anonymous User
Not applicable

I would suggest you to create a new cloned environment from default environment, it might be better to start on  a clean environment.

and use this command to install the required packages

conda install -c esri arcgis fastai scikit-image pillow --no-pin

JingyiHu
New Contributor

Thank you so much!!

0 Kudos