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
I'm trying to use "collect_training_data" function within the DEA package after installing locally the ODC. I'm getting the error below:
File "C:\Users\z.kiala\AppData\Local\miniconda3\envs\odc_env1\lib\multiprocessing\queues.py", line 367, in get
return _ForkingPickler.loads(res)
AttributeError: Can't get attribute 'feature_layers' on <module 'main' (built-in)>
I'm aware that the function would work if the ODC was installed in Linux. Can anyone help?
The text was updated successfully, but these errors were encountered:
I'm trying to use "collect_training_data" function within the DEA package after installing locally the ODC. I'm getting the error below:
File "C:\Users\z.kiala\AppData\Local\miniconda3\envs\odc_env1\lib\multiprocessing\queues.py", line 367, in get
return _ForkingPickler.loads(res)
AttributeError: Can't get attribute 'feature_layers' on <module 'main' (built-in)>
I'm aware that the function would work if the ODC was installed in Linux. Can anyone help?
The text was updated successfully, but these errors were encountered: